/* ---- General ---- */
body {
	margin: 0px;
	padding: 0px;
	border-top: 3px solid #022343;
	background-color: white;
	background-repeat: repeat-x;
	font-family: Helvetica;
	font-size:  12px;
	color: #666666;
}

a {
	border: 0px;
	color: #666666;
}

img {
	border: 0px;
}

h1 {
	font-size: 17px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 10px;
}

h2 {
	font-size: 15px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 5px;
}

p {
	line-height: 17px;
	margin-bottom: 8px;
}

strong {
	font-weight: bold;
}
		
	/* ---- Header ---- */
	#header {
		width: 100%;
		height: 110px;
		position: relative;
	}

		#header img#logo {
			width: 267px;
			height: 62px;
			position: absolute;
			top: 50%;
			margin-top: -31px;
			left: 0px;
		}
		
		#header ul.navigation {
			list-style-type: none;
			margin: 0px -20px 0px 0px;
			padding: 0px;
			position: absolute;
			top: 50%;
			margin-top: -18px;
			right: 0px;
			width: 355px;
			height: 50px;
		}
		
			#header ul.navigation li {
				font-size: 14px;
				letter-spacing: -1px;
				color: #999;
				float: left;
				display: block;
				margin-bottom: 7px;
			}
			
				#header ul.navigation li a {
					color: #999;
					text-decoration: none;
				}
				
				#header ul.navigation li a:hover {
					text-decoration: underline;
				}
				
				#header ul.navigation li.selected a {
					color: #333;
					font-weight: bold;
				}
			
			
			/* ---- Header link positions ---- */
			#header ul.navigation li.left {
				width: 47px;
				margin-right: 15px;
			}
			
			#header ul.navigation li.middle {
				width: 103px;
				margin-right: 15px;
			}
			
			#header ul.navigation li.right {
				width: 170px;
			}
			

	/* ---- Main page header photo and links ---- */
	#page_nav {
		margin-bottom: 15px;
		position: relative;
	}
	
		#page_nav img {
			margin-bottom: 15px;
		}
		
		#page_nav #major_section {
			font-size: 20px;
			margin-right: 8px;
		}
		
		#page_nav #sub_section {
			font-size: 20px;
			color: #E50000;
		}
		
		#page_nav ul.navigation {
			list-style-type: none;
			position: absolute;
			top: 248px;
			right: 0px;
		}
		
			#page_nav ul.navigation li {
				font-size: 20px;
				color: #D9D9D9;
				float: left;
				display: block;
				margin-right: 20px;
			}
			
				#page_nav ul.navigation li a {
					color: #CCCCCC;
					text-decoration: none;
				}
				
				#page_nav ul.navigation li a:hover {
					color: #808080;
				}

	
	/* ---- Main page content ---- */
	#content {
		width: 100%;
		background-repeat: 	repeat-x;
		background-image: url(../images/content_gradient.png);
		background-color: white;
		padding-top: 15px;
		min-height: 690px;
	}
		
		.page {
			width: 966px;
			margin: 0px auto 17px auto;
			position: relative;
		}

		#content .page ul {
			list-style-type: circle;
			padding-left: 15px;
			margin-bottom: 15px;
		}
		
			#content .page ul li {
				padding-top: 8px;
			}
			
		#content .page .floating_image {
			float: right;
			padding: 0px 0px 25px 40px;
		}
		