@charset "UTF-8";

body {
	background-color: #c7c8ca;
	background-image: url(../images/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px;
}

#container {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	height: auto;
}
.mainwrap {
	padding: 20px;
	border: 1px solid #666666;
	background-image: url(../images/bg_dkgray.jpg);
	margin-top: 20px;
	margin-bottom: 20px;
}
.navbar {
	margin-top: 25px;
	margin-bottom: 25px;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
	padding-top: 8px;
	padding-bottom: 8px;
}
.navbar img {
	padding-right: 10px;
}
.textwrap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	width: 475px;
	line-height: 17px;
}
.imagewrap {
	float:right;
	border: ;
	border: solid #333333 1px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.boldgrn {
	font-size: 13px;
	font-weight: bold;
	color: #8CC63F;
	text-decoration: none;
	border-bottom: solid #8CC63F 1px;
	padding-bottom: 5px;
}
.footerbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 10px;
	margin-top: 25px;
	padding-top: 10px;
	border-top: solid #666666 1px;
}
.bigwhite {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 18px;
	margin-top: 5px;
}
.boldgrn_sm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8cc63f;
}
ul {
	margin-top: 2px;
	list-style-position: outside;
	list-style-image: url(../images/bullet.jpg);
	margin-left: -15px;
	line-height: 18px;
}
.homewrap {
	border-top: solid #666666 1px;
	border-bottom: solid #666666 1px;
}
	
.textwrap a {
	color: #CCCCCC;
}
.imgwrap {
	float: left;
	margin-right: 15px;
	border: solid #333333 1px;
}
