body {
	margin: 0 10% 0 10%;
	padding: 0;
	font-size: 14px;
	background-color: #FFF;
}

a:link {color: #568100;  font-family: verdana, arial, helvetica, sans-serif; font-weight: normal; font-size: 12px; text-decoration: underline}

a:visited {color: #568100;  font-family: verdana, arial, helvetica, sans-serif; font-weight: normal; font-size: 12px; text-decoration: underline} 

a:active {color: #568100;  font-family: verdana, arial, helvetica, sans-serif; font-weight: normal; font-size: 12px; text-decoration: underline} 

a:hover {text-decoration: underline;  font-family: verdana, arial, helvetica, sans-serif; font-weight: normal; font-size: 12px;color: #555555}

#mainTable {
	margin: 0 auto;
	border: 1px solid #000;
	/*/*/line-height: 1.5em; /* */
}
#mainTable td {
	padding: 10px;/*Pads each table cell in modern browsers*/
}
#maincontent {
	border-left: 1px solid #555555;
	font-size: 14px;
	/*/*/font-size: 100%; /* */
}
#sidebar {
	width: 130px;
	font-size: 12px;
	/*/*/font-size: 85%; /* */

}
#header {
	background-color: #669900;
	color: #CCCCCC;
	
}
#footer {
	background-color: #669900;
	color: #CCCCCC;
	

}
h1:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h2:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h1 { font-size: 160%; }
h2 { font-size: 140%; }


#current a {
	color: #FFFFFF !important;
	/*/*/background-color: #999999!important;
	border: 2px dotted #999 !important; /* */
}



#n4shell {
/* Happy hunting. This rule will allow you to create an outer border around the layout table in netscape 4. Wrap the entire table inside a div and assign to the div this id */
	border: 1px solid #000;
	/*/*/border: 0; /* */
}



ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #555555;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #555555;
	background: #EFEFEF; /* IE6 Bug */
	padding: 8px;
	border: 1px solid #555555;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #669900; background: #EDFAD3; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

.button2 { 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D9F6FF; 
 color: #102132; 
 margin-left: 12px; 
 margin-top: 1px; 
 margin-bottom: 1px; 
}



.button { 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D1FAD4; 
 color: #102132; 
 margin-left: 12px; 
 margin-top: 1px; 
 margin-bottom: 1px; 
}

.fieldcell input { 
 width: 200px; 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; 
 margin-right: 0px; 
} 

.smallfieldcell input { 
 width: 100px; 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D1FAD4; 
 color: #102132; 
 border: 1px solid #555555; 
} 

.smallfieldcell select { 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D1FAD4; 
 color: #102132; 
 border: 1px solid #555555; 
}

table.dots
{
    border: 1px dotted #cccccc;
}

.style5 {
	font-size: 12px;
	color: #568100;
}

.style5 a:link, a:visited, a:hover, a:active{
	font-size: 12px;
	color: #568100;
}