/* hacks !!!!! */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


body {
	background-color: #666666;
	
	text-align:center;
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;

}

div.container {
	width: 780px;
	height: auto;
	margin:0px auto;
	text-align:left;
	padding:0px;
	border:1px solid #CCCCCC;
	background-color: #000000;
}

h1 {
	width:780px;
	padding: 141px 0 0;
	background-image: url(images/main_header.jpg);
	overflow: hidden;
	height: 0px !important;
	height /**/:141px;
	background-repeat: no-repeat;
	margin: 0px;
}

h2 {
	background-color: #000000;
	height: 20px;
	width: auto;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	border: thin outset;
	vertical-align: middle;
	padding-top: 3px;
	padding-left: 10px;
	line-height: 17px;
	font-weight: bold;
	font-size: 12px;
	background-repeat: repeat-x;
}

h3 {
	background-color:  #0066CC;
	height: 15px;
	width: auto;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	border: thin outset;
	vertical-align: middle;
	padding-top: 3px;
	padding-left: 10px;
	line-height: 12px;
	font-weight: bold;
	font-size: 12px;
	background-image: url(images/navstrip3.gif);
}

h6 {
	background-color: #0099FF;
	height: 15px;
	width: auto;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	border: thin outset;
	vertical-align: middle;
	padding-top: 3px;
	padding-left: 10px;
	line-height: 12px;
	font-weight: bold;
	font-size: 12px;
	background-image: url(images/navstrip2.gif);
}

.nav {
	background-color: #000000;
	width: 780px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-top: 2px inset;
	border-right: 2px none;
	border-bottom: 2px inset;
	border-left: 2px none;
	background-image: url(images/navbutton.gif);
	background-repeat: repeat-x;
}
.nav ul {
	
	padding:0px;
	margin:0 auto;
	list-style-type:none;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 100%;
	table-layout: fixed;
	
}
.nav ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

.nav ul li a {
	text-decoration:none;
	color:white;
	padding: 0px 1em;
	margin: 0px;
	border: 2px outset;
	height: 24px;
	line-height: 24px;
	display: block;
	float: left;
	background-image: url(images/navbutton.gif);
	background-repeat: repeat-x;
}

.nav ul li a.link {
	text-decoration:none;
	color:white;
}

.nav ul li a.active {
	text-decoration:none;
	color:white;
}

.nav ul li a:visited {
	text-decoration:none;
	color:white;
}

.nav ul li a:hover {
	background-image: url(images/navbutton_o.gif);
	background-repeat: repeat-x;
	color:white;
}

div.contentholder {
	background-image: url(images/sub_background.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 780px;
}
div.leftbar {
	float: left;
	width: 200px;
}
div.centerbar {
	float: left;
	height: auto;
	width: 380px;
}
div.adbar {
	float: left;
	height: auto;
	width: 200px;
	overflow: hidden;
}

div.panel {
	margin: 0px 3px 10px;
	background-color: #000000;
	padding: 10px 7px 4px;
	border: thin outset;
	background-image: url(images/panel_bg.gif);
	background-repeat: repeat-x;
}

div.subpanel {
	margin: 0px 3px 10px;
	background-color: #000000;
	padding: 10px 7px 4px;
	border: thin inset;
	overflow: hidden;
}
div.footer {
	width:780px;
	height: 141px;
	margin: 0px;
	background-image: url(images/main_footer.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding: 0px;
	vertical-align: bottom;
}

a:link {
	color: #00CCFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	color: #00FFFF;
}

p {
	margin: 0.2em 0px 1em;
	padding: 0px 0px 0em;
}
.floatleft {
	margin: 5px 5px 5px 0px;
	float: left;
}
.floatright {
	margin: 5px 0px 5px 5px;
	float: right;
}
.highlightedtext {
	font-weight: bold;
}

.whatsup_image {
	float: left;
	padding: 5px;
}
