/* CSS Document */

html, body{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times;
	font-size: 1em;
}

#navigation{
	width: 960px;
	height: 35px;
	padding: 0;
	margin: 0;
	background: url('/Images/Navigation.png') top left #211F20;
}

#navigation li{
	display: inline;
}

#navigation a{
	display: block;
	float: left;
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
	height: 25px;
	width: 120px;
	background: url('/Images/NavigationButtonSmall.png') top left #211F20;
	margin: 0;
	padding: 5px 0;
	font-size: 1.25em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: center;
}

#navigation a.current{
	color: #5599FF;
}

#navigation a:hover{
	background: #211F20;
}

#content ul.subnavigation{
	margin: 20px auto 0 auto;
	padding: 0;
	background: none;
	height: 35px;
	width: 320px;
}

#content ul.subnavigation li{
	display: inline;
}

#content ul.subnavigation a{
	display: block;
	float: left;
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
	height: 25px;
	width: 160px;
	background: url('/Images/NavigationButton.png') top left #211F20;
	margin: 0;
	padding: 5px 0;
	font-size: 1.25em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: center;
}

#content ul.subnavigation a.current{
	color: #5599FF;
}

#content ul.subnavigation a:hover{
	background: #211F20;
}

#content{
	background: url('/Images/BackFront.png') top center no-repeat;
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 225px 0 0 0;
	color: #CCC;
}

#content p{
	margin: 25px 50px 25px 50px;
	text-align: justify;
	font-size: 1.2em;
}

#content p.alert{
	color: #5599FF;
	font-weight: bold;
}

#content p a{
	color: #5599FF;
	font-style: italic;
	text-decoration: none;
}

#content p.alert a{
	color: #5599FF;
}

#content p a:hover{
	text-decoration: underline;
}

#content p a img{
	border: none;
}

#content table{
	margin: 25px auto 25px auto;
	font-size: 1.2em;
	padding: 0;
}

#content table a{
	color: #5599FF;
	font-style: italic;
	text-decoration: none;
}

#content table a:hover
{
	text-decoration: underline;
}

#content table thead{
	margin: 0 0 5px 0;
	padding: 0;
}

#content table tbody{
	margin: 0 0 5px 0;
	padding: 0;
}

#content table tfoot{
	margin: 0;
	padding: 0;
}

#content table tr{
	margin: 0;
	padding: 0;
}

#content table th{
	border: 2px groove #CCC;
	margin: 2px;
	text-align: center;
	padding: 1px 5px;
	background: #211F20;
	font-weight: bold;
}

#content table th a{
	font-weight: bold;
	font-style: normal;
	color: #CCC;
}

#content table td{
	border: 2px ridge #CCC;
	margin: 2px;
	text-align: left;
	padding: 1px 10px;
	background: #211F20;
}

#content table tfoot td{
	font-size: .8em;
	padding: 5px;
	text-align: center;
}

#content form{
	margin: 0;
	padding: 0;
}

#content fieldset{
	font-size: 1.2em;
	margin: 0 200px 25px 200px;
	padding: 15px 25px;
	border: 2px ridge #CCC;
}

#content legend{
	font-weight: bold;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
}

#content label{
	display: block;
	float: left;
	clear: left;
	margin: 5px 0;
}

#content input, select{
	display: block;
	float: right;
	clear: right;
	margin: 5px 0;
	width: 350px;
}

#content select{
	width: 353px;
}

#content textarea{
	display: block;
	clear: both;
	width: 510px;
}

#content #Name,#Email,#RE,#Comments{
	background: #EEE;
}

#content #Submit{
	width: 100px;
	margin: 25px 0 0 0;
}

#footer{
	width: 960px;
	clear: both;
}

#footer p{
	font-size: .8em;
	color: #CCC;
	background: #211F20;
	width: 860px;
	margin: 0 auto 0 auto;
	padding: 10px 50px 10px 50px;
}

#footer a{
	text-decoration: none;
	color: #211F20;
	display: block;
	float: right;
	margin: 0 0 0 10px;
}

#footer img{
	border: none;
}
