/* CSS Document */
#bgColor{
	height:100%;
	width:100%;
	position:absolute;
	background-color:#e5e5e5;
	left: 0px;
	top: 0px;
	}
#container {
	position:relative;
	width:800px;
	height:600px;
	margin:auto;
	}
#content {
	position:absolute;
	width:800px;
	height:390px;
	top:190px;
	left:0px;
	background-color: #FFFFFF;
	}
#footer {
	position:absolute;
	width:800px;
	height:20px;
	top:580px;
	left:0px;
	background-color:#011d82;
	}
#siteMap {
	position:relative;
	visibility:hidden;
	}
body,td,th {
	font-family: verdana;
	font-size: 12px;
}
a:link {
	color: #011D82;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}
.heading {
	font-family: Verdana;
	font-size: 36px;
	font-weight: bold;
	color: #666b6f;
}
.heading2 {
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #666b6f;
}
.textGR {
	color: #198D6F;
	font-weight: bold;
}.footer {
	font-family: Verdana;
	font-size: 9px;
	color: #8F8F8F;
}	

#footer a:link, #footer a:visited{
	font-family:Verdana;
	font-size:9px;
	color:#8F8F8F;
	text-decoration:none;
	}
#footer a:hover{
	text-decoration:underline;
}
.menu {color: #FFFFFF}
