@charset "utf-8";
/* CSS Document */

#top {background-color: #9ba283;
	
}

#nav_header {
	color: #FFFFFF;
	background-color: #676b50;
	text-align: left;
	display: block;
	text-indent: 8px;
	font-weight: bold;
}

#nav_left {
	background-color: #818869;
	width: 250px;
	margin-left: 24px;
	margin-bottom: 12px;
	text-align: left;
	font-weight: bold;
}
#all {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	width: 800px;
	
	margin: 0 auto;
}
#header {
	width: 800px;
	height:350px;
	
}
	
#content {
	width: 475px;
	background-color: #FFFFFF;
	text-align: left;
	font-size: small;
	font-weight: normal;
}

.nav2 a {color:#fff; text-decoration:none; font-size: small;}
.nav2 a:hover{color:#9ba283; text-decoration: underline;}
.nav2 a:active{color:#9ba283; text-decoration: underline;}
.nav2 a:visited{color:#ecebeb; text-decoration:none;}

.nav3 a {color:#fff; text-decoration:none; font-size: small;}
.nav3 a:hover{color:#fff; text-decoration: underline;}
.nav3 a:active{color:#9ba283; text-decoration: underline;}
.nav3 a:visited{color:#fff; text-decoration:none;}


<!-- FORM -->

.formTable{
	background-color: #818869;
}

.formTable td{
	padding:5px;
}

.formTabActive{
	background-image:url(images/active1.jpg);
	vertical-align:middle;
	text-align:center;
	color: #990000;
	background-repeat:no-repeat;
	font-weight:bold;
}

.formTabInactive{
	background-image:url(images/inactive1.jpg);
	vertical-align:middle;
	text-align:center;
	background-repeat:no-repeat;

}


input, textarea, select{

}

.error{
	color:#FF0000;
	text-align:center;
}