body, h1, h2, h3, h4, h5, p, dl, dt, dd, cite, address, form, fieldset, hr, blockquote, img, div, p, table
{
	margin: 0; 
	padding: 0; 
	border: none; 
	font-family: Tahoma,Verdana;
	font-size: 12px;
}

body
{
	background: #ffffff; 
}

#main
{
	width: 800px;
	margin: 0 auto;
}

#header
{
	width: 800px;
	height: 120px;
	background: url(/img/header.jpg);
	background-position: top;
}
#headerBottom
{
	width: 770px;
	height: 38px;
	background: url(/img/headerbottom.jpg);
	margin-bottom: 0;
	padding-left: 30px;
	color: White;
	font-size: 12px;
	padding-top: 6px;
}

#container
{
	width: 800px;
/*	background-image: url(/img/pageback.jpg);
	background-repeat: repeat-y;*/
 	background:	url(/img/tlo.jpg) no-repeat top center;	
}

#footer
{
	width: 800px;
	margin: 5px 0px 0 0;
}
#footer2
{
	float: left;
	width: 557px;
	height: 22px;
	padding-top: 8px;
	background: black;
	color: white;
	text-align: center;
	font-size: 10px;
	/*background: url(/img/footer.jpg);*/	
}

#leftPanel
{
	width: 210px;
	float: left;
}

#rightPanel
{
	width: 580px;
}
#rightPanelOut
{
	width: 580px;
	margin-left: 10px;
	float: left;
}

#content
{
	width: 570px;
	margin: 0 auto;
	float: left;
/*	
	height: 573px;
	border-top: 2px solid #BE2F21;
	border-bottom: 2px solid #BE2F21;*/
	overflow: auto;
	overflow-x: hidden;
	margin-bottom: 10px;
}

#menu
{
	border: 1px solid #e0e0e0;
	margin: 0 auto;
	width: 182px;
	margin-left: 20px;
	background: white;
}

#menuHeader
{
	height: 23px;
	padding-top: 7px;
	color: Black;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: #e0e0e0;
}

#menu ul
{
	margin-top: 7px;
	margin-bottom: 7px;
}

#menu li
{
	list-style-image: url(/img/arr.gif);
/*	list-style-type: none;*/
	margin: 3px 0 3px 0;
}

a.menuLink, .menuLink2
{
	font-size: 12px;
	color: Maroon;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover
{
	color: Black;
}

a.menuButton:hover, a.menuButton:link, a.menuButton:active, a.menuButton:visited
{
	width: 150px;
	padding-top: 8px;
	display: block;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 11px;
	color: #BE2F21;
	font-weight: bold;
	text-align: left;
	margin-bottom: 1px;
}
a.menuButton:hover
{
	color:Maroon;
	text-decoration: underline;
}

#box
{
	position: relative;
	top: -130px;
	left: -1px;
	background: black; 
}
