/*Commented Out by K1 to set the html stuff back to normal*/
/*
* {
	padding:0;
	margin:0
	}
*/
	
html {
	height:100%;
	}
	
.error {
	color: #CC0000;
	font-weight: bold;
}
	
body {
 height:100%;
 background-image:url(bg2.jpg);
 	}
	
h1 {
	font:16px Verdana, Arial, Helvetica;
	font-weight: bold;
	font-variant: small-caps;
	}

/*Added by K1*/
h2 {
	font:14px Verdana, Arial, Helvetica;
	font-weight: bold;
	font-variant: small-caps;
	}

/*Added by K1*/
h3, h4, h5, h6, h7 {
	font:12px Verdana, Arial, Helvetica;
	font-weight: bold;
	font-variant: small-caps;
	}
	

#logo {
position: absolute;
top: 0px;
left: 0px;
width: 895px;
	}

#topnav {
font:15px Verdana, Arial, Helvetica;
letter-spacing: -1px;
font-variant: small-caps;
position: absolute;
top: 85px;
left: 32px;
width: 885px;
	}


#topsub {
font:14px Verdana, Arial, Helvetica;
letter-spacing: -1px;
font-variant: small-caps;
position: relative;
/*Top changed by K1 to 105px*/
top: 105px;
left: 300px;
width: 595px;
	}
	
/*Added By K1*/
#topsub ul {
	padding:0;
	margin:0
}

#sidenav {
 /*/*/ float:left; /*End NS4 hide*/ 
font:14px Verdana, Arial, Helvetica;
background-color: #F8EAD9;
border-right:1px solid black;
width: 155px;
letter-spacing: -1px;
font-variant: small-caps;
position: absolute;
top: 150px;
left: 0px;
display:inline;
	}

#content {
margin-top:120px;
margin-left:150px;
padding:40px;
color: #000000;
font-family: Verdana, Arial, Helvetica;

font-size:12px;
	}

li.inline {
  display: inline;
  padding-left: 3px;
  padding-right: 2px;
  border-right:1px dashed black;
  }
  
 li.end {
  display: inline;
  padding-left: 3px;
  padding-right: 2px;
  border-right:0px;
  }

a.top:link {
color: #000000;
text-decoration: none;
font-weight: bold;
cursor: hand;
	}
a.top:visited {
color: #000000;
text-decoration: none;
font-weight: bold;
	}
a.top:hover {
color: #8F3301;
background-color: #FF9035;
	}
a.top:active {
color: #8F3301;
	}
	
a.sub:link {
color: #8F3301;
text-decoration: none;
font-weight: bold;
	}
a.sub:visited {
color: #8F3301;
text-decoration: none;
font-weight: bold;
	}
a.sub:hover {
color: #000000;
	}
a.sub:active {
color: #000000;
	}

a.side:link {
color: #000000;
background-color: #EADBCB;
border: 1px solid #000000;
border-right: 0;
width: 146px;
text-align: center;
padding: 4px;
text-decoration: none;
font-weight: bold;
cursor: hand;
display: block;
	}
a.side:visited {
color: #000000;
background-color: #EADBCB;
border: 1px solid #000000;
border-right: 0;
width: 146px;
text-align: center;
padding: 4px;
text-decoration: none;
font-weight: bold;
cursor: hand;
display: block;
	}
a.side:hover {
color: #000000;
background-color: #FF9035;
	}
a.side:active {
color: #000000;
background-color: #EBC099;
	}
	
a.footer:link {
color: #8F3301;
text-decoration: none;
font-weight: bold;
	}
a.footer:visited {
color: #8F3301;
text-decoration: none;
font-weight: bold;
	}
a.footer:hover {
color: #000000;
	}
a.footer:active {
color: #000000;
	}
	
a:link {
color: #8F3301;
	}
a:visited {
color: #8F3301;
	}
a:hover {
color: #000000;
	}
a:active {
color: #000000;
	}
	
.small {
color:#000000;
font-size:x-small;
	}

#footer {
margin-left:190px;
color:#000000;
font-family: Verdana, Arial, Helvetica;
font-size: x-small;
	}
