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

body {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 11px;
	color: #808080;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg1.gif);
	background-repeat: repeat-x;
}
#wrapper {
	width: 766px;
}
#header {
	background-image: url(images/topheader.jpg);
	background-repeat: no-repeat;
	height: 41px;
	padding: 206px 200px 0 300px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
input {
	font-size: 10px;
}
#searchbar {
	background-image: url(images/searchbar.gif);
	background-repeat: no-repeat;
	height: 24px;
	padding: 5px 0 0 550px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
#content {
	background-image: url(images/cbg.gif);
	background-repeat: no-repeat;
	height: 560px;
}
#left {
	width: 215px;
	float: left;
	padding: 11px;
	color: #FFFFFF;
}
#right {
	float: right;
	width: 490px;
	padding-right: 10px;
}
#left ul {
	list-style-image: url(images/bullet1.gif);
	margin: 0;
	padding-left: 15px;
}
.yellowtitle {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: underline;
}
.rightimg {
	float: right;
	margin-left: 7px;
	display: block;
}
.leftimg {
	display: block;
	float: left;
	margin-right: 7px;
}
#right ul {
	list-style-image: url(images/bullet2.gif);
	margin: 0;
	padding-left: 15px;
}
.orangetitle {
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}
#c1 {
	float: left;
	width: 240px;
}
#c2 {
	float: right;
	width: 240px;
}.greentitle {
	font-weight: bold;
	color: #009900;
	text-decoration: underline;
}
.bluetext {
	color: #2660A3;
	text-decoration: underline;
}
#footer {
	padding: 5px;
	clear: both;
	text-align: center;
	color: #FFCC00;
}
