html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

body {
 	background-color : #6A7944;
}


body, ul, td, .normal {
 	font-family : verdana;
 	font-size : 11px;
	color : #000000;
	line-height:200%;
	margin-top:0px;
}

p {
	margin-top:0px;
}
	
#masthead {
background-color:white;
}

#nav {
 	background-image : url(../image/nav-bg.gif);
	background-repeat:repeat-x;
	height:37px;
	clear:both;
}

#nav img {
float:left;
margin:0px;
}


#utilitynav {
width: 183px;
height: 11px;
float: right;
margin-top:40px;
}

#utilitynav img {
float:left;
margin:0px;
}

#body {
background-color: #EDEFE6;
}

#subbody {
	background-color: #FFFFFF;
	width:720px;
	padding:15px;
	overflow:hidden;
}

*html #subbody {
	width:750px;
}



a { color: #D7640B; }
a:visited { color: #D7640B; }
a:hover { color: #697841; }

h1, .head  	{
 	font-size : 18px;
 	font-weight : bold;
	color : #93A166;
	margin:10px 0px 4px 0px;
	}

h2, .home1 {
	font-weight: bold;
	font-size:12px;
	margin-bottom:4px;
	color : #D7640B;
	}

h3, .home2 {
	font-weight: bold;
	font-size:12px;
	margin-bottom:4px;
	}

input, select {
 	font-family : verdana, geneva, arial, helvetica;
	font-size : 10px;
	color: black;
	background-color:#FFFFFF;
}	
	
.input {
	width:150px;
	}

textarea {
 	font-family : courier new, monospaced;
	font-size : 11px;
	width:400px
 	}

.button {
 	font-family : arial;
	font-size : 12px;
	color:black;
	}
 
.dwarf {
	font-family : verdana;
	font-size : 9px;
	font-weight:normal;
	line-height: 150%;
	letter-spacing:normal;
	}

.trlabel, .tdlabel, .cell, .cell2 {
 	font-family : verdana;
 	letter-spacing:normal;
	font-size : 10px;
}

.trlabel  {
	font-weight: bold;
	color: #FFFFFF;
	background-color:#6A7943;
	}
	
.tdlabel  {
	font-weight: bold;
	color:#93A166;
	background-color:#EDEFE6;
	}
	
.cell  {
	color:black;
	background-color: #f0f0f0;
	}
	
.cell2  {
	color:black;
	background-color: #e0e0e0;
	}


.applyBorder {
	border-width: 4px;
	border-color: #697841;
}
	
.box  {
 	font-family : verdana,arial,helvetica;
 	font-size:11px;
	font-weight:bold;
	letter-spacing:0px;
	color:#534D4D;
	}
	
.error {
	color: red;
	font-weight:bold;
	background-color:white;
	}
