/* CSS Document */
*{
	padding:0;
	margin:0;
	}

body{
	font:11px/15px Arial, Helvetica, sans-serif;
	color:#C7D4F0;
	background-color:#000;
	}

img{
	border:none;
	}

a{
	outline:none;
	color:#F49126;
	background-color:inherit;
	}

a:hover{
	text-decoration:none;
	}

ul{
	list-style-type:none;
	}

.nomrg{
	margin:0 !important;
	}

.nobg{
	background:0 !important;
	}

.spacer{
	font-size:0;
	line-height:0;
	clear:both;
	}

.main{
	margin:0 auto;
	background-color:#14151A;
	color:inherit;
	}

/* Header */
.header{
	margin:0 auto;
	color:inherit;
	background:url(../images/header.jpg) 0 86px no-repeat #131419;
	}

.header img.logo{
	float:left;
	margin:19px 0 0 22px;
	}

.header ul{
	margin:244px 2px 0;
	border-top:solid 1px #000;
	height:100%;
	overflow:hidden;
	color:#FDFBE7;
	background-color:#00B6DA;
	}

.header ul li{
	float:left;
	width:auto;
	font:bold 11px/30px Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:0 34px;
	background:url(../images/divider.gif) 100% 58% no-repeat;
	}

.header ul li a{
	text-decoration:none;
	color:#FDFBE7;
	background-color:inherit;
	}

.header ul li a:hover, .header ul li a.active{
	color:#005465;
	background-color:inherit;
	}
/* Body Panel */
.bodypan{
	padding:6px 0 0;
	}

.bodypan p{
	text-align:justify;
	}

.bodypan h2{
	font:normal 18px/22px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	}

.bodypan h2.link{
	margin:0 0 10px;
	padding:0 0 0 42px;
	line-height:32px;
	font-family:"Times New Roman", Times, serif;
	color:#3B3100;
	background-color:inherit;
	background:url(../images/titlebg.gif) 0 0 no-repeat;
	}

.bodypan ul.list{
	padding:4px 0 8px 8px;
	}

.bodypan ul.list li{
	padding:0 0 4px 17px;
	font-weight:bold;
	background:url(../images/bulet.gif) 0 5px no-repeat;
	color:#E6E6E6;
	background-color:inherit;
	}

.bodypan td.testimo{
	font-size:9px;
	line-height:11px;
	padding:10px 11px 20px;
	color:#766513;
	background-color:inherit;
	background:url(../images/testimobg.jpg) 0 0 no-repeat;
	}

td.testimo h2{
	padding:0 0 7px 15px;
	font-family:"Times New Roman", Times, serif;
	color:#000;
	background-color:inherit;
	background:url(../images/quots.gif) 0 0 no-repeat;
	}

.bodypan table.rightpan{
	color:inherit;
	background:url(../images/rightbgtop.gif) 0 0 no-repeat #232935;
	}

.bodypan table.other{
	color:inherit;
	background:url(../images/otherbgtop.gif) 0 0 no-repeat #232935;
	}

table.other p{
	padding:0 0 16px;
	}


table.rightpan h2{
	padding:12px 0;
	}

table.rightpan strong{
	color:#fff;
	background-color:inherit;
	}

.bodypan a.more{
	float:right;
	width:50px;
	line-height:20px;
	margin:4px 0 0;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	background:url(../images/morebg.gif) 0 0 no-repeat;
	color:#fff;
	background-color:inherit;
	}

.bodypan a.more:hover{
	color:#504202;
	background-color:inherit;
	}

.bodypan td.news{
	padding:8px 4px;
	background:url(../images/txtbg.gif) 0 0 no-repeat;
	}

.bodypan td.news p.date{
	padding:0 0 4px;
	color:#232935;
	background-color:inherit;
	}

p.date strong{
	color:#232935;
	background-color:inherit;
	}

/* Footer */
.footer{
	text-align:center;
	font:10px/40px Verdana, Arial, Helvetica, sans-serif;
	color:#B4B4B4;
	background-color:inherit;
	}

.footer a{
	text-decoration:none;
	color:#fff;
	background-color:inherit;
	}

#footer a:hover{
	color:#EAD69F;
	background-color:inherit;
	}

