body { margin: 0px;
       padding: 0px;
	   font-family: Arial,Verdana,sans-serif;
	   font-size: 12px}
	   
a:link { color: #0066cc; }
a:visited { color: #ffcc00 }
a:hover { color: #ffcc00 }
a:active { color: #ffcc00; }

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto; }

h1{	font-family: Verdana,sans-serif;/*orange left align header, use for page titles*/
	font-size:24px;
	font-weight: bold;
	color:#ffcc00;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-transform:uppercase;
 
}

h2{ font-family: Verdana, sans-serif;/*black header for feature, use for feature/news item titles*/
 font-size: 16px;
 color: #000000;
 margin: 0px;
 padding: 0px;
 
}

h3{ /*blue header, use for President/VP/etc.*/
font-style:normal;font-family: Verdana,sans-serif;
 font-size: 14px;
 color: #0066cc;
 margin: 0px;
 padding: 0px;
}

.photocredit {clear: both;
			  font-size: 10px;
			  text-align: right;}
			  
.officertext { font-family: Arial, Verdana,sans-serif;
 font-size: 12px;
 color:#000000;}
 
.imgleft {float: left;
           margin-right: 10px;
           }
		   
.imgleftborder {float: left;
           margin-right: 20px;
		   margin-bottom: 10px;
           border: thin solid #ffcc00;}
		   
.imgright {float: right;
           margin-right: 10px;
           }

.imgrightborder {float: right;
           margin-right: 30px;
           border: thin solid #ffcc00;}
  
/*Layout Divs*/

#container {
	width: 90%;
	height: 100%;
	margin: 10px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	}

#masthead { background-color:#ffffff;
            }
#masthead img {border: none; }



/*Navigation Bar- thank you to DynamicDrive.com*/
#modernbricksmenu2{
padding: 0;
width: 100%;
border-top: 5px solid #ffcc00; 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
height: 35px;
}

#modernbricksmenu2 ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu2 a{
float: left;
display: block;
font: bold 14px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
border-top: 1px solid white;
padding: 5px 10px;
background-color: #0066cc; }

#modernbricksmenu2 a:hover{
background-color: #ffcc00; 
color: white;
}

#modernbricksmenu2 #current a{ /*currently selected tab*/
background-color: #ffcc00; 
color: white;
border-color: #ffcc00; 
}

/*End Navigation CSS*/


#leftcolumn {width: 200px;
			 height: 100%;
			 float: left;
			 background-color: #badbfb;
			 margin-bottom: 10px;
			 border: thin solid #ffcc00;
			 margin-top: 10px;}
			 
#rightcolumn {margin-left: 215px;
			  margin-bottom: 10px;
		      padding: 5px;}
			
		 

#footer { clear: both;
	border-top: medium solid #ffcc00;
	color: #0066cc;
	text-align: right;
	font: 10px Verdana;
	padding: 3px;
	}
	
  
/*End Layout Divs*/

.leftbox {width: 190px; /*left column content- lunch and events info*/
          height: 100%;
		  padding: 5px;
		  text-align: center;
		  		  }
				 
.leftbox a:visited { color: #0066cc;}

.headlinebox { font-weight:bold;} /*text style for leftbox*/
		  
		  
#lunchbox {width: 250px; /*Lunch Presentations box on the Events page*/
		   height: 100%;
		   border: medium solid #ffcc00;
		   float: right;
		   padding-bottom: 10px;
		   margin-right: 40px;}
		   



/*Form CSS*/
 label
{
width: 100px;
float: left;
text-align: right;
margin-right: 5px;
display: block
}

.submit input
{
margin-left: 305px;
}
input
{
color: #000000;
background: #badbfb;
border: 1px solid #0066cc;
width: 300px;
}

.submit input
{
color: #000;
background: #badbfb;
border: 2px outset #0066cc;
width: 100px;
margin-bottom: 5px;
}
fieldset
{
border: 1px solid #ffcc00;
width: 500px;
}

textarea {color: #000000;
background: #badbfb;
border: 1px solid #0066cc;
}

legend
{
font-size: 14px;
font-weight: bold;
color: #0066cc;
background: #ffffff;
border: 1px solid #ffcc00;
padding: 2px 6px
}
  

	  
