@charset "utf-8";
/* CSS Document */



body  {
	margin:0px;
	padding:0px;
	background-color:#ffcc33;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	text-align:justify;
	line-height:16px;
}

#logoBg  {
	margin:auto;
	width:940px;
	height:150px;
	background:url(../images/head.jpg) repeat-x top left;
	
}

.reds{
padding:10px;
border:1px solid #black;
}
img{
border:0px;
}


.logo {

    font-family:sans-serif;
	font-size:50px;
	color:#f58120;
	text-align:justify;

       }

p  {
	margin:0px;
	padding-top:10px;
}

.clear  {
	clear:both;
}

.mainContainer  {
	margin:auto;
	width:1000px;
}

.wrapper  {
	width:976px;
	border:5px solid #ffffff;
	margin:10px 9px 0px 9px;
}

.header  {
	width:940px;
	background:url(../images/headerBg.jpg) repeat-y left top;
	padding:51px 0px 53px 40px;

}


.contentHolderInner {
   float:left;
   width:950px; 
   padding:20px;
}

#topNav  {
	float:right;
	width:450px;
	text-align:right;
	padding:10px 10px 0px 0px;
	color: #333333;
	font-size:11px;
}


#topNav a  {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}

#topNav a:hover  {
	color:#ffffff;
	text-decoration:underline;
	font-weight:bold;
}


.bodyContainer  {
	float:left;
	width:900px;
	padding:10px 40px;
    color:#000000;
	text-decoration:none;
}

ul.menu  {
	margin:0px;
	padding:20px 0px 10px 280px;
	float:left;
	width:700px;
	font-weight:bold;
}

ul.menu li  {
	list-style-type:none;
	display:inline;
}

ul.menu li a  {
	color:#000000;
	text-decoration:none;
	padding:0px 10px;
}

ul.menu li a:hover  {
	color:#f58120;
	text-decoration:underline;
}

.footer  {
	float:left;
	width:989px;
	text-align:center;
	font-size:10px;
	padding:10px 0px 10px 0px;
	color:#000000;
	text-decoration:none;
}
