body {
	color : #FFFFCC;
	margin : 0px 0px 0px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	background-color: #FF9900;
	list-style-type: none;
	}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	line-height: normal;
	color: #FFCC00;
	font-style: oblique;
	font-variant: small-caps;
	text-transform: capitalize;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	line-height: normal;
	color: #FFCC00;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	line-height: normal;
	color: #FFCC00;
}
a:link {
	color: #FFCC00;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
a:visited {
	color: #FFCC00;
	font-size: 16px;
	font-weight: bold;
}
a:active {
	color: #FFCC00;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
a:hover {
	color: #00FFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
#content {
	background-color : #000000;
	position : absolute;
	top : 13px;
	color: #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	width: 750px;
	height: auto;
	text-align: left;
	left: 204px;
	background-position: left-top;
	background-repeat: no-repeat;
	list-style-type: none;
	background-attachment: fixed;
}	
#leftnav {
	position : fixed;
	width : 170px;
	height : 100%;
	border-right : 5px solid #000;
	padding-bottom : 0px;
	background-color : #000000;
	font-family: "Times New Roman", Times, serif;
	text-align: right;
	background-repeat: no-repeat;
	background-position: right-position;
	background-attachment: fixed;
	color: #000000;
}	
#menu li {
	list-style-type:none;
	font-size: 12px;
  }

 
