/* CSS Document */

body,td,th {
	font-size: 12px;
	color: #3e2c08;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #c98708;
	background-image: url(../assets/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link, a:visited{
	color: #6b6f0e;
	text-decoration: none;
}
a:hover, a:active{
	color: #ec900c;
	text-decoration: none;
}
hr{
	background: #a9a460;
	border: 0px;
	height: 1px;
	margin-left: 10px;
	margin-right: 10px;	
}
h1, h2, h3, h4, h5{
	color: #3e2c08;
	margin: 0px;
	padding: 0px;	
}
ul{
	margin: 0px;
}
p{
	margin: 0px;	
}
#content{
	width: 669px;
	height: 476px;
	float: right;
}
#footer{
	clear: both;
	background: #FFFFFF;
	border-top: 1px solid #e8b43e;
	height: 17px;
	font-size: 10px;
}
#logo{
	width: 184px;
	height: 476px;
	float: left;
}
.leftHeadline{
	font-weight: bold;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
	color: #ec900c;
}
.leftPane{
	text-align: left;
	margin-top: 14px;
	height: 337px;
	overflow: auto;	
}
.leftPane2{
	text-align: left;
	margin-top: 14px;
	height: 337px;
}
#leftMenu{
	font-weight: bold;
	font-size: 11px;
	color: #ec900c;
	list-style: none;
	margin: 0px;
	padding-left: 10px;
}
#leftMenu li{
	padding: 3px;	
}
.menuLink{
	color:#bbba49; 
	text-decoration: none; 
	font-weight: bold;
}
#pageTitle{
	float: left;
	width: 250px;
	margin-top: 17px;
	margin-left: 25px;
}
#pageContent{
	width: 555px;
	height: 330px;
	margin-top: 35px;
	margin-left: 25px;
	padding: 10px;
	background: url(../assets/white.png);
}
#pageSearch{
	float: right;
	width: 300px;
	margin-top: 22px;
	color: #3e2c08;
	font-weight: bold;
}
.formHeaders{
	color:#6b6f0e;
	font-weight:bold;
}