/* CSS Document */
* 
{
	font-family: "Trebuchet MS";
	border:0;
}

body
{
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 11px;
	background:url('images/bodytopbg.png') repeat-x white;
}

.main
{
	width: 800px;
	height: auto;
	margin: 0 auto;
	margin-bottom:5px;
	font-family: "Trebuchet MS";
}

.wrapper, .main
{
	background: url('images/bodybtmbg.png') repeat-x bottom;
	font-family: "Trebuchet MS";
}

.header
{
	margin-top:0px;
	width: 792px;
	height: 180px;
	padding-top:5px;
	background: url('images/headertop.png') no-repeat transparent;
	background-position:top left;
	padding-bottom:5px;
}

.logo
{
	margin-top:0px;
	width: 195px;
	height: 200px;
	background: url('images/logo.png') no-repeat;
	background-position:5px 0px;
	position:absolute;
	float:left;
	top:2px;
}

.logoText
{
	text-indent:220px;
	margin-top: 70px;
}

.clear 
{
	clear:both;
	padding:0px;
}

.borderoutline
{
	border-style:solid;
	border-width:1px;
	border-color:#103d6b;
	width:790px;
	margin-top:-5px;
}

/*footer*/
.footer
{
	width: 800px;
	height: 50px;
	margin: 0 auto;
	padding-bottom:2px;
}

.footerContents
{
	width: 800px;
	height: 48px;
	float: left;
	text-align:center;
	line-height:22px;
	color: #86dffa;
}

.footerContents span
{
    color:#FFFFFF;
}
.copyright
{
	color:#fac800;
}
/*End footer*/
/*------------------------------------------------*/

.mainContents, iframe
{
	width: 790px;
	min-height:350px;
	margin:0px auto;
	font-size:medium !important;
	font: "Trebuchet MS";
	text-align:justify;
	float:left;
}

a, a:visited
{
	text-decoration:none;
	cursor:pointer;
	color: #86dffa;
}
.menuCenter 
{
	left:13px;
	width:791px;
	height:41px;
	background:url(images/menubar.png) repeat-x black;
	float:left;
	margin:0px auto;
	font-family:"Trebuchet MS";
	font-size:11px;
	text-align:center;
}

.menuCenter ul 
{
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.menuCenter li {
    display:inline;
	line-height:43px;
	position:relative;
	float:left;
	color:#fac800;
}

.spacer
{	
	background:url(images/spacer.png) no-repeat center center;
	padding:0px;
	WIDTH:3px;
	margin-left:1px;
}

.menuCenter a {
	margin-top:0;
	float:left;
	display: block;
	width: auto;
	padding-left:0px;
	padding-right:0px;
	height: 25px;
	text-decoration:none;
	color:/*#FFFFFF*/
	color:#fac800;
}
/*End Menu*/

.active
{
	color:#fac800;
	text-decoration:underline overline;
}
