@charset "utf-8";

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	color: #FFF;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}


.header #menu {
	list-style-type: none;
}

.header #menu li {
	float: right;
	margin-right: 10px;
	margin-top: 15px;
	font-size: 14px;
}

.cticker {
	position:relative;
	width:auto;
	overflow:hidden;
	background-color:#000;
	height:15px;
	clear: both;
	margin: 0px;
}

#newsticker,#newsticker0 {
	list-style-type: none;
	margin:0;
	padding:0;
	width: 30000px;
    position:absolute;		
}

#newsticker li,#newsticker0 li{
	float:left;
	padding:0px 0px 0px 10px;
	font-size:10px;
	font-weight:lighter;
}

#newsticker a {text-decoration:none;
}

#newsticker a:hover{text-decoration:underline;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

a:link {
	color: #FFF;
	text-decoration: none;
}

a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 1024px; 
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}

.header {
	
}

.sidebar1 {
	float: left;
	width: 180px;
	padding-bottom: 10px;
}

.content {
	padding: 10px 0;
	width: 844px;
	float: left;
}

.content h3 {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	padding-left: 0px;
	text-align: left;
	margin-left: 15px;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}

ul.nav li {
	border-bottom: 1px solid #666;
	font-size: 12px;
	font-weight: bold;
}

ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 160px;
	text-decoration: none;
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	color: #FFF;
}

#advisory {
	border: medium solid #ffcc33;
	margin-bottom: 5px;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

.footer h6 {
	color: #939393;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.footer h6 a {
	color: #939393;
	text-decoration: underline;
}

.footer #ThirdRow {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	font-size: 1px;
	line-height: 0px;
}
.content #advisory tr td a {
	text-align: center;
	font-size: 8px;
}
.content #advisory tr th {
	font-size: 10px;
}
.container .content #advisory tr td {
	font-size: 10px;
	text-align: center;
}
.container .content form center table {
	text-align: center;
}
.calbox {
	right: 5px;
	padding: 5px;
}

