/* General styles */
body {
	background:#373D3D;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}



h1 {font-size: 125%; color:#FFFFFF;} /*696969*/
h1.error {font-size: 125%; color:#FF0000;}
h2 {font-size: 110%; color:#FFFFFF;} /*696969*/
h3 {color:#FFFFFF;}
h4 {color:#FFFFFF;}
h5 {color:#FFFFFF;}


.label {color:#FFFFFF;font-weight:800;}
.h5alt {color:#000000;}

form {margin-left: 30px;}

td {
	font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

p { font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

td.labelReq { font-size: 85%; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: right; color:#FFFFFF; }

td.labelNotReq { font-size: 85%; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: right; color:#FFFFFF;}
th { font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

/* styles for text boxes */
.smallbox { width: 25px }
.mediumbox { width: 100px;}
.widebox { width: 350px;}
textarea {
	width: 350px;
	height: 150px;
	background-color: #373D3D;
}
.itemTextarea {
	width: 400px;
	height: 75px;
	background:#373D3D;
	color:#FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.itemTextbox {
	width: 80px;
	height: 15px;
	background:#373D3D;
	color:#FFFFFF;
	text-align: right;
	outline-color: #3b3432;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.warning { font-size: 100%; color:#FF0000; font-weight:600; }

.view {
font-size:14px;
font-weight:400;
link:#FF0000;
visited:#0099CC;
hover:#FF0000;
}
		
#main {
	margin-left:136px;
	margin-top:1px;
	padding:30px;
	position: absolute;
	top: 0px;
        }

#main a:link{
	font-size:14px;
	font-weight:800;
	color: #827047;
	}
	
#main a:visited{
	font-size:14px;
	font-weight:800;
	color:#827047;
	/*text-decoration:none; */
	}
	
#main a:hover{
	font-size:14px;
	font-weight:800;
	color: #B22222;
	}
	
#main a:active{
	font-size:14px;
	font-weight:800;
	color: #FFFFFF;
	}	
	

		
#navpanel {
background:#827047; /* 978252 */
padding:10px;
position: absolute;
left:0px;
top:0px;
width:125px;
height:100%;
        }
		
	
	
#navpanel a:link{
	font-size:12px;
	font-weight:600;
	color: #000000;
	}
	
#navpanel a:visited{
	font-size:12px;
	font-weight:600;
	color:#333333;
	text-decoration:none;
	}
	
#navpanel a:hover{
	font-size:12px;
	font-weight:600;
	color: #B22222;
	background: #000000;
	}
	
#navpanel a:active{
	font-size:12px;
	font-weight:600;
	color: #FFFFFF;
	}	
	
#navpanel h4 {
font-size:16px;
font-weight:600;
	}

#navpanel h5 {
font-size:14px;
font-weight:1000;
	}
	
#navpanel hr {
align="left"
width="100"
noshade="noshade"
color="#000000";
	}
