@charset "utf-8";
/* CSS Document */
body, td, th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}
body {
	background-image: url(../images/earth_background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 28px;
	font-weight: bold;
	color: #800000;
	margin-top: 0px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000080;
}
h3 {
	color: #800000;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
}
hr {
	border: 1px solid #800000;
	width: 100%
	height: 1px;
}
img {
	border: none;
}
#clear {
	clear: both;
}
#rel {
	position: relative;
}
#mainContainer {
	position: absolute;
	left: 70px;
	top: 78px;
}
#coutdown2012 {
	position: absolute;
	font-size: 20px;
	color: #AAA;
	font-family:Tahoma, Geneva, sans-serif;
	left: 580px;
	top: 15px;
}

#slogan{
	position: absolute;
	font-size: 20px;
	color: #666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	left: 100px;
	top: -50px;
}

.countdownletter {
	font-size: 12px;
}
#joinToday {
	float: left;
	width: 665px;
	border: 1px solid #000080;
	background: #FFF;
	margin-top: 30px;
	padding: 20px;
}
#joinHeader {
	position: absolute;
	top: 89px;
	left: 0px;
}
#joinButton {
	float: right;
	margin: 20px;
}
#contentContainer {
	float: left;
	width: 665px;
	height: auto;
	border: 1px solid #000080;
	background: #FFF;
	margin-top: 30px;
	padding: 20px;
}
#copyRight {
	float: left;
	width: 705px;
	height: auto;
	margin-top: 30px;
	padding: 20px;
	text-align: center;
	font-size: 10px;
}
#bannerAds {
	text-align: center;
	width: 705px;
	height: auto;
	margin-top: 30px;
	padding: 20px;
	font-size: 10px;
}
#mainNavigation {
	position: fixed;
	background-color: #DFDFDF;
	left: 787px;
	top: 149px;
	width: 177px;
	border: 1px solid #000080;
	min-height: 510px;
	height: 510px;
	overflow: auto;
}
#mainMenu ul{
	list-style: none;
	padding: 0;
	margin: 0;
} 
#mainMenu li a {
	background: #FFF;
	height: 20px;
	line-height: 20px;
	width: 148px;
	margin-bottom: 1px;
	padding: 2px;
	padding-left: 10px;
	display: block;
	color: #333;
	text-decoration: none;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
} 
#mainMenu li a:hover {
	background-color: #000080;
	color: #CCC;
}
#newsletterNav ul{
	list-style: none;
	padding: 0;
	margin: 0;
} 
#newsletterNav li a {
	background: #DFDFDF;
	height: 14px;
	line-height: 14px;
	width: 148px;
	margin-bottom: 1px;
	padding: 2px;
	padding-left: 10px;
	display: block;
	color: #333;
	text-decoration: none;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
} 
#newsletterNav li a:hover {
	background-color: #000080;
	color: #CCC;
}