body,ul,li {
	margin: 0px;
	padding:0px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #333;

}
#Blue body{
	background-image: url(images/bg_blue.gif);
	background-repeat: repeat-x;
}
#Red body{
	background-image: url(images/bg_red.gif);
	background-repeat: repeat-x;
}
#Red_Sm body{
	background-image: url(images/bg_red_sm.gif);
	background-repeat: repeat-x;
}
#Green body{
	background-image: url(images/bg_green.gif);
	background-repeat: repeat-x;
}
#Nav li {
	margin: 0px;
	padding-left: 8px;
	list-style-type: none;
	display:inline;
}
#Nav a  {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	}


#Info li {
	list-style-type: none;
	margin:0px;
	padding:0px;
	height:13px;
	line-height: 13px;
	display: list-item;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
}
#Info a{
	color: #fff;
	text-decoration: none;
}

	
	
	
#SubNav li {
	margin-left:20px;
	list-style-image: url(images/arrows.gif);
	height:19px;
}
#SubNav a  {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	font-weight:bold;
	
	}
p, li, td, tr{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #333;
	}
li{
	margin-left:30px;
	list-style-type:circle;
}
.footer{
	border-top:solid 1px #333;
}
a {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #F90505;
	text-decoration: underline;
}
.box {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 20px;
	width: 150px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
.footertext {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #333;
}
.footertextlink {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #F90505;
}

#etmark {
    position:absolute; 
    left:100px; 
    top:100px; 
	z-index:1;  
	visibility:hidden;
	display:none;
}
#map{
		height:350px;
		width:500px;
		border:1px solid #333;
		}
	#Maptxt{
		color:333;
		font-family: Tahoma, Verdana, sans-serif;
		font-size: 12px;
		}
		
.searchfield{ border:1px #7F9DB9 solid; margin: 0 0 5px 0;}

h1{ font-family:Arial, Helvetica, sans-serif; font-size:20px; font-weight:bold}

.cert{margin:0 10px 0 30px;}

.articles{background-color:#333; width:200px;}
	.articles h3{color:red;}
	.articles a{color:#efefef;}
	.articles a:hover{color:white;}

#articlesList {
	margin: 0px;
	padding: 0px;
}

#articlesList li {
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
	list-style: none;
}
	
	.controls{background-color:#333; color:white; padding:7px; text-align:center;}
		.controls a{ color:#F77 }