/* CSS Document */
/*------------------------- Type styles-------------------------*/
html{
	height: 100%;
	width: 100%;
	}

body{
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	letter-spacing: normal;
	color: white;
	background-color: black;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	text-align: center;
	height: 100%;
	width: 100%;
	}
	
p { 
	text-align: left;
	}

a{
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	letter-spacing: normal;
	color: inherit;
	text-decoration: underline;
}
	a:link { }
	a:visited { }
	a:hover { }
	a:active { }
	
hr{
	width: 100%;
	height: 1px;
	background-color: #7F7F7F;
	border: none;
}

/*---- List ----*/

#menu{
	padding:0; 
	margin:0; 
}

#menu li{
	list-style-type:none; 
}

#menu li a{
	text-decoration: none;
	color: #FFBE00;
}


#menu li a:hover{
	text-decoration: none;
	color: white;
}

	

/*---- Classes ----*/

span.hide{display: none;}

.clear{ clear: both;}
span.yellow{ color:#FFC633;}




/*---- Styles ----*/


#wrapper{
	width: 950px;
	height: auto;
	display: block;
	position: relative;
	background-color: transparent;
	margin:0px auto;
	text-align: center;
}

#footer{
	width: 950px;
	height: 25px;
	display: block;
	position: relative;
	background-color: transparent;
	margin:0px auto;
	text-align: center;
	font-size: 8.5px;
	letter-spacing: .2em;
	}

#nav{
	width: 157px;
	height: 550px;
	display: block;
	position: relative;
	float: left;
	padding-top: 140px;
	padding-right: 43px;
	background-color: transparent;
	background-image: url(../images/logo3.gif);
	background-position: 0px 50px;
	background-repeat: no-repeat;
	text-align: left;
	}
	
#nav2{	
	width: 95px;
	height: auto;
	display: block;
	position: relative;
	float: right;
	background-color: transparent;
	text-align: left;
	}
	
	
#content{
	width: 750px;
	height: 600px;
	display: block;
	position: relative;
	float: right;
	background-color: transparent;
	text-align: left;
}

#content-auto{
	width: 750px;
	height: auto;
	display: block;
	position: relative;
	float: right;
	background-color: transparent;
	text-align: left;
}

#body{
	width: 750px;
	height: auto;
	margin-top: 80px;
	display: block;
	position: relative;
	float: right;
	background-color: transparent;
	text-align: left;
}