body {
       margin:0px;
       padding:0px;
       background-color: #fff;
       color: #fff;
       font-size: 101%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footer 
{
	text-align: right;
	background-color: #CCCFCD;
}

.nocss {
	display: none;
}

#masthead
{
	position:relative;
	top: 0px;
	height:232px;
	background-color: #fff;
}

#banner { 
	position:relative;
	height: 184px;
}

#strip {
	background-color: #273572;
	position:relative;
	height: 15px;
}

#menu {
	position:relative;
	height: 33px;
}

#center {
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	text-align:justify;
	background-color:white;
}

br {
	clear: both;
}

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
           width: 600px;
}

#menu li:hover ul, #menu li.over ul { 
	display: block; 
}
	
	
#menu ul li {	
	float:left;
	position: relative;
}
		

#menu li ul  {
	position: absolute;
    	left: -2px;
    	top: 34px;
	width: 110px;
    	display: none;
	background-color: #273572;
}
img {
border: 0;
}

#menu ul li ul li a {
	text-align: left;
	font-family: Arial;
	display: block;
	font-weight:normal;
    	text-decoration: none;
    	color: white;
	width: 99px;
	padding: 2px;
	padding-left: 10px;
	font-size: 11px;
	color: #fff;
}
#menu ul li ul li a:hover {
	font-weight: bold;
}


#indexsidebar
{
        float:right;
        width: 185px;
        margin-right: -10px;
}
#indexsidebar img
{
        margin: 20px 0px;
}

div#president, div#secretary { 
display:none;
                               }
