@charset "utf-8";
/* Page Lv Attribs */
SELECTOR { min-height: 0; } 

body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
ul {
    list-style: none;
}

/* Portal Wide Styles */
body,td,th {
	font-size: 10pt;
	color: #fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
a:link {
	color: #077DBB;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #077DBB;
}
a:hover {
	text-decoration: underline;
	color: #4D4D4D;
}
a:active {
	text-decoration: none;
	color: #077DBB;
}

h1 {
color:#FFF;
font-size:15pt;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight:bold;
}

/* Main container */
#container {
	width:100%;
}

#header {
	text-align:left;
	height: 272px;
	width:100%;
	background-image:url(image/header_bg.jpg);
	background-repeat:repeat-x;
}

#main-nav{
	width: 230px;
	text-align: left;
	float: left;
	margin-bottom:40px;
}

#body_container {
	width:1012px;
}

#main-content{
	float:right;
	width:776px;
	background-image:url(image/body_bg.jpg);
	text-align:left;
	height: 400px;
}

#main-content-sub{
	float:right;
	width:776px;
	text-align:left;
}

#main-content ul li {
    list-style:disc;
}
/* FOOTER CSS*/

#footer{
	text-align: left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#6D6F71;
	font-size:10px;
	line-height:12px;
	clear: both;
	background-image:url(image/footer_bg.jpg);
	background-repeat:repeat-x;
	height:116px;
	width:100%;
	
}

#starburst {
	position:absolute;
	top:10px;
	left:20px;
	width: 290px;
	height: 257px;
	
}

#footer_upper_text {
	position:inherit;
	top:20px;
	text-align:center;
	left:300px;
	color:#000;
	font-weight:bold;
	font-size:14px;
}

/*Left Navigation */

#leftnav {
	line-height: 11px;
	background-image:url(image/nav_bg.jpg);
	background-repeat:no-repeat;
	height:369px;
	float:left;
	width:177px;
	margin-left:40px;
	margin-right:-20px;
	padding-top:20px;
	padding-left:15px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	color:#ffcc33;
}

#leftnav a:active, #leftnav a:link, #leftnav a:visited {
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	color:#ffcc33;	
}

