* {
 padding: 0;
 margin: 5px;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 font-size: 13px;
 margin: 5px;
}
.mainbodyheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #990000;
}
.mainbodysubheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	list-style-position: inside;
	list-style-type: disc;
}
.mainbodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	list-style-position: inside;
	list-style-type: disc;
	padding: 2px;
	margin: 5px;
}
#wrapper {
 width: 830px;
 margin: 0 auto;
}
#navbar {
 border: 1px solid #ccc;
 margin: 5px 5px 5px 5px;
 padding: 4px;
 background-color: #A3A38F;
}
#header {
 margin: 5px 5px 0px 5px;
 height: 100px;
 padding: 10px;
 background-color: #FFF;
}
#centercolumn { /* Parent Wrapper for inside boxes */
 border: 1px solid #ccc;
 margin: 0px 0px 0px 5px;
 display: inline; /* IE Hack */
 padding: 5px;
 width: 77%;
 float: left;
 min-height: 300px;
 background-color:#ECEDE0;
 }
* html #centercolumn {height:300px} /* IE Min-Height Hack */ 

#rightcolumn {
 margin: 0px 5px 5px 5px;
 padding: 4px;
 display: inline; /* IE Hack */
 width: 18.5%;
 float: left;
 border: 1px solid #ccc;
 background-color: #CCCCFF;
 min-height: 300px;
}
* html #rightcolumn {height:300px} /* IE Min-Height Hack */ 

#footer {
 background-color: #FEFEFE;
 margin: 5px 5px 5px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 float: left;
 width: 97.7%;
 border: 1px dotted #ccc;
 text-align:center;
 font-size:9px;
 color:#666;
 }

.footertext { font-family: Arial,Helvetica,sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size: 9px;
	}

  .boardmemberstype { font-family: Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    text-align: left;
    font-weight: bolder;
    font-style: normal;
    color: rgb(0, 0, 0);
    font-size: 12px;
    margin-left: 1px;
    text-align: left;
    }
	
  .boardmemberposition { font-family: Arial,Helvetica,sans-serif;
    color: #000;
    font-size: 10px;
    font-weight: bold;
    margin-left: 1px;
    text-align: left;
	text-transform: uppercase;
    }

 .boardmembernames { font-family: Arial,Helvetica,sans-serif;
    color: #000;
    font-weight: bold;
    font-size: 11px;
    text-align: left;
    margin-left: 1px;
    }

  .boardmembersjobs { font-family: Arial,Helvetica,sans-serif;
    color: #333;
    font-size: 10px;
    font-weight: normal;
    margin-left: 1px;
    text-align: left;
    font-style: italic;
    }


.youarehere {
			font-size: 11px; font-family: Tahoma, Arial, sans serif; color:#990000; font-weight:bold;
			float: left;
			line-height: 3;
			}			
			
#navbar {
   background:#FFF;
   float: left;
   text-align:center;
   margin-left: 0px;
   margin-right: 0px;
   width:100%;
   border:solid #B2B15E;
   border-width:1px 0;
}
#navbar ul { 
   padding: 0; 
}
#navbar ul li { 
   display: inline; 
   font-weight:bold;
}
#navbar ul {
   margin: 0;
   padding: 0;
   color: #000000;
   font-size: 1em;
   letter-spacing: 2px;
   font-weight: bold;
}
#navbar ul li a {
   padding: 0.2em 8px;
   color: #000;
   text-decoration: none;
   float: left;
   border-right: 1px solid #000;
   font-weight:bold;
}

#navbar ul li a.noborder {
   padding: 0.2em 8px;
   color: #000;
   text-decoration: none;
   float: left;
   border-right:none;
   font-weight:bold;
}

#navbar ul li a:hover {
   background-color: #FFF;
   color: #CC0000;
   text-decoration: underline; 
}
#navlist li a:hover, #navlist li a:active {
   color: #FFFFFF;
   text-decoration: none;
   background: #95B2F4;
   text-align: left;
}

#search {
float: right
}
