body{
	background: #1c1c1c;
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}
.box{
	margin: 0 auto;
	width: 760px;
}
#header{
	background: #fd0000 url(../images/header_bg.gif) repeat-x top left;
	height: 107px;
}

#navigation{
	background: #141414 url(../images/menu_ul.gif) repeat-x top left;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	float: left;
	width: 100%;
}
#navigation ul#navmenu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#navigation ul#navmenu a {
	display: block;

}

#navigation ul#navmenu li { /* all list items */
	float: left;
}


#navigation ul#navmenu li ul { /* second-level lists */
	position: absolute;
	width: 15em;
	background: #313131;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#navigation ul#navmenu li ul li { /* all list items */
	left: left;
	width: 15em;
}

#navigation ul#navmenu li:hover ul, #navigation ul#navmenu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



#navigation ul#navmenu li a{
	color: #fff;
	font-size: 120%;
	padding: 9px 7px 10px 7px;
	text-decoration: none;
}
#navigation ul#navmenu li.right{
	float: right;
}
#navigation ul#navmenu li a:hover{
	background: #313131;
}
#navigation ul#navmenu li a.selected{
	background: #fd0000;
}
#navigation ul#navmenu li a.selected:hover{
	background: #fd0000;
}


#contentArea{
	clear: left;
	background: #f4f3e7 url(../images/content_bg.gif) repeat-x top left;
}
#contentArea .box{
	padding-top: 30px;
}

#content{
	float: left;
	width: 507px;
}
#content h1{
	border-bottom: 1px solid #d7d5c2;
	color: #1a1a1a;
	font-size: 210%;
	font-weight: normal;
	margin: 0 20px 20px 0;
	padding-bottom: 8px;
}
#content h1 span{
	color: #fd0000;
}
#content h2{
	border-bottom: 1px solid #d7d5c2;
	color: #fd0000;
	font-size: 210%;
	font-weight: normal;
	margin: 0 20px 20px 0;
	padding-bottom: 8px;
}
#content h3{
	color: #fd0000;
	font-size: 150%;
	font-weight: bold;
	margin: 0 20px 20px 0;
}
#content h4{
	color: #1d1d1d;
	font-size: 150%;
	font-weight: bold;
	margin: 0 20px 20px 0;
}
#content h5{
	color: #fd0000;
	font-size: 120%;
	font-weight: bold;
	margin: 0 20px 20px 0;
}
#content h6{
	color: #1d1d1d;
	font-size: 120%;
	font-weight: bold;
	margin: 0 20px 20px 0;
}
#content p{
	color: #1a1a1a;
	font-size: 120%;
	margin: 0 20px 20px 0;
}
#content ul{
	margin: 0 20px 20px 5px;
}
#content ol{
	list-style-type: decimal;
	margin: 0 20px 20px 35px;
}
#content ul li{
	background: url(../images/ul_bg.gif) no-repeat left 3px;
	padding: 0 0 3px 25px;
}
#content li{
	color: #1a1a1a;
	font-size: 120%;
	padding-bottom: 3px;
}
#content strong{
	color: #1a1a1a;
	font-weight: bold;
}
#content span.red_bold{
	color: #fd0000;
	font-weight: bold;
}
#content em{
	font-style:italic;
	overflow: hidden;
}
#content blockquote{}
#content table{
	color: #1a1a1a;
	font-size: 120%;
	margin: 0 20px 20px 0;
}
#content table td{}
#content a{
	color: #fd0000;
}

#sidebar{
	background: url(../images/sidebar_bg.gif) repeat-y top left;
	float: left;
	width: 253px;
}
#sidebar h1{
	color: #1a1a1a;
	font-size: 210%;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0 10px 20px 10px;
}
#sidebar h1 span{
	color: #fd0000;
}
#sidebar h2{
	border-bottom: 1px solid #d7d5c2;
	color: #fd0000;
	font-size: 210%;
	font-weight: normal;
	margin: 0 20px 20px 10px;
	padding-bottom: 8px;
}
#sidebar h3{
	color: #fd0000;
	font-size: 150%;
	font-weight: bold;
	margin: 0 20px 20px 10px;
}
#sidebar h4{
	color: #1d1d1d;
	font-size: 150%;
	font-weight: bold;
	margin: 0 20px 20px 10px;
}
#sidebar h5{
	color: #fd0000;
	font-size: 120%;
	font-weight: bold;
	margin: 0 20px 20px 10px;
}
#sidebar h6{
	color: #1d1d1d;
	font-size: 120%;
	font-weight: bold;
	margin: 0 20px 20px 10px;
}
#sidebar p{
	color: #1a1a1a;
	font-size: 120%;
	margin: 0 20px 20px 10px;
}
#sidebar ul{
	margin: 0 20px 20px 15px;
}
#sidebar ol{
	list-style-type: decimal;
	margin: 0 20px 20px 35px;
}
#sidebar ul li{
	background: url(../images/ul_bg.gif) no-repeat left 3px;
	padding: 0 0 3px 25px;
}
#sidebar li{
	color: #1a1a1a;
	font-size: 120%;
	padding-bottom: 3px;
}
#sidebar strong{
	color: #1a1a1a;
	font-weight: bold;
}
#content span.red_bold{
	sidebar: #fd0000;
	font-weight: bold;
}
#sidebar em{
	font-style:italic;
	overflow: hidden;
}
#sidebar blockquote{}
#sidebar table{
	color: #1a1a1a;
	font-size: 120%;
	margin: 0 20px 20px 10px;
}
#sidebar table td{}
#sidebar a{
	color: #fd0000;
}
#sidebarTop{
	background: url(../images/sidebar_top.gif) no-repeat top left;
	height: 25px;
	width: 100%;
}
#sidebarBottom{
	background: url(../images/sidebar_bottom.gif) no-repeat top left;
	height: 25px;
	width: 100%;
}
#clear{
	clear: left;
}
#footer{
	background: url(../images/footer_bg.gif) repeat-x top left;
	clear: left;
}
#footer ul{
	font-size: 110%;
	padding-top: 70px;
	margin-bottom: 20px;
	text-align: center;
}
#footer ul li{
	color: #fff;
	display: inline;
}
#footer ul li a{
	color: #fff;
	padding: 10px 7px;
	text-decoration: none;
}
#footer ul li a:hover{
	text-decoration: underline;
}
#footer p{
	color: #fd0000;
	font-size: 120%;
	padding-bottom: 70px;
	text-align: center;
}