/* -------- main menu section ------------- */
#mainMenu  {
	background-color: #FFFFFC;
	right: 0px;
	position: absolute;
	top: 139px;
	width: 170px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	z-index: 9;
	overflow: hidden;
	}
#mainMenu ul {
	list-style-type:none;
	margin: 0px;
	padding-left: 0px;
	}
#mainMenu ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 6px;
	list-style-type: none;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
#mainMenu ul li ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 6px;
	list-style-type: none;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	}

#mainMenu a:link {
	text-decoration: none;
	}
#mainMenu a:visited {	
	text-decoration: none;
	}
#mainMenu a:hover {
	text-decoration: underline;
	background-color: #D1B2BB;
	}
.indentSpan {
	color: #333333;
	margin-left: 15px;
	}
.strong {
	font-weight: bolder;
	}
.strongBlack {
	font-weight: bolder;
	color: #000000;
	}
	
/* ------------- end of main menu section ----------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-indent: 00px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-indent: 10px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-indent: 10px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-indent: 0px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-indent: 15px;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-indent: 0;
	text-align:center;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
ul {
	list-style-type:circle;
}

.whitehdg  {
	color: #FFFFFF;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	text-indent: 0px;
	vertical-align: top;
	list-style-type: circle;
}
#contentWrapper {
	background-color: #FAF6EB;
	width: 975px;
	top: 4px;
	height: 1000px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#topBar {
	position: absolute;
	width: 970px;
	top: 100px;
	height: 34px;
	left: 0px;
	background-color: #EEC664;
	vertical-align: middle;
	text-align: left;
	line-height: 25px;
	padding-left: 5px;
	padding-top: 5px;
	z-index: 3;
}
#logo {
	position: absolute;
	visibility: visible;
	left: 0px;
	z-index: 3;
	width: 229px;
	top: 0px;
}

#footer {
	width: 970px;
	bottom: 0px;
	left: 0px;
	position: absolute;
	background-color: #000000;
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding: 5px;
	z-index: 5;
}
#bannerTop {
	background-color: #FAF6EB;
	height: 77px;
	width: 570px;
	position: absolute;
	left: 231px;
	visibility: visible;
	top: 0px;
	z-index: 4;
}
#centerSection {
	position: absolute;
	top: 132px;
	left: 250px;
	height: 800px;
	width: 525px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	overflow: auto;
}
#leftSidebar {
	left: 0px;
	top: 132px;
	height: 800px;
	width: 230px;
	position: absolute;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	overflow: auto;
}
#mainContent {
	left: 0px;
	top: 132px;
	width: 775px;
	height: 800px;
	position: absolute;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	z-index: 3;
	overflow: auto;
}
#pageTitle {
	width: 770px;
	bottom: 2px;
	color: #000000;
	text-align: center;
	position: absolute;	
}


	
	

