body {
	margin: 0px;
	padding: 10px;
}
.logoline {
	border-bottom: 3px solid #5ABF68;
}
.navigation{
	margin-top:10px;
	margin-bottom:10px;
}
.topborder {
	border-top: 1px solid #E5E1E1;
}
.rightborder {
	border-right: 1px solid #E5E1E1;
}
.leftborder {
	border-left: 1px solid #E5E1E1;
}
.botborder {
	border-bottom: 1px solid #E5E1E1;
}
.botborderg {
	border-bottom: 1px solid #7BB282;
	background-color:#F1F1F1;
}
.bothborder {
	border-right: 1px solid #E5E1E1;
	border-left: 1px solid #E5E1E1;
}
.bothborderg {
	border-right: 1px solid #7BB282;
	border-left: 1px solid #7BB282;
}

.yellowbg {
	background-color:#FEFEEF;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

.countycar {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	font-style:italic;
	color:#2E883B;
	
}
.graybg {
	background-image: url(gray.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}

.graybg1 {
	background-image: url(gray1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	
}


.greenbg {
	background-image: url(green.jpg);
	background-repeat: no-repeat;
	background-position:bottom right;
}	


.greenbg1 {
	background-image: url(green1.jpg);
	background-repeat: no-repeat;
	background-position:bottom left;
}	

.ccr1 {
	FONT-SIZE: 11px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.ccr1small {
	FONT-SIZE: 10px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
SELECT {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.ycolor {
	background-color:#FEE6B5;
}

.ycolor ul {
	margin:0;
	padding-left: 20px;

}


#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: white;
}

#tablist li a:link, #tablist li a:visited{
color: navy;
}

#tablist li a.current{
background: lightyellow;
}

#tabcontentcontainer{
width: 400px;
/* Insert Optional Height definition here to give all the content a unified height */
padding: 5px;
border: 1px solid black;
}

.tabcontent{
display:none;
}

.bottom {
	font-size:small;
}