p {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small;}
.o {color: black; font-weight: bold; font-size: medium;}
.b {color: black;} 
.r {color: red;} 
.i {color: black; font-weight: bold; font-style: italic;} 
.s {color: gray; font-size: 11px} 
.h {color: black; font-weight: bold;} 
li.nocirc {list-style-type: none}

hr{height:1px;}


a, a:hover, a:visited, a:active{
	color: gray;
	font-weight: bold;
	text-decoration: none;
	font-size: small;
}

a:hover{
	#color: #a27330;
	color: darkgray;
	text-decoration: underline;
}

.imagecenter {
float: center; 
text-align: center; 
margin: 15px; 
} 

.imageleft {
float: left; 
text-align: left; 
margin: 15px; 
}

.topimg {
#float: left;
width: 8%;
max-height: 150px;
}

/****** START MENU *******/
#menu a, #menu h2{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 2;
display:block;
border-width:1px;
border-style: solid;
border-color:black black black black;
white-space:nowrap;
margin:0px;
padding:4px 4px;
text-align:left;
}

#menu a{
color: #575c32;
text-decoration:none;
align:left;
}

#menu a{ 
  width:150px;
  voice-family: "\"}\""; 
  voice-family:inherit;
  width:150px;
} 

#menu a:hover{
color:white;
background:#575c32;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
width:80%;
}

#menu{
	a, a:visited, a:active{
		color: white;
	}
}

/****** END MENU *********/


html{
	margin: 0px;
	padding: 0px;
}

body{
	margin: 0px;
	padding: 0px;
        padding-top: 0px;
	background: white; 
	background-image: url(../img/p-bg.gif);
	height: 100%;
	#background-repeat: no-repeat;
	background-position: top;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}

#page {
  width: 98%;
  
}

#header {
  height: 80px;
  margin: auto;
}

#top {
  width: 100%;
  z-index: 0;
  background: #3b4739 url(../img/top-bg.gif);
  height: auto;
}

#container {
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
}

#menuline {
  width: 25%;
  height: 120px;
  z-index: 2;
  position: relative;
  padding-top: 15px;
  top: 20px;
  right: -10px;
}
#logo {
  width: 100%;
  height: 120px;
  z-index: 2;
  #background: no-repeat url(../img/logo-top2.png);
  background-position: center;
  position: relative;
  top: -120px;
  right: -10px;
 }
#leftcol {
  float: left;
  width: 20%;
  height: 412px;
  max-width: 200px;
  background: #3b4739 url(../img/img_menu.gif);
  padding-left: 6px;
}
#nocol {
  float: left;
  width: 55%;
  height: 12px;
  background: white no-repeat url(../img/corner.gif);
  #border-right: 1px solid rgb(0,0,0);
  padding-left: 16px;
}
#rightcol {
  float: right;
  height: 50%;
  overflow: auto;
  width: 20%;
  background: #fff url(../img/img_menu.gif) repeat-x ;
  border: 1px solid rgb(0,0,0);
}
#content {
  float: left;
  #width: 900px;
  height: auto;
  min-height: 500px;
  width: 55%;
  overflow: auto;
  border-right: 1px solid rgb(0,0,0);
  border-left: 1px solid rgb(0,0,0);
  border-bottom: 1px solid rgb(0,0,0);
  padding-left: 15px;
  padding-bottom: 15px;
}
#footer {
  width: 100%;
}

