
/* divs */

#container { 
				position: relative;
				width: 683px;
				margin: 0px auto 0 auto;
				}
				
#header_banner {
				background: url(../../templates/default/images/banner.jpg) center no-repeat;
				height: 106px;
				text-align: center;
				}				
				
#panel_container { 
				position: relative;
				width: 181px;
				top: 4px;
				}
				
				
#info_container { 
				position: relative;
				top: 8px;
				border: 1px solid #072A50;
				width: 179px;
				}			
				
#sub_info_container {
				position: relative;
				top: 4px;
				left: 5px;
				margin-bottom: 9px;
				font-family: verdana;
				font-size: 11px;
				color: #000000;
				}
				
#sub_info_title {
				border: 1px solid #072A50;
				width: 168px;
				text-align: center;
				line-height: 1.5em;
				font-family: verdana;
				font-size: 11px;
				color: #000000;
				}
				
#sub_info_content {
				border: 1px solid #072A50;
				width: 165px;
				font-family: verdana;
				font-size: 11px;
				color: #000000;
				padding-left: 3px;
				}	
							
#body_container {
				position: relative;
				width: 459px;
				top: -44px;
				left: 224px;
				}
				
#body_content {				
				border: 1px solid #072A50;
				width: 457px;
				font-family: verdana;
				font-size: 11px;
				color: #000000;
				}
			
#body_header {
				position: relative;
				top: .15em;
				text-align: center;
				line-height: 1.25em;
				}
				
#body_indiv {
				width: 459px;
				margin-bottom: 3px;
				}
				
#body_indiv_text {
				position: relative;
				top: -7px;
				padding-left: 3px;
				margin-bottom: -7px;
				}
				
#body_submit {
				position: relative;
				top: 4px;
				text-align: center;	
				margin-bottom: 10px;			
				}								
				
#white_space {
				position: relative;
				top: 42px;
				}							
															
				
				
/* links */
a.panel {
				font-family: verdana;
				font-size: 11px;
				color: #000000;
				text-decoration: none;
				}
				
a.panel:hover {
				font-family: verdana;
				font-size: 11px;
				color: #000000;
				text-decoration: underline;
				}
				
/* text boxes */
.box {
				font-family: verdana;
				font-size: 11px;
				color: #000000;
				width: 170px;
				padding-left: 1px;
				}					
				
/* buttons */				
.send {				
				font-family: verdana;
				font-size: 11px;
				border: 1px solid #072A50;
				background-color: #FFFFFF;
				color: #000000;
				width: 54px;
				text-align: center;
				}									