/* CSS Document */

{ margin: 0; padding: 0; }

body{
	background-color: #484848;
	background-attachment: fixed;
	background-image: url(images/background_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;

}

#container{
	width: 800px;
	margin: auto;
	border: 3px solid #6d6d6d;
	float: none;
	padding: 0px;
	background-color: #000000;

}

#header{
	background-color: #000000;
	border: 2px solid #000000;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(images/header_gradient.jpg);
	background-repeat: repeat-x;
	height: 106px;
	clear: both;

}

#header-logo{
	background-image: url(images/header_logo.jpg);
	float: left;
	height: 106px;
	width: 237px;
	background-repeat: no-repeat;

}

#header-right{
	width: 553px;
	margin: 0px 0px 0px 237px;
	text-align: right;

}

#header-nav{
		background-color: #666666;
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	border-top: 2px solid #2D3670;
	
}

.aheader-link{

color: #ffffff;
hover: "red";

}

#body{
	background-color: #FFFFFF;
	background-image: url(images/body_gradient.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-attachment: fixed;
	border-top: 3px none #2D3670;
	border-right: 2px none #000000;
	border-bottom: 2px none #000000;
	border-left: 2px none #000000;
	clear: both;
	padding-bottom: 30px;
}

#title1{
	width:413px;
	background-color: #FFFFFF;
	background-image: url(images/title-bar.gif);
	height: 49px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	padding: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: oblique;
	margin-top: 0px;
	background-repeat: no-repeat;
	
}
#container #body p {
	font-size: 12px;
	line-height: 18px;
	padding-right: 20px;
	padding-left: 20px;
}
#container #body h2 {
	color: #000066;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#container #body li {
	padding-left: 0px;
	font-size: 12px;
	padding-bottom: 10px;
	font-weight: bold;
	text-indent: 30px;
}
#container #body img {
	padding: 10px;
}

.sub-head{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2B3679;

}

#form{
	text-align: center;
	margin: 50px;

}

.italic{
	width: 300px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 25px;
	text-align: justify;
	font-size: 12px;
	padding-right: 0px;
	padding-left: 40px;
	padding-top: 20px;
	float: none;
	clear: none;
}


.style1{
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 25px;
	text-align: left;
	font-size: 12px;
	float: right;
	clear: none;
	padding: 0px;
}

#below_body{
	height: 175px;
	clear: both;
}

#footer{
	background-color: #000000;
	padding: 10px;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: scroll;
	background-image: url(images/footer_gradient.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-width: 3px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #2D3670;
	border-right-color: #000000;
	border-bottom-color: #2B3679;
	border-left-color: #000000;
	margin-top: 10px;
}

