/* CSS Document */

body{
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #5a6355;
}

#container{
	margin: 0px;
	padding: 0px;
	height: 800px;
	width: 850px;
	background-image: url(../images/bgcolumns.gif);
	background-repeat: repeat-y;
}
#text ul {
	list-style-type: square;
	margin-right: 0px;
	margin-left: 14px;
	padding-left: 0px;
	list-style-position: outside;
}
#text li {
	line-height: 14px;
	padding-bottom: 15px;
}
.rightimage {
	float: right;
	margin-left: 12px;
	margin-top: 6px;
	padding-top: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
}

#header{
	margin: 0px;
	padding: 0px;
	height: 180px;
	width: 850px;
	position: absolute;
	left: 0px;
	top: 0px;

}

#leftnav{
	text-align: right;
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 190px;
	left: 0px;
	top: 182px;
	position: absolute;

}

#content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	text-decoration: none;
	position: absolute;
	height: 600px;
	width: 510px;
	left: 285px;
	top: 182px;

}
#leftnav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: normal;
	color: #cbb778;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#leftnav a{
	margin: 0px;
	padding: 0px;
	color: #cbb778;
	text-decoration: none;

}
#leftnav a:hover{
	color: #385ba9;

}
#contenthome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	text-decoration: none;
	position: absolute;
	height: 600px;
	width: 510px;
	left: 285px;
	top: 182px;
}
.siteby {
	line-height: normal;
	font-style: italic;
	color: #385ba9;
}
