@charset "UTF-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #000000;
	padding: 10px 0 0 0;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#container{
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
a{
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a:link{
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a:visited{
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a:active{
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a:hover{
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
table{
	border: 1px solid #999999;
	border-collapse: collapse;
}
td{
	background-color: #000000;
	border: 1px solid #999999;
}
td a{
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height:18px;
	text-decoration: none;
}
td a:link{
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height:18px;
	text-decoration: none;
}
td a:active{
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height:18px;
	text-decoration: none;
}
td a:visited{
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height:18px;
	text-decoration: none;
}
td a:hover{
background-color: #333;
}
#dropmenudiv{
position:absolute;
border:1px solid #999;
border-bottom-width: 0;
line-height:18px;
z-index:999;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #999;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #333;
}
#aboutus {
	color: #CCC;
	font-weight: normal;
	background-color: #000;
	text-align: left;
	padding: 20px 60px;
	margin: 0px auto;
	width: 880px;
}
#aboutus a{
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#aboutus a:hover{
	text-decoration: underline;
}
#indent {
	margin-left: 300px;
}
#home_sidebar{
	margin: 0px;
	padding: 0px;
	float: right;
	width: 200px;
	clear: none;
}
table.black{
	border: none;
}
table.black td{
	background-color: #000000;
	border: none;
}
table.black td a:hover{
background-color: #000;
}
table.blackbox td a{
	display:inline;
}
table.blackbox td a:hover{
background-color: #000;
}
h4 {
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
	margin-bottom: 4px;
	margin-top: 0px;
}
#footer_ticker{
	padding: 5px;
	width: 990px;
	border: 1px solid #999999;
	clear: both;
}
#aboutus_left{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 655px;
}
#aboutus_right{
	margin: 0px;
	padding: 0px;
	float: right;
	width: 225px;
}
#finetext{
	font-size: 10px;
}
table.blackbox{
	display: inline;
	border: none;
}
table.blackbox td{
	background-color: #000000;
	border: none;
}
table.blackbox td.boxy{
	background-color: #000000;
	border: 1px solid #999999;
	width:150px;
}
table.blackbox td.boxycenter{
	background-color: #000000;
	border: 1px solid #999999;
	width:150px;
	text-align: center;
}
table.blackbox td.box{
	background-color: #000000;
	border: 1px solid #999999;
}
table.blackbox td.boxcenter{
	background-color: #000000;
	border: 1px solid #999999;
	text-align: center;
}
table.pricing{
	border: 1px solid #999999;
	border-collapse: collapse;
}
table.pricing td{
	border: 1px solid #999999;
}
#ticker{
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-color: #000000;
	display: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#smalltext{
	font-size: 10px;
	text-align: center;
}
#footer {
margin-top:5px;
border-top:#999999 solid 1px;
float:left;
width:1000px;
text-align:center;

}
#footer ul {
list-style:none;
padding:0px;
margin:0px;
padding-top:5px;

}
#footer li {
padding-left:9px;
padding-right:9px;
display:inline;

}
#footer li a{
color:#999999;
font-weight:normal;
font-size:12px;

}