BODY {	
	padding:0px 0px 0px 0px;
	margin: 0px; 
	position: relative; 
	background:#0A183D;
	font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;
	background:url("bg.jpg") repeat-x 0% 100% #fff;
		}
BODY,HTML { 
	margin:0px;
	height:100%;
}

A {
	color: #999;	
	text-decoration: none;
	
}
A:hover	{
	color: #777;
		
}

/*#mainContainer {
	width:100%;
	height:98%;
	top:0%;
	left:0%;
	margin:0px 0 0 0px;
	position:absolute;
	border:0px solid #FF9900;
	
}*/
#mainContainer {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;	
	margin:0px 0 0 0px;
	border:0px solid #FF9900;
	
}
/*#footer{
	position:absolute; 
	bottom:0px;
	left:0px;
	background:#333;
	color:#f2f2f2;
	font-size:10px;
	width:100%;
	line-height:15px;
	padding:1px 0px 2px 0px;
}
#footer UL{
float:left;
	padding:0px 4px 0px 0px;
	margin:0px;
	float:right;
}
#footer LI{
	list-style:none;
	display:inline;
	padding:0px 3px 0px 0px;
	margin:0px 3px 0px 3px;
}
.footerLinkBorder{
	border-right:1px solid #555;
}
#footer LI A{
padding:0px 0px 0px 0px;
margin:0px;
}*/
/* SITEMAP */
DIV.sitemap{
	clear:both;
	background:#fff;
	
	width:600px;

	border:0px solid #000;
	margin:0px 0px 0px 0px;
}
UL#sitemap{
	color:#555;
	font-size:11px;
	padding:0px 10px 50px 10px !important;
	margin:10px 0px 0 0px !important;
	
}
UL#sitemap LI{
	list-style:none;
	margin:4px 0px;
	padding:0px;
	font-weight:normal;	
	/*background:#f2f2f2 !important;*/
	border:1px solid #ccc;
	border-width:0px 0px 1px 0px
}
LI.firstLevel{
	font-weight:700 !important;

	padding:7px !important;
}
UL#sitemap LI A{
	border:0px !important;
	background:url("arrow_red.gif") no-repeat 0% 50%;
	padding:0px 5px 0px 8px;
}
UL#sitemap LI A:link,
UL#sitemap LI A:visited{
	text-decoration:none;
	color:#555;
}
UL#sitemap LI A:hover,
UL#sitemap LI A:focus,
UL#sitemap LI A:active{
	text-decoration:underline;
	color:#000;
}
.sitemapBg{
	position:absolute;
	left:550px;
	top:50px;
	font-size:11px;
	height:345px;
	width:370px;
	color:#999;
	background:url("bg_sitemap.jpg") no-repeat -2px 0px #111;
}
.noBorder{
	border:none !important;
}
#mainContainer DIV{
	color:#000;
	padding:10px 20px;
	font-family:Arial;
	font-size:72%;
	overflow:auto;
	height:100%
	
}

