@charset "utf-8";
/* CSS Document */

body {
	background-color: #EAFAD0;
	background-image: url(bg.jpg);
	overflow: auto;
/*  line-height:16px;*/
	background-repeat: repeat-x;
	height:100%;
	margin: 0px;
	padding: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	}
		
#mobiletitle {
	background-image:url(mobiletitle.gif);
	background-repeat: no-repeat;
	width:276px;
	height:22px;
	position: relative;
	float: right;
	visibility: visible;
	}

.topmenu {
	font-family: arial, helvetica;
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	}
	
.topmenu:link {text-decoration: none;}
.topmenu:visited {text-decoration: none;}
.topmenu:active {text-decoration: none;}
.topmenu:hover {text-decoration: none; color: #000000;}

h3 { margin: 0 0 8px 0; padding: 0; font-size: 18px; font-weight: normal; color: #547814;}

h4 { margin: 0 0 5px 0; padding: 0; font-size: 14px; font-weight: bold; color: #547814;}

h5 { margin: 0; padding: 0; font-size: 12px; color: #000000; font-weight: bold; }

.links {
	color: #82b13d;
	text-decoration: underline;
	}

td 	{color: #666666; font-family: arial, helvetica, verdana, sans-serif; font-size: 12px; line-height: 18px;}

#dropmenudiv { 
	z-index: 100; 
	width: 96px; 
	position: absolute 
	}
	
#dropmenudiv a:hover { 
	width: 98px; 
	background-color: #9AC72A; 
	}

p.rightcol {
	padding: 20px 0px 0px 20px;
}
p.larger{
    font-style:normal;
    font-size: 14px;
    font-weight:bold;
    font-family:inherit;
}


