@charset "utf-8";
/* CSS Document */

/*Global Styles*/

body  {
	background: #000000;
	background-image:url(../images/bgheader.jpg);
	background-position:center top;
	background-attachment:fixed;
	background-repeat:no-repeat;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

div, p, h1, h2, h3, h4, ul, li, table
{
      margin: 0;
      padding: 0;
      border: none;
	  font-size:12px; 
}

p {
	margin-bottom: 10px;
	text-align:justify;
}

h1 {
	font-size:22px;
	margin-bottom: 10px;
	margin-top: 10px;
}

h2 {
	font-size:20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

li {
	margin-left: 20px;
}

a {
	font-size:12px; 
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
}

a:hover {
	color:#FC0;
	text-decoration:underline;
}

hr {
	color:#FC0;
	width:75%;
	height: 2px;
	margin-left:auto;
	text-align:center;
}

/* Container Layout */

.twoColFixLtHdr #containerPage {
	width: 780px;  
	margin: 0 auto; 
	text-align: left;
	background-image: url(../images/bgmain.gif);
	background-repeat: no-repeat;
} 

.twoColFixLtHdr #titleHeader {
	width: 780px;  
	margin: 0 auto;
	text-align: left;
	height: 67px;
	background-repeat: no-repeat;
} 

.twoColFixLtHdr #topNav {
	top:0px;
	height: 35px;
	width: 780px;
} 

.twoColFixLtHdr #containerBody {
	top:0px;
	width: 780px;
	padding-top: 15px;
	background-image:url(../images/bgbody.gif);
	background-repeat: repeat-y;
	background-position: center center;
} 

.twoColFixLtHdr #leftNav {
	float: left; 
	width: 200px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 30px;
}

.twoColFixLtHdr #mainContent {
	margin-left: 30px;
	margin-right: 25px;
}

#footNavTable {
	margin: 0 auto 5px;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; 
	margin-top: 0px;
	height: 30px;
	background-image: url(../images/bgfooter.gif);
	background-repeat: no-repeat;
	background-position: top;
} 

/* Floats */

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Classed Styles */

img.homeLeft {
	float:left;
	margin-top: 5px;
	margin-right: 15px;
	border-color:#CCC;
	border-bottom-width:2px;
	border-style:solid;
}

td.nav a:hover {
	background-color:#FAA60F;
	color:#000;
}

td.navSelected, td.nav:hover {
	background-color:#FAA60F;
	color:#000;
	text-decoration:none;
}

.btnTopNav {
	height: 25px;
	padding-top:10px;
}

#copyRight {
	font-size:12px; 
	color:#666;
	text-align:center;
}

#copyRight a {
	font-size:12px; 
	color:#666;
	text-align:center;
}


.twoColFixLtHdr #containerBody a {
	font-size:12px; 
	font-weight:bold;
	text-decoration:none;
	color:#C6EBFF;
}

a:hover {
	color:#FC0;
	text-decoration:underline;
}