/*Generic styles*/

*	{
	margin: 0;
	padding: 0;
	border: 0;
	}

body	{
	background: #333;
	text-align: center;
	}

h1	{
	font: 30pt "Times New Roman", serif;
	color: #f00;
	font-weight: bold;
	margin: 20px 0 20px 0;
	text-align: center;
	}

h2	{
	font: 18pt "Times New Roman", serif;
	color: #f00;
	font-weight: bold;
	padding: 30px 0 15px 10px;
	}

h3	{
	font: 14pt "Times New Roman", serif;
	color: #000;
	font-weight: bold;
	padding: 30px 0 5px 10px;
	}

h4	{
	font-size: 12pt;
	font-weight: bold;
	Margin: 10pt 0 0 10pt;
	}

p	{
	font-size: 12pt;
	color: #000;
	padding: 5px 10px 10px 10px;
	}

ol	{
	margin-left: 40px;
	}

ul	{
	Margin-left: 40px;
	}

/*IDs*/

#wrapper{
	margin: 0 auto;
	width: 760px;
	background: #ffc;
	text-align: left;
	}

#banner	{
	background: url(img/banner3.gif) no-repeat;
	width: 760px; height: 150px;
	}

#oheight{
	position: relative;
	left: 3px;
}

#ohnine{
	position: relative;
	left: 102px;
}

#ohten	{
	position: relative;
	left: 201px;
	}

#footer	{
	background: #39f;
	text-align: center;
	clear: both;
	}

#footer p{
	padding: 5px 10px;
	color: black;
	font-size: 10pt;
	}

#footer a{
	color: white;
	}

#sign	{
	position: relative;
	left: 400px;
	}

/*classes*/

.navigation
	{
	height: 20px;
	font-size: 12pt;
	padding: 5px 0 5px 30px;
	background: #f33;
	}

.navigation ul{
	list-style-type: none;
	margin: 0;
	}

.navigation ul li{
	float: left;
	display: inline;
	border-right: 1px solid white;
	padding: 0 10px;
	text align: center;
	font-weight: bold;
	color: #ff0;
	}

.navigation ul li a{
	text-decoration: none;
	color: #000;
	padding: 0 5px;
	}

.dropmenu{
	position: relative;
	font-weight: bold;
	background: #f99;
	width: 92px;
	left: 50px;
}

.dropmenu ul{
	list-style-type: none;
	text-align: center;
}

.dropmenu  ul li{
	margin-left:-40px;
	font-weight: bold;
	color: #000;
	padding: 5px 0;
	border-bottom: 1px solid #fff;
}

.dropmenu ul li a{
	margin-left: 0px;
	text-decoration: none;
	color: #000;
}

.dropmenu ul li a:hover, .dropomenu ul li a:focus
	{
	color: #fff;
}


.blue	{
	background: #cff;
	}

.offset-right{
	margin-left: 100px;
	}


.xtra-space{
	height: 30px;
	}

.tab-right{
	margin-left: 120px;
	}

/*Pseudo Classes*/

.navigation ul li a:focus, .navigation ul li a:hover
	{
	color: #fff;
	}

.navigation ul li a:active
	{
	background: white;
	color: black;
	}