body {
	color: #000;
	margin: 25px 0;
	padding: 0px;
	background: #FFFFEC;
}

.hide {
	display: none;
}

.img {
	display: block;
	border: 0;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #c30;
	background: transparent;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #c30;
	background: transparent;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #f60;
	background: transparent;
}

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #f90;
	background: transparent;
}

p, td, li, ul, ol  {
	font-family: Georgia, "New Century Schoolbook", Times, serif;
	font-size:0.9em;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
h1{
	font-size: 1.2em;
	font-weight:bold;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	}

p{
	margin-top:0;
	margin-bottom:1em;
	text-align:left;
	line-height:1.5em;
}

/* for lists like the one in Code of Conduct */
ol {
list-style-position:inside;
line-height:1.5em;
}


/* Navigation Bar Components */
table#nav {
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

table#nav td {
	font: 11px verdana, arial, sans-serif;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
}

table#nav td a {
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
}

#nav td a:link, #nav td a:visited {
	background: transparent url(../images/bground.gif)repeat;
	display: block;
	margin: 0;
	width: 100px;
	line-height: 25px;
}

#nav td a:hover {
	color: #f60;
	background: white url(../images/nopat.gif) repeat;
}

td#home a:link img, td#home a:visited img {
	color: #c30;
	background: transparent url(../images/bground.gif) repeat;
	width: 400px;
	height: 75px;
}

td#home a:hover img{
	color: #f60;
	background: white url(../images/nopat.gif) repeat;
	width: 400px;
	height: 75px;
}

#navcontainer
{
width: 8em;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: Arial, Helvetica, sans-serif;
background-color: #90bade;
color: #333;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #90bade;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
 font-size: 11px;
 font-family: Arial, Helvetica, sans-serif;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}

#banner p
{
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
font-size: 1em;
font-size: 1.em;
font-size: 1.2em;
font-weight: bold;
text-align: center;
}

#recentnews 
{font:9px Arial, Helvetica, sans-serif;
margin-top:40px;
}

img #topleft     { top:0;    right:100px; }

.title {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-bottom: 0px;
	border-bottom: 1px dashed;
	color: #3068BA;
}

#breadcrumb p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-align: left;
	font-weight: normal;
}

/* Picture Showing stuff */
div.float {
  float: left;
  width: 80px;
  padding: 10px;
  }
  
div.float p {
   text-align: center;
   }

div.float img{
	margin-left: 13px;
}


div.spacer {
  clear: both;
  }
  

.smalltext {
font:0.9em Arial, Helvetica, sans-serif ;
}


div.boardpicture {
  float:left;
  width:130px;
  }
  
div.boardpicture p {
   text-align: center;
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   }
   
div.boardpicture img{
text-align:center;
margin-left:25px;
}

/* members Pictures */
div.members {
  float: left;
  width: 500px;
  margin-top:1em;
  }
  
#members p, tr, td {
font-family:Verdana, Helvetica, sans-serif;
font-size:0.9em;
text-align: left;
}

#members img{
margin-left:14px;
}
