body {
	background: #000000 url(../images/main-bg.gif) repeat-x;
	color: #A4A4A4;
	font-family: tahoma, arial;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

* html body {
}

img {
	border: 0px;
}

a:link { 
	color: #9D9D9B;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
	
a:visited { 
	color: #9D9D9B;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;	
}
	
a:hover, a:active {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#footer a:link { 
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}
	
#footer a:visited { 
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;	
}
	
#footer a:hover, #footer a:active { 
	color: #c3c3c3;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: underline;
}

#banner {
	clear: both;
	height: 326px;
	width: 776px;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 776px;
	overflow: hidden; 
}

#content {
	clear: both;
	width: 776px;
	background: #333;
}

h1 {
	margin: 0;
	padding: 15px 20px 10px;
	color: #FFFFFF;
}

#content p {
	padding: 0 20px; 
	margin: 0; 
}

#footer {
	background: url(../images/footer-bg.gif) no-repeat;
	clear: both;
	color: #FFFFFF;
	display: block;
	font-size: 9px;
	height: 52px;
	padding-top: 20px;
	text-align: center;
	width: 776px;
}

#headlines {
	background: #1F1F1F;
	height: 199px;
	padding: 10px;
	width: 254px;
}

#left {
	background: #333333 url(../images/content-top-bg.gif) no-repeat 0% 0%;
	float: left;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 80px;
	width: 462px;
}

#logo {
	height: 72px;
	width: 776px;
}

#nav {
	clear: both;
	display: block;
	height: 43px;
	width: 788px;
	padding-left: 0px;
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
	overflow: hidden;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;	
	background: url(../images/back.png) top right no-repeat;
	float: left; 
	padding: 13px 18px 15px 18px;  
}

#nav a:hover {
	background: url(../images/back-hover.png) top right no-repeat;
}

#nav a.actual {
	background: url(../images/back-actual.png) top right no-repeat;
	cursor: default; 
}


#right {
	float: left;
	width: 274px;
	background: #494949; 
}

#right p {
	margin-top: 0px;
}

* html #right p {
	margin-top: -5px;
}

#stats {
	background: #494949;
	padding: 10px;
	width: 254px;
}

* html #stats {
	height: 170px;
}

.feature {
	color: #827961;
	font-weight: bold;
}

.flt-lft {
	float: left;
	margin-right: 20px;
}

.flt-rgt {
	float: right;
}

.heading1 {
	background: url(../images/heading-bg-1.gif) no-repeat;
	color: #909090;
	display: block;
	font-family: arial, tahoma;
	font-size: 14px;
	font-weight: bold;
	height: 21px;
	margin-bottom: 12px;
	padding-left: 40px;
	padding-top: 4px;
	width: 181px;
}

* html .heading1 {
	margin-bottom: 5px;
}

.heading2 {
	color: #909090;
	display: block;
	font-family: arial, tahoma;
	font-size: 14px;
	font-weight: bold;
	height: 21px;
	margin-bottom: 5px;
	padding-left: 38px;
	padding-top: 4px;
	width: 182px;
	background-image: url(../images/heading-bg-2.gif);
	background-repeat: no-repeat;
}


#accordion { 
	
}

#acont {
	height: 320px;
	margin: 20px;
}
#content h1 {
	font-size: 14pt; 
	text-align: left;
	vertical-align: text-top;
}

#content .box {
	padding-top: 5px; 
	padding-left: 20px; 
	padding-bottom: 20px; 
	padding-right: 20px; 
	
}

#content .box h3 { 
	color: #CF1615; 
	font-size: 13pt;
	margin: 0; 
	padding: 0; 
}

#content .box  p {
	padding-left: 191px; 
	margin: 0px 0px 0 0px;
}

#content .box img {
	float: left; 
	clear: left; 
	margin: 3px 10px 10px 0px ; 
}

#content .box hr { 
	margin-bottom: 10px; 
	height: 3px; 
	background: #fff; 
}

.style2 b {
	color: #E3362D;
}

.ui-accordion-content a {
	color: #00f;
}

.ui-accordion-content a:hover {
	color: #f00;
	text-decoration: underline; 
}

form {
	width: 50%; 
	margin: 20px; 
}

form label {
	display: block; 
	margin: 5px 0; 
}

form input { 
	width: 80%; 
}

form input.submit { 
	margin: 20px 0; 
	padding: 5px; 
	width: 120px; 
}

form textarea { 
	width: 80%; 
	height: 100px; 
}

strong.form {
	color: #f00; 
	font-weight: 100; 
}
