@charset "utf-8";


body {
	background-color: 1b1b1b;
	
}

/* TOP NAVIGATION PART */

#stylefour{
	position:relative;
	display:block;
	height:39px;
	font-size:12px;
	font-weight:bold;
	background:transparent url(images/bgOFF.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	border-top:4px solid #f9a55d;
	width: 778;
	}

#stylefour ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	}

#stylefour ul li{
	display:block;
	float:left;
	margin:0;
	}

#stylefour ul li a{
	display:block;
	float:left;
	color:#2C353C;
	text-decoration:none;
	padding:11px 20px 0 20px;
	height:23px;
	background:transparent url(images/bgDIVIDER.gif) no-repeat top right;
	}

#stylefour ul li a:hover,#stylefour ul li a.current{
	color:#F9A55D;
	background:#fff url(images/bgON.gif) no-repeat top right;
	}

/*------------------------------Footer Part Text ----------------------*/	
.footDIVIDER a {	
	color:#FFFFFF;	
			}
			
.footmenu a {
	padding-left:0px;
	padding-right:0px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	font-family: "Times New Roman", Times, serif;
			}
			
.footmenu a:hover {
	color:#f9a55d;
	font-family: "Times New Roman", Times, serif;
			}

.copyright{
	color: #f9a55d;
	font-family: "Times New Roman", Times, serif;
	Font-size: 12px;
   }

/*------------------------------Main Content ----------------------*/	

.toptext{
	color: #000000;
	font-family: "Myriad Pro";
	Font-size: 16px;
	font-weight: normal;
   }
   
.toptextb{
	color: #f9a55d;
	font-family: "Myriad Pro";
	Font-size: 16px;
	font-weight: bolder;
   }

.text{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	Font-size: 12px;
	font-weight: normal;
   }

.textb{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	Font-size: 12px;
	font-weight: bolder;
   }

.bodylink a {
	padding-left:0px;
	padding-right:0px;
	text-decoration:none;
	color:#0066FF;
	font-weight:bold;
	font-size:14px;
	font-family: "Times New Roman", Times, serif;
			}
			
.bodylink a:hover {
	color:#F9A55D;
	font-family: "Times New Roman", Times, serif;
	font-decoration: underline;
			}
