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

<!--
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #262626;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}
img {
	border: none;
}
.twoCol #container {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	background-image:url(graphics/bottomright.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding:0px;
}
.twoCol #header {
	padding: 0 10px 0 20px;
}
.twoCol #header h1 {
	margin: 0;
	padding: 10px 0;
}
.twoCol #sidebar1 {
	float: left;
	width: 200px;
	background: #E5E5E5;
	padding: 15px 10px 15px 20px;
}
.twoCol #mainContent {
	margin: 0 0 0 250px;
	padding: 0 20px;
}
.twoCol #footer {
	padding: 0 10px 0 20px;
	background:#DDDDDD;
}
.twoCol #footer p {
	margin: 0;
	padding: 10px 0;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* Nav bar*/
#divSubHeader {
	background-color: #FDCB25;
	height: 25px;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#divSubHeader ul {
	margin: 0;
}
#divSubHeader li {
	display: inline;
	vertical-align: middle;
	color: #000;
	font-variant: small-caps;
}
#divSubHeader a:link, #divSubHeader a:visited {
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
	vertical-align: middle;
	word-spacing: 1px;
	padding: 2px 10px 0px 10px;
	float: left;
	display: block;
	background-image:url(graphics/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em .70em;
}
#divSubHeader a:hover {
	color: #000;
}
/*Link styles*/
a:link {
	color:#333;
}
a:visited {
	color:#666;
}
a:hover {
	color:#900;
	text-decoration: none;
}
a:active {
	color:#000;
	text-decoration: none;
}
-->
