@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1e1e1e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFCC00;
	text-decoration: none;
}


#container {
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #000000;
	width: 1000px;
}
#header {
	background-image: url(graphics/header.jpg);
	height: 84px;
}

#navbar {
	background-image: url(graphics/navbar.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	font-weight: bold;
	height: 27px;
}
#navbar ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#navbar li {
	list-style-type: none;
	display: inline;
	margin-right: 2px;
	margin-left: 2px;
	color: #CCCCCC;
}


.sidebar-left {
	background-color: #000000;
}


.story {
	font-size: 11px;
}
.story   a:link {
	color: #0000CC;
}
.story   a:visited {
	color: #0000CC;
}
.story   a:hover {
	color: #CC0000;
}
.story   a:active {
	color: #0000CC;
}

.sectionBody {
	font-size: 12px;
	text-align: left;
	padding-top: 20px;
}
.logo {
	margin-top: 15px;
	margin-bottom: 30px;
}


.verbiage {
	padding-top: 10px;
	padding-bottom: 30px;
	font-size: 11px;
	text-align: left;
}

.verbiage-bold {
	font-size: 14px;
	font-weight: bold;
}








#footer {
	background-image: url(graphics/footer.jpg);
	background-repeat: repeat-x;
	height: 20px;
	color: #FFFFFF;
	font-size: x-small;
}

