/*-------------------------
--------- GENERAL ---------
-------------------------*/
body{
	background-color: #ffffff;
	
	font-family: Lucida, sans-serif;
	text-align: left;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #444F3B;
}
a{
	text-decoration: none;
	color: #93ab18;
}
a:hover{
	text-decoration: underline;
}


/*-------------------------
---------- LAYOUT ---------
-------------------------*/
#container{
	width: 825px;
	background-color: #fcffea;
	margin: auto;
	border: 1px solid #757F6E;
}
#sidebar{
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 200px;
	height: 285px;
	background-color: #768046;
}
	#sidebar a {
		width: 178px;
		height: 30px;
		display: block;
		float: left;
		
		color: #ffffff;
		background-color: #768046;
		text-align: left;
		font-size: 13px;
		font-weight: bold;
		line-height: 30px;
		padding-left: 20px;
		
		border-right-width: 1px;
		border-left-width: 1px;	
		border-right-style: solid;
		border-left-style: solid;	
		border-right-color: #ffffff;
		border-left-color: #ffffff;
	}
	#sidebar a.looking {
		height: 28px;
		line-height: 28px;
		text-decoration: none;
		background-color: #bbbcb4;
		
		border-top-width: 1px;
		border-bottom-width: 1px;
		border-top-style: solid;
		border-bottom-style: solid;
		border-top-color: #ffffff;
		border-bottom-color: #ffffff;
	}
	#sidebar a:hover {
		height: 28px;
		line-height: 28px;
		text-decoration: none;
		background-color: #bbbcb4;
		
		border-top-width: 1px;
		border-bottom-width: 1px;
		border-top-style: solid;
		border-bottom-style: solid;
		border-top-color: #ffffff;
		border-bottom-color: #ffffff;
	}
#mainbar {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 625px;
	height: 285px;
	background-color: #ffffff;
}
	#mainbar a {
		width: 102px;
		height: 23px;
		display: block;
		float: left;
		
		color: #ffffff;
		background-color: #768046;
		text-align: center;
		font-size: 13px;
		font-weight: bold;
		line-height: 25px;
		
		border-top-width: 1px;
		border-bottom-width: 1px;	
		border-top-style: solid;
		border-bottom-style: solid;	
		border-top-color: #ffffff;
		border-bottom-color: #ffffff;
	}
	#mainbar a:hover {
		width: 102px;
		line-height: 25px;
		text-decoration: none;
		background-color: #bbbcb4;
		
		border-right-width: 1px;
		border-left-width: 1px;
		border-right-style: solid;
		border-left-style: solid;
		border-right-color: #ffffff;
		border-left-color: #ffffff;
	}
	#mainbar a.looking {
		width: 102px;
		line-height: 25px;
		text-decoration: none;
		background-color: #bbbcb4;
		
		border-right-width: 1px;
		border-left-width: 1px;
		border-right-style: solid;
		border-left-style: solid;
		border-right-color: #ffffff;
		border-left-color: #ffffff;
	}
#content{
	float: left;
	width: 785px;
	padding: 20px;
	padding-bottom: 5px;
}
#bottom{
	clear: both;	
	width: 825px;
	height: 50px;
	
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #09172D;
	text-decoration: none;
}


/*-------------------------
------ TEXT & HEADERS -----
-------------------------*/
.stdtxtsmall {
	font-size: 12px;
	line-height: 14px;
}
td{
	padding-right: 10px;
	padding-top: 2px;
	text-align: right;
}
input {
border: 1px solid #768046;
color: #2b3921;
}

select {
border: 1px solid #768046;
color: #2b3921;
}

textarea {
border: 1px solid #768046;
color: #2b3921;
}

.header {
	/*font-family: Trebuchet MS, Arial, Tahoma, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	color: #2b3921;
}
.headersmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #2b3921;
}
.headersmaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #2b3921;
}
.imageleft{
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color: #3c3c3a;
	margin-right: 10px;
	margin-bottom: 5px;
}
.imagecenter{
	float: none;
	border-style: solid;
	border-width: 1px;
	border-color: #3c3c3a;
}
.imageright{
	float: right;
	border-style: solid;
	border-width: 1px;
	border-color: #3c3c3a;
	margin-left: 10px;
	margin-bottom: 5px;
}