/* CSS Document */
body
{
	background:url(images/body_bg.jpg) repeat;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
p
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a
{
	text-decoration: none;
	color:#FF0000;
}
a:hover
{
	text-decoration: underline;
}
div.sign
{
	float:right;
}
#main-table
{
	width:794px;
	border-left:4px solid #999999;
	border-right:4px solid #999999;
}
#header
{
	border-right:1px solid #272727;
	border-left:1px solid #272727;	
}

#logo
{
	background:url(images/logo.jpg);
	width:250px;
	height:133px;
}
#nav
{
	width:198px;	
	padding:0px;
}

#nav ul
{
	margin: 0px;
	border: none;
	padding: 1px 0px;
	list-style-type: none;
}

#nav li
{
	margin: 0;
	list-style-type: none;
	padding: 0px 0px 1px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	list-style-image: none;
	line-height:0px;
}
#nav li.selected
{
	display: block;
	padding: 0px 0px 1px 60px;
	width:190px;
	margin-right: 0px;
	background-color: #E6941A;
	color: #FFFF00;
	line-height: 23px;
	background: url(images/menu_on.jpg) no-repeat;
}
#nav li a 
{
	display: block;
	width:190px;
	margin: 0;
	padding: 0px 0px 0px 60px;
	background: url(images/menu_off.jpg) left no-repeat;
	color: #FFFFFF;
	line-height: 23px;
	text-decoration: none;
}
#nav li a:hover
{
	display: block;
	color: #FFFF00;
	text-decoration: none;
	background: url(images/menu_on.jpg) left no-repeat;
}
h1
{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height: 22px;
	font-weight: bold;
	color: #E6131a;
}
TD.tl
{
	background:url(images/tl.jpg) no-repeat;
	width:8px;
	height:8px;
}
TD.tr
{
	background:url(images/tr.jpg) no-repeat;
	width:8px;
	height:8px;
}
TD.bl
{
	background:url(images/bl.jpg) no-repeat;
	width:8px;
	height:8px;
}
TD.br
{
	background:url(images/br.jpg) no-repeat;
	width:8px;
	height:8px;
}
TD.lt
{
	background:url(images/tl.jpg) no-repeat;
	width:8px;
	height:8px;
}
TD.mid
{
	background:#FFFFFF;
}
TD.vertical
{
	background:#FFFFFF;
}
TD.text
{
	background:#FFFFFF;
}
#container
{
	padding:5px 0px;
}
#bottom
{
	background:url(images/bot_bg.jpg) repeat-x;
	height:82px;
	font-size: 11px;
	color: #FFFFFF;
	line-height:15px;
}
#bottom a
{
	color:#FFFF00;
	text-decoration:none;
}
#bottom a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}