body {
	margin: 15px;
	background-color: #DAD1B2;
	color: #161616;
}
body, table {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
}

a {
	color: #429539;
}

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

input.text, textarea, select {
	border: solid #979797 1px;
	color: #979797;
	font-size: 11px;
	padding: 1px 2px;
}

input.button {
	font-size: 11px;
	border: solid black 1px;
	background-color: #A6A6A5;
	color: white;
	font-weight: bold;
	padding: 0px 4px;
}

td.formcaption {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding-right: 4px;
}

td.formfield {
	padding-left: 4px;
}


div#breadcrumbs {
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 4px;
}

hr {
	height: 1px;
	background: #A6A6A5;
	color: #A6A6A5;
	border:none;
}


div#copyright {
	color: #9CA590;
	font-size: 11px;
}
div#copyright a {
	color: #9CA590;
}
div#copyright a:hover {
	color: #ffffff;
}


div#contentfooter, div#contentfooter a {
	font-size: 11px;
	color: #979797;
	text-decoration:none;
}






h1 { font-size: 18px; }
h2 { font-size: 12px; color: #000000; text-transform:uppercase; }
h3 { font-size: 14px; }

h1.pagetitle {
	color: #429539;
	font-size: 14px;
	text-transform: uppercase;
	font-family: arial, helvetica, verdana, sans-serif;
}

ul {
	list-style-type: square;
}


/***************** mainmenu styles *********************/

#mainmenu {

	width:100%;
	border-collapse: collapse;
	
	margin-top: 20px;
	color: white;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
}

#mainmenu td {
	padding: 4px 8px;
	white-space: nowrap;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}


table#mainmenu a {
	color: #5B5B5B;
	text-decoration: none;

}

table#mainmenu a:hover {
	color: #619D55;
}


div.submenu {
	width:200px;
	padding: 0px;
	position: absolute;
	display: none;
	background: #5D9B52;
	border: none;

	opacity: 0.90;
	filter: alpha(opacity = 90);

}
div.submenu table {
	border-collapse: collapse;
	width: 100%;
}




div.submenu td {
	padding: 2px 5px;
	cursor:pointer;
	border: solid white;
	border-width: 2px 4px;
}

div.submenu td a {
	color: #ffffff;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
}



div.submenu td.hover {
	background: #2F2F2F;

}

div.submenu td.hover a {
	color: white;
}



/****************************************/

/*



*/
