html,body{
	padding:0;
	margin:0;
	font-size:14px;
	background:#000000;
	font-family:"Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	color:#F20712;
	}
td{
	vertical-align:top;
	}
a{
	color:#F20712;
	}
a img{
	border:0;
	}
div.clear{
	clear:both;
	}
.set_width{
	width:930px;
	margin:0 auto;
	padding:0 15px;
	}

#header{
	background:#000000 url(./header.gif) no-repeat top center;
	padding:10px 0 0 0;
	font-size:11px;
	}
#header *{
	color:#F20712;
	text-decoration:none;
	}
#header h1{
	font-family:Georgia, Times, "Times New Roman", serif;
	margin:0;
	font-size:35px;
	}
#header p{
	margin:0;
	}
#header h2, #header h3, #header h4{
	margin-bottom:0;
	}

#menu{
	position:relative;
	clear:both;
	padding:0;
	}
#menu ul, #menu li{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	}
#menu ul{
	float:right;
	}
#menu a{
	text-decoration:none;
	float:left;
	font-size:16px;
	margin-right:10px;
	padding:4px 13px;
	color:#eee;
	-moz-border-radius-topleft:3px;
	-khtml-border-top-left-radius:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
	-moz-border-radius-topright:3px;
	-khtml-border-top-right-radius:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
	text-shadow:#777 1px 1px 1px;
	}
#menu a:hover{
	background-color:#333333;
	}
#menu a.selected, #menu a.childselected, #menu a.selected:hover, #menu a.childselected:hover{
	background-color:#000000;
	color:#F20712;
	text-shadow:#555 1px 1px 1px;
	}

#submenu{
	padding:4px 0;
	background:#404040;
	border-bottom:1px solid #BFBFBF;
	}
#submenu ul, #submenu li{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	}
#submenu ul{
	float:right;
	}
#submenu ul ul{
	float:left;
	}
#submenu .emtpy_menu{
	height:19px;
	}
#submenu a{
	text-decoration:none;
	float:left;
	font-size:12px;
	margin-right:10px;
	padding:2px 9px;
	color:#eee;
	}
#submenu a.selected, #submenu a:hover{
	background-color:#F20712;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	}

#bodywrapper{
	background-color:#000000;
	padding-bottom:60px;
	border-bottom:1px solid #BFBFBF;
	margin-top:20px;
	}

#content{
	float:right;
	width:750px
	}
#content h1, #content h2{
	margin-top:20px;
	}
#content h1 a, #content h2 a, #content h3 a, #content h4 a{
	text-decoration:none;
	}

#sidepanel{
	position:relative;
	float:left;
	width:160px;
	overflow:hidden;
	font-size:13px;
	padding-right:10px;
	margin-top:20px;
	border-right:1px solid #BFBFBF;
	}
#sidepanel h3{
	background:#404040;
	color:#eee;
	padding:3px 5px;
	}
#sidepanel h3 a{
	color:#eee;
	text-decoration:none;
	}
#sidepanel .menu_top, #sidepanel .menu_top ul, #sidepanel .menu_top li{
	margin:0;
	padding:0;
	list-style:none;
	}
#sidepanel .menu_top li{
	display:inline;
	}
#sidepanel .menu_top li li a{
	padding-left:25px;
	}
#sidepanel .menu_top li li li a{
	padding-left:50px;
	}
#sidepanel .menu_top a{
	display:block;
	text-decoration:none;
	white-space:nowrap;
	}
#sidepanel .menu_top a.selected, #sidepanel .menu_top a:hover{
	background-color:#000000;
	}
#sidepanel input.text{width:90%}

#footer{
	text-align:center;
	font-size:12px;
	padding:13px 0;
	}
#footer, #footer a{
	}