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

body {
	background:#efefef url(../images/body_bg.gif) top repeat-x;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
h3, h4, h5, h6 {
	margin:15px 0px 5px 0px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
}
h1 { font-size:18px; }
h2 { font-size:16px; }
h3 { font-size:14px; }
h4 { font-size:13px; }
h5 { font-size:12px; }
h6 { font-size:10px; }

#fWrapper {
	width:940px;
	margin:10px auto;
}
#fHeader {
	margin-bottom:20px;
}
#fNav {
	height:40px; overflow:hidden;
	background:#da8e6b;
}
#fNav ul.menu {
	height:100%; overflow:hidden; 
	margin:0px 15px; 
	border-left:1px dotted #ffaa82; 
}
#fNav ul.menu li {
	float:left; 
	border-right:1px dotted #ffaa82; 
}
#fNav ul.menu li a { 
	display:block;
	padding:14px 12px;
	font-size:11px;
	color:#000000;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}
#fAnnounce
{
	background:#444;
	padding:5px 0px;
	color:#fffcda;
	height:25px;
	font-size:11px;
	text-transform:uppercase;
}
#fNav ul.menu li a:hover { 
	background:#17360d;
	color:#FFFFFF;
	padding-top:6px;
	border-top:8px solid #ed9b4f;
}
#fBanner {
	clear:both;
}
#fContent {
	clear:both;
	background:#FFFFFF url(../images/content_bg.gif) left repeat-y;
	height:100%; overflow:hidden;
}
#fMatter {
	float:right;
	margin:20px;
	width:690px;
	display:inline;
}
#fSidebar {
	margin:20px 10px;
	width:190px;
}
#fSidebar ul.menu {
	margin:0px 5px;
}
#fSidebar ul.menu li {
	display:inline;
}
#fSidebar ul.menu li a {
	display:block;
	background:url(../images/sidebar_nav.gif) center no-repeat;
	color:#4a4955;
	font-weight:bold;
	text-decoration:none;
	padding:7px 14px;
	margin:3px 0px;
}
#fSidebar ul.menu li.selected a,
#fSidebar ul.menu li a:hover {
	background-image:url(../images/sidebar_nav_hover.gif);
}
#fMatter h2 {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:center;
	padding:2px 5px;
	border:1px dotted #ffaa82;
	margin-bottom:15px;
	display:none;
	color:#ffffff;
}
#fMatter h2 span {
	font-size:12px;
	font-weight:normal;
	font-weight:normal;
}
#fMatter p,
#fMatter li  {
	color:#4a4955;
	line-height:140%;
}
#fMatter li {
	margin-top:2px; margin-bottom:2px;
}
#fFooter {
	clear:both;
	background:#344148;
	padding:15px 10px;
	color:#efefef;
	font-size:11px;
	height:100%; overflow:hidden;
}
#fFooter a {
	color:#efefef;
}
#fFooter .legal {
	float:left;
}
#fFooter .credits {
	float:right;
}
