/* Asenti CSS */
body {
	background-image:url('images/bg.gif');
	background-repeat:repeat-x repeat-y;
	/*background-color:#003e5f;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;	
}
h1 {
	font-size:12px;
	color:#c11918;
	margin:0px;
	padding:0px;
}

h1 a:link {
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	color:#c11918;
}

h1 a:visited{
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	color:#c11918;
}

h1 a:active {
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	color:#c11918;
}

h1 a:hover {
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	color:#fea802;
}

h2 {
	font-size:11px;
	color:#ffffff;
	margin-top:4px;
	padding:0px;
}

h3 {
	font-size:11px;
	color:#767475;
	margin:0px;
	padding:0px;
	font-weight:normal;
}

/* MAIN FRAME ===================================  */
#frame {
	width:798px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	height: auto;
}

/* TOP BANNER ===================================  */
#header {
	background-image:url('images/header.jpg');
	background-repeat:no-repeat;	
	width:798px;
	height:107px;
	align:left;
	text-align:right;
	color:#FFFFFF;
	padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px;
}

/* TAG BAR ===================================  */
#tag_bar {
	background-image:url('images/tag_bar.jpg');
	background-repeat:no-repeat;	
	width:768px;
	height:27px;
	align:left;
	text-align:right;
	padding-left:0px; 
	padding-right:30px; 
	padding-top:7px; 
	padding-bottom:0px;
}

/* NAVIGATION ===================================  */
#menu_bar {
	background-image:url('images/menu_bar.jpg');
	background-repeat:no-repeat;	
	width:768px;
	height:27px;
	margin:0px 0px 0px 0px;
	padding-top:6px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:30px;
	text-align:right;
}

/* MAIN CONTENT ===================================  */
#main {
	background-image:url('images/bg_main.jpg');
	background-repeat:repeat-y;	
	width:798px;
	overflow:hidden; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px;
	height:auto 0;
}

#left_info {
	width:200px;
	overflow:hidden;
	align:left;
	float:left;
	text-align:left;
	padding-left:30px; 
	padding-right:0px; 
	padding-top:0px; 
	padding-bottom:0px;
	border-right: 0px solid #767574;
	height:100%;
}

#right_info {
	width:505px;
	overflow:hidden;
	align:right;
	float:right;
	text-align:left;
	padding-left:20px; 
	padding-right:35px; 
	padding-top:0px; 
	padding-bottom:0px;
	border-left: 1px solid #cecece;
	height:auto 0;
}

/* FOOTER CONTENT ===================================  */
#footer {
	background-image:url('images/footer.jpg');
	background-repeat:no-repeat;
	width:798px;
	height:52px
}

/* COPY RIGHT ===================================  */
#copyright {
	font-size:9px;
	color:#ffffff;
	font-weight:normal;
	margin:0px;
	text-align:right;
	width:780px;
	height:15px;
}

/* IE HACKS ===================================  */