/* CSS Document */
/* -------- main menu section ------------- */
.menuListItem {
	font-size: 13px;
	line-height: 125%;
}

#mainMenu  {
	background-color: #FFFFFF;
	right: 0px;
	position: absolute;
	top: 20px;
	width: 180px;
	height: 130px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	z-index: 100;
	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: underline;
	}
#mainMenu a:visited {	
	text-decoration: underline;
	}
#mainMenu a:hover {
	text-decoration: underline;
	background-color: #F5E2A7;
	}
.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: 20px;
	font-weight: bold;
	text-indent: 00px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-indent: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-indent: 00px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-indent: 0px;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-indent: 0px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
ul {
	list-style-type: disc;
}
ol li {
	list-style-type: decimal;
}
ol li ol li {
	list-style-type: lower-alpha;
}
ol li ol li ol li {
	list-style-type: lower-roman;
}
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: disc;
	list-style-position: outside;
	line-height: 120%;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 10px;
	padding-right: 10px;
}
	
#contentWrapper {	
	width: 980px;
	top: 4px;
	height: 2000px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #FFFFFF;
}
/* Content sections*/

#centerSection {
	position: absolute;
	top: 90px;
	left: 250px;
	height: 1800px;
	width: 500px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	z-index: 2;
	overflow: auto;
}
#leftSidebar {
	left: 0px;
	top: 90px;
	position: absolute;
	width: 220px;
	height: 1800px;
	background-color: #333333;
	color: #FFFFFF;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	overflow: auto;
}
#leftSidebar li {
	color: #FFFFFF;
}
#rightSideBar  {
	background-color: #FFFFFF;
	right: 0px;
	position: absolute;
	top: 90px;
	width: 182px;
	height: 1800px;
	overflow: hidden;
	z-index: 10;
	}
#rightSideContainer {
	position: absolute;
	top: 180px;
	right: 0px;
	width: 182px;
}
#header {
	left: 0px;
	top: 0px;
	width: 970px;
	height: 70px;
	position: absolute;
	background-color: #390206;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	z-index: 1;
}
#header_title {
	left: 0px;
	width: 970px;
	top: 20px;
	position: absolute;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;	
	z-index: 10;	
}
#pageTitle {
	width: 970px;
	bottom: 1px;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	position: absolute;	
}
#footer {
	background-color: #FFFFFF;
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding: 5px;
	position: absolute;
	width: 970px;
	bottom: 0px;
	z-index: 2;
}
#photos li {
	list-style-type: none;
	margin-left: 0px;
	text-indent: 0px;
}
