/* 
	
	grey       #333
	dark blue  #221f73
	pale blue  #a3d8f5
	
	
/*


/* ...
--------------------------------------------------------------------------------------- */

* { margin:0px; padding:0px; }

body {
	background: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#333;
}

	#header-background {
		position:absolute;
		left:0px;
		background:url(../images/header_bkg.gif) repeat-x;
		width: 50%;
		height:150px;
	}	
	#header {
		position:relative;
		background:url(../images/header_bkg.gif) repeat-x;
		width: 760px;
		height: 150px;
		margin: 0 auto 0 auto;
	}
	
		#header-left {
			float:left;
			width:623px;
			height:77px;
			background:url(../images/header_image.jpg) top right no-repeat;
		}
			#tagline {
			height:47px;
			margin-top:30px;
			margin-left:20px;
			color:#242174;
			font-size:14px;
			}
		
			#nav {
			margin-left:20px;
			}
			.menuitem {
				list-style: none;
				float:left;
			}
			
				.menuitem a, .menuitem a:visited{
					display:block;
					height:23px;
					padding:6px 10px 0 10px;
					color: #fff;
					font-size: 1.1em;
					text-decoration: none;
					text-align:center;
				}
				
				.menuitem a:hover, .menuitem a:focus, .menuitem a:active{
					background:#a3d8f5;
				}
				
		
		#header-right {
			float:left;
			width:137px;
		}
		
		img {
			border:none;
			}
			
	#feature-background {
		clear:both;
		height:300px;
		margin-bottom:30px;
		background:url(../images/feature_bkg.gif);
	}
		#feature {
			width: 760px;
			height: 300px;
			margin: 0 auto 0 auto;
		}
			
					
	#content {
		width: 720px;
		padding: 0 20px;
		margin: 0 auto 30px auto;
	}
				
		#content h1{
			font-size:1.6em;
			color:#221f73;
			margin-bottom:20px;
		}
		
		#content h2{
			font-size:1.4em;
			color:#3da2d9;
			margin-bottom:14px;
		}
		
		#content h3{
			font-size:1.2em;
			color:#221f73;
			margin-bottom:10px;
		}	
		
		#content h4{
			font-size:1.2em;
			color:#221f73;
			margin-bottom:10px;
		}				
		
		#content p{
			font-size:1.2em;
			margin-bottom:10px;
		}
		
		#content ul{
			font-size:1.2em;
			margin-left:16px;
			margin-bottom:10px;
		}
		
		#content ol{
			font-size:1.2em;
			margin-left:23px;
			margin-bottom:10px;
		}
		
		#content li{
			margin-bottom:4px;
		}
		
		#content a, #content a:visited{
			color: #221f73;
			text-decoration: none;
		}
		
		#content a:hover, #content a:focus, #content a:active{
			text-decoration: underline;
			color: #a3d8f5;
		}
		

		hr{
			margin-bottom:10px;
			clear:both;
			height:1px;
			border:none;
			background:#221f73;
		}
		
		table{margin-bottom:10px;}
		
		td{
			background:#eee;
			border-bottom:2px solid #fff;
			font-size:1.2em;
			padding:4px 10px;
		}
		

	#footer-container {
		width:100%;
		height:35px;
		background:url(../images/footer_bkg.gif) repeat-x;
		}			
				
		#footer {
		width: 720px;
		padding: 0 20px;
		margin: 0 auto 0 auto;
		}

			#footer p {
				margin-top: 13px;
			}

			#footer, #footer a:link, #footer a:visited {
				color: #fff;
				text-decoration: none;
			}
	
			#footer a:hover {
				text-decoration: underline;
			}
	
				#copyright {
					float: left;
				}
				
				#disclaim {
					float: left;
					padding-left: 200px;
				}
	
				#author {
					float: right;
				}
				
/* 

Forms

*/

form ol, form ol li {
	margin: 0;
	padding: 0;
}

fieldset {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	padding: 0 0 1em 0;
	border-style: none;
	background: #FFF none repeat-x;
}

fieldset ol {
	padding: 0 1em 0 1em;
	margin-left: 0;
	list-style: none;
}

fieldset p {
	margin-left: 1em;
}

fieldset ol li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
	list-style: none;
}

fieldset.submit {
	float: none;
	width: auto;
	padding-top: 1.5em;
	padding-left: 12em;
	background-color: #FFFFFF;
}

label {
	text-align: right;
	position: relative;
	float: left;
	width: 10em;
	margin-right: 1em;
	font-weight: bold;
}

label em {
	position: absolute;
	left: 10.2em;
	top: 0;
}

label strong {
	position: absolute;
	left: 27.5em;
	top: 0.2em;
	width: 130px;
	color: #aaa;
	font-size: 85%;
	font-weight: normal;
	text-transform: uppercase;
}

label strong img {
	position: absolute;
	left: -16.5em;
}

p.required-msg {
	clear: both;
	margin-top: 2.5em;
}