@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;
}

.header #menu {
	list-style-type: none;
}

.header #menu li {
	float: right;
	margin-right: 10px;
	margin-top: 15px;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0; 
	color: #FFF;
	text-align: center;
}

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 {

}

.content {
	padding-top: 1px;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
}

/* ~~ 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;
}
.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;
}
.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;
}
.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;
}
.content #SecondRow {
	margin-top: 5px;
	margin-bottom: 5px;
}
.footer #ThirdRow {
	margin-top: 5px;
	margin-bottom: 5px;
}
.footer h6 {
	color: #939393;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
.footer h6 a {
	color: #939393;
	text-decoration: underline;
}
#centerimg {
	margin-right: 5px;
}

