html {
 	min-height: 100%;
 	height: auto;
}

body{
	background-attachment: scroll;
	background-image: url(../images/bottom2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
}
p{
	font-size: 12px;
	color: #FFFFFF;
	line-height: 140%;
}
html>#wrapper{
}
#wrapper{
	text-align: left;
	position: relative;
	margin: 0 auto;
	width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em; /* the bottom margin is the negative value of the footer's height */
}

#wrapper_top{
	background-attachment: scroll;
	background-image: url(../images/top2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	width: 100%;
	z-index: 111;
	text-align: center;

}
#wrapper_bottom2{
	background-attachment: scroll;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 100%;
	width: 100%;
	z-index: 10;
	text-align: center;
	bottom:0;
}
#masthead{
	width: 900px;
}
#logo{
	left: 41px;
	position: relative;
}
html>body #nav {
	padding: 7px 7px 7px;
	height: 20px;
}
#nav{
	position: absolute;
	font-weight: bold;
	height: 35px;
	color: #FFFFFF;
	padding: 10px;
	z-index: 999;
	width: 500px;
	left: 460px;
	top: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}
html>body #nav a {
	clear: none;
	font-weight: bold;
}
#nav a {
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 5px;
	text-align: center;
}
#nav a:link {
	color: #FFFFFF;
	font-weight: bold;
}
#nav a:visited {
	color: #FFFFFF;
	font-weight: bold;	
}
#nav a:active {
	color: #FFFFFF;
	font-weight: bold;	
}
#nav a:hover {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
html>body #navigationarea a {
	font: normal 13px/150% Arial, Helvetica, sans-serif;
	color: #A01358;
	padding: 4px 0px 4px 15px;
	height: 18px;
	font-weight: bold;
}
html>body #navigationarea  a:link{
	font-weight: bold;
}
html>body #navigationarea  a:visited{
	font-weight: bold;
}
html>body #navigationarea  a:active{
	font-weight: bold;
}
html>body #navigationarea  a:hover{
	font-weight: bold;
}
#content{
	color: #FFFFFF;
	width: 600px;
	left: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	bottom:0;
	font-size: 13px;
}

html>body #footer {

	padding-bottom: 145px;
	}

#footer {
	height: 4em; /* .push must be the same height as .footer */
	padding-top: 10px;
	padding-bottom: 105px;
	text-align: center;
	font-size: 12px;
	clear: both;
	color: #FFFFFF;
	width: 900;
	font-weight: normal;
	}

#footer a:link {
	color: #FFFFFF;	
}
#footer a:visited {
	color: #FFFFFF;
}
#footer a:active {
	color: #FFFFFF;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
html>body h1{

	}
h1 {
	font-size: 22px;
	top: 20px;
	padding-top: 30px;
}
h2 {

}
table {
	font-size: 13px;
}
.formdata{
	font-size: 12px;
}
td{
	white-space: nowrap

}
a {
	color: #FFFFCC;
	font-weight: bold;
}
a:active {

	color: #FFFFCC;
}

a:visited {

	color: #FFFFCC;
}
a:hover {

	color: #CCCCCC;
}
#clearone{
clear: both;
height: 1px;
}
