@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font:normal 11px Verdana, Geneva, sans-serif;
	color:#000;
}

body {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	height: 700px;
}

html {
	
	min-height:800px;
	
}


#topNav{
	background-color: #000000;
	width: 960px;
	font-style: normal;
	text-align: center;
	padding-top: 25px;
	height: 50px;
	margin-left:10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#topNav a{
	font-size: 16px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFF;
}

#topNav a:hover   {
	text-decoration:underline;
	color:#B7B98E;
}
.activePage   {
	text-decoration:underline;
	font-color:#B7B98E;
}

#topNav ul{
	list-style-type:none;
	text-align:center; /*margin-left: -35px;*/

	}
#topNav li
	{
	display:inline;
	padding-left:25px;
	
	}



/** 
 * Style rules for Demo page
 */
* {
  margin:0;
  padding:0;
  font:normal 11px Verdana, Geneva, sans-serif;
  color:#ccc;
}
a {
  color: #fff;
  font-weight:bold;
  text-decoration:none;
}
a:hover   {
	text-decoration:underline;
	color:#B7B98E;
}
a:visited {
	color:#FFF;
}
 a:active {
	color:#000;
	text-decoration: blink;
}
p {
	color: #FFF;
	font-style: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	font-size: large;
}
h {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000;
}


#pageContainer {
	width:980px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding:0;
	background-color: #000;
}

#header{
	height:100px;
	width: 800px;
	position: static;
	margin-left: 100px;
}
/*	
ul{

	list-style-type:none;
	text-align:center; 
	}
li
	{
	display:inline;
	padding-left:05px;
	}
	
ul
{
	list-style-type:none;
	vertical-align: middle;
}
li
{
	display:inline;
	padding-left:25px;
}
*/
 #footer{
	font-size: 12px;
	color: #333;
	background-color: #333;
	width: 960px;
	font-style: normal;
	height: auto;
	text-align: center;
	padding-top: 15px;
}
#header img{
	padding-left: 100px;
	background-repeat: no-repeat;
	
	margin-top: 0;
	
}
#header h2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 10px;
	color: #0000FF;	
}
#content h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #333;
}

#content p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	word-spacing: normal;
	line-height: 150%;
}


#content h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
}
#pageContainer #content h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
#pageContainer #header h1{
font-size:48px;
}



#left {
	position: absolute;
	width: 202px;
	height: 350px;
	overflow: scroll;
}
#right {
	position: absolute;
	width: 300px;
	height: 300px;
	margin-left: 350px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 40px;
}

