body{
color:#000000;
margin:0px;
padding:0px;
}

a{
text-decoration:none;
color:#6d3636;
}


.search-box{
background-color:#dcd6c6;
padding:3px;
}

.showborder{
border: solid #ADADAD 1px;
}

.showborder td{
border: solid #ADADAD 1px;
}

a:hover{
color:#000000;
}

.header-logo{
height:130px;
}

.logged-in{
margin-top:20px;
}

.menu{
background-color:#9a927a;
height:30px;
color:5d7e2d;
font-weight:bold;
word-spacing: 7px
}

.menu a{
color:#a4bc70;
}

.menu a:hover{
color:#5d7e2d;
}

.required
{
background-image:url(../images/required.gif);
background-position:top right;
background-repeat:no-repeat;
padding-right:10px;
}

ul.errors{
list-style:none;
color:#fd5959;
adding:.8em;
}

.main-content{
padding-top:10px;
margin-bottom:10px;
}

h1{
color:#59523d;
font-size:150%;

}

th {
font-weight:bold;
background:#c2b99d;
}

.notice a, .success  a{
text-decoration:underline;
}

h5{
padding:5px;
margin:5px;
padding-left:0px;
margin-left:0px;
}

/************************************************
*	Navbar      								*
************************************************/

#navbar {
	background: #878067;
	height: 30px;
	margin-bottom:3px;
	margin-top: 0px;
	border: solid #ADADAD 1px;
	}

#navbar ul {
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 0 0 0;
	margin:6px 0px 0 14px;
	text-align: left;
	
	}

#navbar li {
	float: left;
	list-style-type: none;
	}
	
#navbar ul li a {
	color: #ffffff;
	text-decoration: none;
	padding: 0 30px 0px 7px;
	background:url(../images/navbarind.gif) left no-repeat;
	}

#navbar ul li a:hover {
	background:url(../images/navbarindactive.gif) left no-repeat;
	}


/************************************************
*	subnav      								*
************************************************/

#subnav {
	background: #c2b99d;
	height: 20px;
	margin-bottom:3px;
	margin-top: 0px;
	border: solid #ADADAD 1px;
	}

#subnav ul {
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 0 0 0;
	margin:0px 0px 0 14px;
	text-align: left;
	
	}

#subnav li {
	float: left;
	list-style-type: none;
	}
	
#subnav ul li a {
	color: #443f2e;
	text-decoration: none;
	padding: 0 30px 0px 7px;
	background:url(../images/navbarind.gif) left no-repeat;
	}

#subnav ul li a:hover {
	background:url(../images/navbarindactive.gif) left no-repeat;
	}
	

