/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00ADEF;
	font-size: 12px;
}
body {
	margin: 0px;
	background-color: #FFFFFF;
	text-align:center;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #009ee0;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
#vertical{
	position:absolute;
	top:50%;
	margin-top:-270px;
	left:0;
	width:100%;
}
#container {
	width:940px;
	height:540px;
	margin:0px auto;
	display: block; 
	position: relative; 
	text-align:left;
}
#nav {
	width: 250px;
	height: 500px;
	float: left;
	position: relative;
	margin-top: 20px;
	border-right: #FF0000 solid 2px;
}
#navcontainer {
	margin: 0 auto;
	padding: 5px 0;
}

ul#navlist {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 204px;
}

ul#navlist li {
	display: block;
	margin: 0;
	padding: 0;
	height: 45px;
}

ul#navlist li a {
	display: block;
	width: 100%;
	height: 35px;
	padding: 8px 0 10px 30px;
	color: #FFF;
	text-decoration: none;
	background: url(images/buttonbg.gif) no-repeat;
	font-weight: bold;
	font-size: 16px;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a {
	color: #FFFFFF;
	background: url(images/buttonbg2.gif) no-repeat;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
	color: #FFFFFF;
	background: url(images/buttonbg2.gif) no-repeat;
}
.smallprint {
	font-size:9px; 
	color: #797ca4; 
	padding-top: 10px;
}
.smallprint a {	color: #797ca4; text-decoration: none; }
.smallprint a:hover {	color: #FF0000; }

#maincontent {
	width: 610px;
	height: 500px;
	float: left;
	position: relative;
	margin: 20px 0 0 20px;
}

#maincontent2 {
	width: 610px;
	height: 500px;
	float: left;
	position: relative;
	margin: 20px 0 0 20px;
	background: url(images/watermark.gif) no-repeat;
	padding: 5px;
}
h1 {
	width: 300px;
	height: 60px;
	display:block;
	padding: 0;
	margin: 0;
	background: url(images/hdbg.gif) no-repeat;
	padding: 15px 0 0 20px;
	font-size: 24px;
	color: #FFFFFF;
}
h3 {
	font-size: 16px;
}
.green {
	color: #FF0000;
}
.greenbold {
	font-weight: bold;
	color: #FF0000;
}
.smallgrey {
	color: #999999;
	font-size:10px;
	line-height: 10px;
}

.textbox {
	color: #781351;
	background: #F7FCFE;
	border: 1px solid #ED1C24;
	height: 15px;
	margin-top: 4px;
}
.textbox2 {
	color: #781351;
	background: #F7FCFE;
	border: 1px solid #CCCCCC;
	height: 12px;
	font-size: 10px;
	width: 120px;
}
.textbox3 {
	color: #781351;
	background: #F7FCFE;
	border: 1px solid #CCCCCC;
	height: 35px;
	font-size: 10px;
	width: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
