HTML, BODY
{
	padding: 0;
	margin: 0;
	font-size: 14px;
	background: #000;
	font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	color: #333;
}
TD
{
	vertical-align: top;
}
A
{
	color: #008318;
	font-size: medium;
}
A IMG
{
	border: 0;
}
DIV.clear
{
	clear: both;
}
.set_width
{
	width: 930px;
	margin: 0 auto;
	padding: 0 15px;
}
#header
{
	background-color: #000000;
	/*[disabled]background-image:url(header_big.png);*/
	background-repeat: repeat-x;
	background-position: top left;
	padding: 10px 0 0;
	font-size: 11px;
}
#header *
{
	color: #FAFAFA;
	text-decoration: none;
}
#header H1
{
	font-family: Arial;
	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: 1px 1px 1px #556688;
}
#menu A:hover
{
	background-color: #425E73;
}
#menu A.selected, #menu A.childselected, #menu A.selected:hover, #menu A.childselected:hover
{
	background-color: #E6E6E6;
	color: #223E53;
	text-shadow: 1px 1px 1px #7788AA;
}
#submenu
{
	padding: 4px 0;
	background: #E6E6E6 url(../menu_bg.png);
	border-bottom: 1px solid #444;
}
#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: 14px;
	margin-right: 10px;
	padding: 2px 9px;
	color: #000000;
}
#submenu A.selected, #submenu A:hover
{
	background-color: #7788AA;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#bodywrapper
{
	background-color: #000;
	padding-bottom: 60px;
	border-bottom: 1px solid #EEE;
	margin-top: 20px;
}
#content
{
	float: left;
	width: 750px;
	color: #EEEEEE;
}
#content H1, #content H2
{
	margin-top: 0;
	color: #008318;
}
#content H1 A, #content H2 A, #content H3 A, #content H4 A
{
	text-decoration: none;
}
#sidepanel
{
	position: relative;
	float: right;
	width: 160px;
	overflow: hidden;
	font-size: 13px;
	padding-left: 10px;
	border-left: 1px solid #EEE;
	color: #7788AA;
}
#sidepanel H3
{
	background: #569552;
	color: #FAFAFA;
	padding: 3px 5px;
}
#sidepanel H3 A
{
	color: #FAFAFA;
	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: #444444;
}
#sidepanel INPUT.text
{
	width: 90%;
}
#footer
{
	text-align: center;
	font-size: 12px;
	padding: 13px 0;
}
#footer, #footer A
{
}

