/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #000;
}

#container {
	min-width: 90em;
	margin: 1em;
	background-color: #000;
	color: #fff;
	cursor: default;
}
	
#header {
	height: 9em;
	width: 100%;
	background-color: #FF8A01;
}

#nav {
	height: 9em;
	width: 100%;
	/*background: 
	url(../images/logoneophytebl.gif) no-repeat top left;*/
}

#logo {
	position: relative;
	top: 0px;
	left: 0px;
	height: 37px;
	width: 155px;
}

#logo a link {
	text-decoration: none;
}	

#logo img {
	border: 0px;
}

#content {
	position: relative;
	float: left;
	padding: 10px 10px 10px 230px ;	
	background:
	url(../images/side_or220.gif)
	top left
	repeat-y;

}	

#pagetitle {
	position: relative;
	float: left;
	margin-left: -155px;
	color: #000000;
}

#content p {
	clear: both;
	font: 1.25em/1.5em Geneva, Arial, Helvetica, sans-serif;
}

#content a:link {
	color: #BCFCFF;
	text-decoration: none;
}

#content a:visited {
	color: #3DC7CC;
	text-decoration: none;
}

#content h1 {
	margin: -0.2em 0 0.2em 0;
}

#content h3 {
	margin: 0 0 -1em 0;
}	

#content hr {
	display: block; 
	clear: both;
	margin: -300px;
	color: #FF8A01;
}

.shownotes {
	font-weight: bold;
}

.largetext {
	font-size: 20em;
	color: #FF8A01;
}

#footer {
	clear: both;
	height: 5em;
	margin: 0;
	color: #fff;
	background: 
	#FF8A01;
	text-align: center;
}



