@charset "utf-8";
/* CSS Document */

body {
	
}

#content {
	background: #003264 url(../images/background_body_tertiary.gif) repeat-y;
}

h2 {
	margin-top: 0px;
	padding-top: 0px;
}

label {
	float:left;
	width:120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #70abdb;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	height: 18px;
	width: 165px;
}

select {
	width: 169px;
}

textarea {
	width: 250px;
	height: 150px;
}

#button {
	height: 26px;
	width: 60px;
	padding: 0;
}

#copy {
	position: absolute;
	top: 112px;
	left: 0px;
	width: 180px;
	margin-left: 13px;
	font-size: 12px;
	padding: 0;
	text-align: center;
}
	
	#copy a {
		font-weight: bold;
		color: #FFF;
		text-decoration: none;
	}
	
	#copy a:hover {
		color: #70abdb;
		text-decoration: underline;
	}

	#copy h2 {
		margin-top: 30px;
		margin-left: 11px;
		padding: 0;
	}
	
	#copy img {
		margin-top:-10px;
		margin-left:-13px;
	}

		#copy p {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			margin-top: 10px;
			line-height: 16px;
			text-align: left;
			color: #70abdb;
		}

		#copy ul {
			font-family: Verdana, Helvetica, sans-serif;
			font-size: 11px;
			padding-left: 4px;
			margin-left: 0px;
			font-weight: bold;
			color: #70abdb;
			letter-spacing: 0px;
			list-style: inside square;
			line-height: 18px;
		}
		
		#copy ul li a {
			color: #FFF;
			text-decoration: none;
		}
		
		#copy ul li a:hover {
			color: #70abdb;
			text-decoration: underline;
		}
	
	#tertiary_content {
		margin-top: 0px;
		left: 200px;
		width: 500px;
		margin-left: 212px;
		font-size: 12px;
	}
	
		#tertiary_content p {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 16px;
			color: #70abdb;
			margin-bottom: 19px;
		}
	
		#tertiary_content a {
			font-weight: bold;
			color: #FFF;
			text-decoration: none;
		}
		
		#tertiary_content a:hover {
			color: #70abdb;
			text-decoration: underline;
		}

	.mini_header {
		margin: 0;
		padding: 0;
		font-family:"Times New Roman", Times, serif;
		font-size: 14px;
		color: #FFF;
	}
	
#footer_nav {
	padding: 0;
	margin-top: 5px;
}