/* CSS Document */
body {
	color:#fff;
	}
#content,
#maincontent {
 width:760px;
 height:478px;
 background-color:#000000;
 overflow:hidden;
 }
#content2 {
 width:760px;
 height:479px;
 background-color:#000000;
 overflow:hidden;
 }

.header1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#ffffff;
	margin-top:5px;
	}
.normalText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	}	

a:link {
	color:#3C8FB8;
	text-decoration:none;
	}
a:hover {
	color:#3C8FB8;
	text-decoration:underline;
	}
a:visited {
	color:#3C8FB8;
	text-decoration:none;
	}
.button {
	border: 1px solid #666666;
	}
.button:hover {
	border: 1px solid #66CCFF;
	}
#maincontent h1,
#maincontent p {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	}
#maincontent h1 {
	font-size:20px;
	font-weight:normal;
	}

#maincontent p {
	font-size:12px;
	}
#bottomnav {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 3em;
	word-spacing: .5em;
	}
#bottomnav a {
	color:#000;
	text-decoration:none;
	}
#bottomnav a:hover {
	color:#66CCFF;
	text-decoration:underline;
	}
.footerText {
	 font-family:Arial, Helvetica, sans-serif; 
	 font-size:10px;
	 color:#000000;
	 padding-top:10px;
	 }
.learnMore {
	 position:absolute;
	 margin-top:-70px;
	 margin-left:30px;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 text-align:left;
	 font-size:14px;
	 }