body{
	background-color: #B9B19E;
	font-family: "Berlin Sans FB";
}

.layout-3rd-row {
	background-color: #2D4B6B;
}
td.layout-4th-row {
	background-color: #B1B1B1;
}
h1{
	font-family:Magneto;
}
h2 {
	font-family:Garamond;

}
h3{
	font-family:Garamond;
	background-color:#2C5F6B; 
	color: white;
}

b{
	font-family:Garamond;
}

h3 a:link {color:white;text-decoration:none;}
h3 a:visited {color:white;text-decoration:none;}
h3 a:active {color:white;text-decoration:none;}
h3 a:hover{color:white;text-decoration:none;}


/*Side Menu Css options */
.SideMenuItem{
	background-color: 2C5F6B;
	padding-right:10px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.SideMenuItem a:link {font-size: 20px;color:white;text-decoration: none}
.SideMenuItem a:visited {font-size: 20px;color:white;text-decoration: none}
.SideMenuItem a:active {font-size: 20px;color:white;text-decoration: none}
.SideMenuItem a:hover{font-size: 20px;color:#white;text-decoration: none}


/*Body Text Css Options*/
.BodyText{
	padding:10px;
	
}

.Mission{
	
}

tr.header td{
	background-color:#003300;
	color: white;
}
tr.d0 td{
	background-color:#CCFECC;
}

tr.header a:link {color:white;text-decoration: none}
tr.header a:visited {color:white;text-decoration: none}
tr.header a:active {color:white;text-decoration: none}
tr.header a:hover{color:#white;text-decoration: none}

table.boardMembers td{
	border-top:1px solid black;
}