/* CSS Document */

body {
	background-color:#000000;
}


.menu {
	font-size: 12px;
	top: 150px;
	left: 16px;
	width: 20%;
	height: 273px;
	color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
}	

.google {
	top: 185px;
	right: 16px;
	width: 126px;
	height: 126px;
	position: absolute;
	background-color:#000000;
}

A.menu-link {
	color:#DDDDDD;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}

A.menu-link:hover {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: underline;
	cursor:pointer;
	cursor:hand;
}

.flash {
	position: absolute;
	top:150px;
	left:0px;
	right: 0px;
	height:350px;
	z-index:-3;
}

.content-area {
	font-size: 12px;
	top: 150px;
	left: 213px;
	width: 70%;
	height: 60%;
	color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute; 
	overflow:auto;
	padding: 5px;
}

a.content-link {
	font-size: 12px;
	color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight:bold;
}

a.sitemap-link {
	font-size: 12px;
	color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.sitemap-link:hover {
	font-size: 12px;
	color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

h2 {
	font-size: 16px;
	font-weight:bold;
	color: #DDDDDD;
}

a.content-sub-heading {
	font-size: 13px;
	font-weight:bold;
	color: #DDDDDD;
}



.footer {
	font-size: 10px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 39px;
	color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
}
a.footer-link {
	font-size: 10px;
	color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}	
a.footer-link:hover {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

.header {
	top: 0px;
	left: 16px;
	right: 16px;
	width: auto;
	height: 39px;
	position: absolute;
}

.header-text {
	font-size: 18px;
	color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
