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

body {
	background-image: url(images/topbgspan.jpg);
	background-repeat: repeat-x;
}
.bgnorepeat {
	background-repeat: no-repeat;
}
.leftmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ad7234;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 20px;
	line-height: 14px;
	margin-bottom: -5px;
	font-weight: lighter;
}
.leftmenu a:link {
	color: #ad7234;
	text-decoration: none;
}
.leftmenu a:visited {
	color: #ad7234;
	text-decoration: none;
}
.leftmenu a:hover {
	color: #0c8cb4;
	text-decoration: none;
}

p {margin: 0 0 1em;}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-left: 10px;
	line-height: 14px;
}

.bodytext a:link {
	color: #0c8cb4;
	text-decoration: none;
}
.bodytext a:visited {
	color: #0c8cb4;
	text-decoration: none;
}
.bodytext a:hover {
	color: #0c8cb4;
	text-decoration: underline;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0c8cb4;
	
	margin-left: 20px;
	line-height: 14px;
}