/* Our basic styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background: #FFFFFF;
	margin-left : 2em;
}

A:link    {  text-decoration: none;}
A:visited {   text-decoration: none;}
A:hover   {   text-decoration: underline; color: red; }

/* The main page notice block */
.notice {
	border : medium double Gray;
	padding : .2em;
	margin : 0px 20%;
	text-align : center;
	color: green;
}

.agenda {
	background-color : #FEED66;
	text-align : center;
	width : 85%;
	padding: 1em;
}

.agenda a {
	text-decoration: none;
	color: Maroon;
}

/* our sidebar nav menu */
#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
margin: 0.15em 0.15em;
}

#nav-menu li a
{
background: url(background.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
width: 9em;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
	background-color: #000099;
	width: 154px;
}

OBJECT.sidebar {
	float: left;
	width: 154px;
	height: 100%;
	top: 0;
}
OBJECT.title {
	float: top;
	left: 154px;
	width: 500px;
}
OBJECT.main {
	left: 154px;
	top: 125px;
}

/* URLS within the side bar */
.sb    {
	background-color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-decoration: none;
	color: #FFFFFF;
	font-style : italic;
	font-weight : bold;
	margin-left : 5px;
	display : block;
	list-style-type : none;
}
p.image {
	margin-left: -5px;
	margin-bottom : 10px;
	text-align : center;
}
A.sb:link    {	text-decoration: none;	color: White;}
A.sb:visited {  text-decoration: none; color: white;}
A.sb:hover   {  text-decoration: underline; color: yellow;}
A.sb:active  {  text-decoration: underline; color: yellow;}

#title-bar
{
	background-color: green;
	margin; 160px 0 0 0;
	float: top;
}
/* Our title block */
h2.title {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color : Gray;
	margin-bottom : 0px;
	text-align : center;
	margin-top : .25em;
}
h1.title {
	color: Maroon;
	font-size: 48px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : 900;
	margin-top: -8px;
	text-align : center;
	border-bottom : thin dotted Gray;
	text-shadow : 0.3em 0.3em 0.1em Gray;
}
A.title { color: Gray;}

/* Officer list */
.officers {
	padding: 0px;
	margin: 0px 10px;
	text-align: left;
}
td.officers {
	text-align: left;
}

h1.officers {
	font-style : italic;
	font-size : 140%;
	color : Gray;
	text-align: left;
}
h2.officers {
	font-weight : bold;
	font-size : 120%;
	text-align: left;
}
a.officers {
	font-weight : normal;
	color : Blue;
	text-decoration : none;
	text-align: left;
}

/* Styles for the 'updated by' footer */
.footer {
	color : White;
	font-size : 8pt;
	font-family: "Times New Roman", Times, serif;
}
DIV.footer {
	margin-top : 6em;
	border-top : thin solid White;
	margin-right : 5px;
}

A.footer:link    {	text-decoration: none;	color: White;}
A.footer:visited {  text-decoration: none; color: white;}
A.footer:hover   {  text-decoration: underline; color: yellow;}
A.footer:active  {  text-decoration: underline; color: yellow;}

/* Newsletter page */
.newsletter { color: #99330; }
A.newsletter:link    {	text-decoration: none;	color: #993300;}
A.newsletter:visited {  text-decoration: none; color: #993300;}
A.newsletter:hover   {  text-decoration: underline; color: red;}
A.newsletter:active  {  text-decoration: underline; color: red;}

.gray { color: #666666; font-size: xx-small;}

.fbo { color: #666666; font-size: small;}

/* The photo pages */
.description {
	background-color : #99CCFF;
	text-align : center;
	padding: 1em;
}

.description a {
	text-decoration: none;
	color: Maroon;
}


