a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #990000;
}
a:active {
	color: #666666;
}

*, html {
	padding: 0;
	margin: 0;
	}
	
body {
	background-color: #999999;
	font-family:Arial;
	font-size: 12px;
	color: #444444;
	}
	
.clear {
	clear: both;
	}
	
.fl {
	float: left;
	}
	
.fr {
	float: right;
	}
	
h1, h2, h3, h4, h6 {
	font-weight: normal;
	font-family: Arial;
	}
	
h4 {font-weight:bold}

h5 {
	font-weight:bold;
	font-size:14px;
	color:#000000
}
	
ul, li {
	list-style: none;
	}
	
#wrapper {
	width: 960px;
	padding: 0 15px;
	margin: 0 auto;
	background: url() no-repeat top center;
	}
	
#header {
	width: 960px;
	height: 92px;
	}
	
#header img {
	float: left;
	}
	
#header h1 {
	overflow: hidden;
	width: 0;
	height: 0;
	}
	
#header ul {
	float: right;
	height: 33px;
	list-style: none;
	background: url(images/nav-bg.gif) repeat-x;
	margin-top: 59px;
	}
	
#header li {
	float: left;
	font-size: 10px;
	padding: 10px 10px;
	background: url(images/nav-divider.gif) top right no-repeat;
	font-weight: bold;
	}
	
#header li a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#header li a:hover {
	text-decoration: underline;
	}
	
#header li.last {
	background: none;
	}
	
#main {
	width: 930px;
	padding: 15px;
	background: #FFFFFF;
	}
	
#main #masthead {
	width: 930px;
	height: 172px;
	padding: 0px 0px 15px 0px;
	background: bheader
.swf;
	margin-bottom: 0px;
	}
	
#main #masthead h2 {
	font-size: 24px;
	color: #FFFFFF;
	}
	
#main #masthead p {
	font-size: 12px;
	color: #d0d49d;
	line-height: 24px;
	width: 525px;
	margin: 30px 0 25px 0;
	}
	
#main #container {
	background: url(images/sidebar-bg.gif) repeat-y right;
	}
	
#main #content {
	float: left;
	width: 602px;
	padding-left: 3px;
	}
	
#main #content h3 {
	color: #CC0000;
	font-size: 18px;
	margin: 15px 0 20px 0;
	}
	
#main #content p {
	line-height: 16px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 0;
	}
	
#main #content hr {
	border: none;
	height: 1px;
	background: #ddded1;
	color: #ddded1;
	margin-bottom: 25px;
	}
	
#main #content h4 {
	color: #CC0000;
	font-size: 14px;
	margin-bottom: 20px;
	}
	
#main #content ul {
	width: 275px;
	}
		
#main #content li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	margin: auto;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 24px;
	width: 600px;
	}
	
#main #sidebar {
	float: right;
	width: 265px;
	padding: 15px;
	}
	
#main #sidebar .feed {
	padding: 2px 8px 0 0;
	}
	
#main #sidebar h4 {
	color: #CC0000;
	font-size: 14px;
	margin-bottom: 20px;
	}
	
#main #sidebar p {
	margin-bottom: 20px;
	line-height: 14px;
	}
	
#main #sidebar p a {
	color: #444444;
	text-decoration: none;
	}
	
#main #sidebar p a:hover {
	text-decoration: underline;
	}
	
#main #sidebar span {
	color: #990000;
	}
	
#main #sidebar p a.link {
	color: #333333;
	text-decoration: none;
	border-bottom: dotted 1px #e08f50;
	font-style: italic;
	padding-bottom: 3px;
	}
	
#footer {
	color: #FFFFFF;
	font-size: 10px;
	padding-bottom: 15px;
	background-color: #FF0000;
	}
	
#footer a {
	color: #000000;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}

	
#left-nav {
	float: left;
	width: 23em;
}
	#left-nav ul {
		border-bottom: 1px solid #eeeded;
		background: bottom left url(left-nav-bg.gif) repeat-x #efeded;
	}
	#left-nav li {
		border-bottom: 1px solid #fbfbfb;
	}
	#left-nav a {
	background: 0.75em 50% url(left-nav-li.gif) no-repeat;
	display: block;
	font-size: 14px;
	padding: 0.5em 0 0.5em 2em;
	border-top: 1px solid #eeeded;
	border-left: 1px solid #eeeded;
	border-right: 1px solid #eeeded;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

	}
	#left-nav a.selected {
		border-right: 0;
		/* background: top right url(../img/left-nav-selected-bg.gif) repeat-y #fff; */
		background: 0.75em 50% url(left-nav-selected-li.gif) no-repeat #fff;
		color: #c00;
	}
