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



p, td, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
}

#wrapper {
	position: relative;
	width: 950px;
	margin:0 auto;
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-y;
}
#header {
	background-image: url(images/headerlogo.jpg);
	height: 150px;
	width: 950px;
	background-repeat: no-repeat;
}

#sidebar {
	float: left;
	width: 150px;
	padding: 10px;
	
}

#sidebar ul {
margin: 0px;
padding:0px;
}

#sidebar li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:5px;
	margin-left:0px;
}

#sidebar p, #sidebar td, #sidebar a {
	color: #FFFFFF;
}

#content {
	float: left;
	width: 760px;
	padding: 10px;

}

#footer {
	background-image: url(images/footerimage.jpg);
	background-repeat: no-repeat;
	clear: left;
	height: 40px;
	width: 950px;
}

#sub {
	clear: both;
	height: 40px;
	width: 950px;
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
	text-align: center;
	position: relative;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
}

#sub a {
	color: #FFCC33;
}

a {
	color: #CC0000;
}

a:hover {
	color: #FF9900;
}


.wfmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	width: 150px;
	padding-left: 10px;
	list-style-type: none;
}
.wfrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

.wfrow a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.wfrow a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.wfrow a:hover {
	color: #CC9933;
	text-decoration: none;
}

.wfrow a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#columns li {
	float: left;
	height: 600px;
	width: 240px;
	padding: 3px;
	margin: 2px;
	border: 1px solid #CCCCCC;
}
#columns {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 100;
	color: #333399;
	text-transform: uppercase;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 100;
	color: #FF0000;
	text-transform: uppercase;
	line-height: 21px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 100;
	color: #FF9900;
	text-transform: uppercase;
}

h3.toggler {
	padding: 3px;
	cursor: pointer;
}
