/* CSS Document */
html, body {
	
	margin: 0 0;
	padding: 0 0;
	
	}

body {
	font-family: Helvetica, Arial, sans-serif;
	color: black;
	font-size: 12px;
	background-color: #000000;
	}
	
h1, h2, h3, h4 {
	font-family: Georgia, Times New Roman, Times, serif;
	}
h1 {
	font-size: 1.7em;
	color: #27160C; 
	}
h2 {
	font-size: 1.6em;
	color: #27160C; 
	}
h3 {
	font-size: 1.4em;
	color: #6C3E1A;
	}
h4 {
	font-size: 1.2em;
	color: #27160C; 
	}
h5, h6 {
	color: #2E74BB;
	font-family: Georgia, Times New Roman, Times, serif;
	margin-bottom: 0px; 
	}
h5 {
	font-size: 1em;
	}
h6 {
	font-size: .8em;
	}
dt {
	font-weight: bold;	
	color: #27160C;
	}
.printonly {
	display: none;
	}
.printonly2 {
	display: none;
	}
.path {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #0000FF;
	}
	
/* Layout dividers */
#container {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding: 7px;
	z-index: 2;
	}
	
#ads {
position: absolute;
	right: 0px; 
	top: 0px;  
	z-index:1;
	}

#masthead {
	width: 100%;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	clear: both;
	}
	
#masthead p {color: #fff;
	}
	
#titlecontainer { padding: 10px;
margin-top: 20px;
float: left;
	}	
#infocontainer {
float: right;
margin-right: 20px;
}

.info ul {
padding: 9px 5px 5px 5px;
margin: 0;
text-align: left;

}

.info ul li {
display: inline;
}

.info ul li a {
color: #fff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.info img {padding-left: 5px;
	}
	
#info2 {margin-top: 5px;
padding-left: 5px;
}
	
#search { padding: 5px;
	}	


.title { font-size: 1.6em;
color: #fff;
font-family: Georgia, Times New Roman, Times, serif;
			}
.title2 { font-size: 2em;
color: #fff;
font-family: Georgia, Times New Roman, Times, serif;
			}
.subtitle { font-size: 1.6em;
			color:  #6699CC;
			font-family: Georgia, Times New Roman, Times, serif;
			}

#nav {
	background-color: #000000;
	clear: both;
	}
	
#banner {
	background-color: #FFF;
	clear: both;
	}

#left {
	float: left;
	width: 550px;
	}	
	
#highlight1 {
	width: 205px;
	float: left;
	border: solid 1px #CED2E1;
	padding: 5px;
	margin: 5px 5px 5px 0;
	}
	
#highlight2 {
	width: 305px;
	float: left;
	border: solid 1px #CED2E1;
	padding: 5px;
	margin: 5px;
	}

#rightside {
	width: 150px;
	border: solid 1px #CED2E1;
	padding: 5px;
	float: right;
	margin: 5px 0 5px 5px;
	}
	
#rightside ul li{
	margin-left: -20px;
	}
	
.content {
	width: 532px;
	float: left;
	border: solid 1px #CED2E1;
	padding: 5px;
	margin: 5px 5px 5px 0;
	background-color: #fff;
	}
	
#footer {
	width: 720px;
	clear: both;
	text-align: right;
	}
		
img#footer {
	padding: 10px;
	}
	
.infobox {
	width: 120px;
	float: right;
	border: solid 1px #CED2E1;
	padding: 5px;
	margin: 5px 15px 5px 15px;
	background-color: #CED2E1;
	}
		
#disclaimer {
	width: 734px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: .8em;
	}

.box {
	background-color: #BFD7E8;
	padding: 5px;
	}
	
	
hr {
	color: #6699CC;
	background-color: #6699CC;
	height: 6px;
	margin: 10px 0 5px 0;}
	
	
	
	
/*Nav Menu*/

.chromestyle{
width: 720px;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-transform: uppercase;
border-top: solid 1px #fff;
height: 32px;
background: url(/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 718px;
padding: 4px 0;
margin: 5px 0 5px 0;

text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #fff;
padding: 4px 7px;
text-decoration: none;
border-left: 1px solid #fff;
height: 28px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: 12px Helvetica, Arial, sans-serif;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}


#marqueecontainer{
position: relative;
width: 140px; /*marquee width */
height: 200px; /*marquee height */
background-color: white;
overflow: hidden;
border: none;
padding: 2px;
padding-left: 4px;
}

#vmarquee p {
	padding-bottom: 5px;
	text-align: center;	
	
	}

#autoScroller-container{
position: relative;
width: 140px; /*marquee width */
height: 200px; /*marquee height */
background-color: white;
overflow: hidden;
border: none;
padding: 2px;
padding-left: 4px;
}

#vmarquee2 p {
	padding-bottom: 5px;
	text-align: center;	
	}
	
	
.level {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border-top: solid 1px #CCCCCC;
	} 
	
	.sponsoritem {
	width: 150px;
	height: 150px;
	float: left;
	text-align: center;
	}

.sponsoritem h5 {
	margin-bottom: -10px;
	}
	

.sponsorsub {
	margin-bottom: -10px; 
	font-size: .8em;
	color: #000333;
	}

.nologo { 
	color: #06255D;
	font-size: 1em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

.last_menu_item {
	border-right: 1px solid #fff;
	padding: 4px 4px;
	height: 28px;
	}

#twitter_div {
	width: 100%;
	}

#twitter_update_list {
	list-style-type: none;
	margin-left:-10px;
	}
	
#twitter_update_list li{
	padding: 5px;
	border-bottom: solid 1px #CCC;
	margin-left: 0px;
	}
.tableSubHead {
	font-family: Georgia, Times, serif;
	font-size: 1.4em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
