/* CSS Document */
.clearfix{
	clear: both;
}

body{
	display: block;
	background: url("/newlay2/_inc/mainBg.gif") #ffffff top center repeat-y;
	margin: 0 auto;
	text-align: center;
	color: #000;
	font-family: Arial;
	font-size: 12px;
}

a, a:link, a:visited, a:active{
	color: #dedede;
}

h1{

}

h2{

}

#wrapper{
	display: block;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

#topper{
	display: block;
	background: url("/newlay2/_inc/topper.gif") #ffffff top center no-repeat;
	height: 173px;
}

#topHalf{
	display: block;
	height: 148px;
}

#topLogo{
	display: block;
	float: left;
	width: 270px;
	height: 148px;
}

#topLogo a{
	display: block;
	width: 270px;
	height: 148px;
}

#leaderHead{
	display: block;
	float: right;
	text-align: center;
	width: 727px;
	height: 133px;
	margin-top: 15px;
}

#bottomHalf{
	display: block;
	height: 25px;
	width: 740px;
	float: right;
}

#contentWrapper{
	display: block;
	width: 990px;
	margin: 0 auto;
	text-align: left;
	margin-top: 10px;
}

#leftMenu{
	display: block;
	float: left;
	background-color: #fff;
	width: 185px;
	background: url("/newlay2/_inc/leftNavBg.gif") #f4f4f4 top left repeat-y;
}

#content{
	display: block;
	float: left;
	width: 610px;
	padding: 5px;
	padding-top: 0px;
}

#rightMenu{
	display: block;
	float: right;
	background-color: #fff;
	width: 185px;
	background: url("/newlay2/_inc/leftNavBg.gif") #f4f4f4 top left repeat-y;
}

#footer{

}


/* Left Menu Style */

ul.menuStyle ,
ul.menuStyle li{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	white-space: wrap;
	list-style: none;
	text-indent: 15px;
	text-align: left;
}

ul.menuStyle{
	text-align: center;
}

ul.menuStyle li{
	text-indent: 20px;
}

ul.menuStyle span{
	display: block;
	width: 180px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	font-family: Trebuchet Ms;
	letter-spacing: -1px;
	border-bottom: 2px solid #ebebeb;
	color: #aa1b1d;
}

ul.menuStyle li a:link,
ul.menuStyle li a:active,
ul.menuStyle li a:visited{
	display: block;
	width: 180px;
	margin: 0;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #7e7e7e;
	text-indent: 20px;
	text-decoration: none;
	font-size: 11px;
	height: 12px;
}

ul.menuStyle li a:hover{
	padding: 0;
	color: #000;
	background-color: #f5f5f5;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	
}