p,h1,h2,h3,h4,div,ul,ol,li,pre,blockquote {
		margin:0;
		padding:0;
}
html {
	height : 100%;
	margin : 0;
	padding : 0;
}
html, body {
	padding : 0;
	margin : 0;
}
ol, ul, li {
		margin: 0;
		padding: 0;
		list-style: none;
}
body {
		font-family: Verdana, Courier;
		font-weight: normal;
		font-size: 12pt;
		color: #ffff00;
		background-color: #a0a0a0;
		text-align: center;
		height: 100%;
		min-width: 770px;
		color: #000000;
}
 h1.c1 {color: #ffff00; font-family: times new roman}
 h2.c2 {color: #ffff00; font-family: times new roman}
 div.c3 {text-align: center}
 u.c4 {font-style: italic; font-size: 12pt;}
 span.c5 {font-size: 12pt; list-style: none;}
 p.c6 {font-size: 12pt}
 a.c7 {font-size: 12pt}
 h2.c8 {font-size: 12pt}
 li.c9 {font-size: 12pt; list-style: none;}
 span.c10 {font-size: 12pt; font-style: italic;}

#wrapper {
		margin: auto;
		width: 770px;
		background-color: #000000;
		text-align: center;
}
#header{
		background-color: #808000;
		color: yellow;
		width: 770px;
		height:100px;
		text-align: center;
		padding-top: 20px;
}
header h1 {
		font-family: Verdana;
		font-size: 350%;
}
header h2 {
		font-family: Verdana;
		font-size: 200%;
}
#navigation{
		background-color: #0099FF;
		height:50px;
}
#main{
		width: 770px;
		background-color: #306030;
}
#sidebar{
		background-color: #306030;
		width:150px;
		float:left;
		text-align: left;
}
#mainmenu {
	list-style-type: none;
	width: 150px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	border-color: #306030;
	text-align: left;
}
#mainmenu ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-position: 0;
}
#mainmenu ul ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-position: 0;
}
#mainmenu li a {
	list-style-type: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-style: none;
	border-bottom-color: #306030;
	background-position: 0;
}
#mainmenu .notopbrdr0xNone {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainmenu li a:link, #mainmenu li a:visited {
	list-style-type: none;
	color: #ffff00;
	display: block;
	background-color: #306030;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0px;
}
#mainmenu li a:hover {
	list-style-type: none;
	color: #000000;
	background:  #ffff00;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0px;
}
#mainmenu p.center {
	text-align: center;
}
#content{
		background-color: #008000;
		padding-left : 3px;
		font-family: Verdana, Arial, Helvetica;
		font-size: 1em;
		color: #ffff00;
		margin-left:150px;
		text-align: left;
		/* no width shrinks as the browser window changes size */
}
#content p {
	padding-left : 3px;
}
#content p.center {
	text-align: center;
}
#content h1 {
	font-size: 2.0em;
	text-align: center;
}
#content h3 {
	font-size: 1.3em;
	text-align: left;
	color: yellow;
}
#content h4 {
	font-size: 1.5em;
	text-align: left;
	color: yellow;
}
.imageleft {
		float: left; margin: 15px;
}
.imageright {
		float: right; margin: 15px; text-align: right;
}
.imagecenter {
		margin: 15px; text-align: center;
}
#footer {
		clear:left;
		background-color:#808000;
		color: #ffff00;
}
#footer a:link { 
	color: #80ffff;
}
#footer a:visited {
	color: #ffff80;
}
#footer a:hover {
	color: #000000;
	background-color: #00e0f0;
	text-decoration: none;
}
#footer a:active {
	color: #80ff80;
}

