/* BE5028 background main color */
BODY {
	font-family: Georgia;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	background-color:#a24a02;
	}
P {
	margin: 0px;
	padding:0px;
	}
h1 {
	font-family: Papyrus, Script MT Bold;
	font-size:20px;
	margin-left:100px;
}
.head{
	margin-top:-16px;
	text-align:left;
	}
/* Defines the main information area of the page */
table.mainPage {
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	width:850px;
	border:1px black solid;
	border-top:0;
	}

.content {
	vertical-align:top;
	background-color:white;
	border:1px solid black;
	padding-right:10px;
	padding-left:10px;
	width:725px;
	height:300px;
	}
a {
	text-decoration: underline;
	color: #614446;
	display: inline;
	}
a:visited {
	text-decoration: underline;
	color: #614446;
	display: inline;
	}
/* =====================================
Defines the top location information, the little place descriptor (home -> about ->our staff)
=========================================*/ 
.TopLocation {
	font-size:11px;
	text-align:left;
	}

a.TopLocation {
	text-decoration: underline;
	color: #614446;
	display:inline;
	}
/* =============================
The Bottom Info
================================*/
.bottomRow {
	background-color:white;
	font-size:12px;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:auto;
	}
a.bottomRow:link {
	text-decoration: underline;
	}
a.bottomRow:hover {
	text-decoration: none;
	}

/* =============================
The Side Navigation bar details 
================================*/
.SideNavbar {
	width:125;
	vertical-align:top;
	}
	
table.SideNavTable {
	background-color:#cfc685;
	width:125px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	}
.subSideNavTable{
	text-align:left;
	background-color:#867C34;
}	
.SideNavTableSelected {
	color: black;
	display: inline;
	font-size:12px;
	}
	
.SideNavTableTitle {
	text-align:left;
	font-weight:bold;
	font-size:12px;
	border-bottom:1px solid black;
	background-color: #614446;
	color: white;
	}
	
a.SideNavTable {
	text-decoration: none;
	color: #663300;
	display: inline;
	font-size:12px;
	}
a.SideNavTable:hover{
	text-decoration: underline;
	color: white;
	display: inline;
	font-size:12px;
	}
	
a.subSideNavTable {
	text-decoration: none;
	color: white;
	display: inline;
	font-size:12px;
	border:none;
	}
a.subSideNavTable:hover {
	text-decoration: underline;
	color: white;
	display: inline;
	font-size:12px;
	}

.SideNavEnd {
	height:100%;
	}
/* ===============================
Centers and borders the two main navbars  
=================================*/
table.mainNavBar {
	margin-left:auto;
	margin-right:auto;
	}
	
.navBarBackgroundColorTop {
	background-image:url("Images/BorderImages/line.gif");
	height:20px;
	border: 1px solid black;
	border-right: 0px;
	border-left: 0px;
	text-align:center;
	}
	
.navBarBackgroundColorBottom {
	background-image:url("Images/BorderImages/line.gif");
	height:20px;
	border: 1px solid black;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	text-align:center;
	}

/* ===================================
Defines the main menu table 
=======================================*/
table.navbar {
	font-size: 8pt;
	padding: 0px; 
	border: 0px; 
	font-weight: bold;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

/* ====================================
Defines the sub menu styles 
=============================*/
table.menu {
	font-size: 8pt;
	padding: 0px;
	font-weight: bold;
	text-align:left;
	}

td.menuNormal {
	padding: 0px;
	color: black;
	font-weight: bold;
	vertical-align: top;

}

td.menuHover {
	padding: 0px;
	color: black;
	font-weight: bold;
	vertical-align: top;
	/*remove the following line for drop-down menu with images
	background-color: #cc9966*/
	}
	
a.menuHover:link{
	text-decoration: none;
	color: white;
	display: block;
}
a.menuHover{
	text-decoration: none;
	color: white;
	display: block;
}

a.menuHover:hover{
	text-decoration: underline;
	color: white;

}
div.menuNormal {
	display: none;
	}

div.menuHover {
	border: 1px solid black;
	background-color: white;
	display: inline;
	position:absolute;
	}

/* ===================================
Individual Menu Item Links 
=====================================*/
a.menuitem:link {
	text-decoration: none;
	color: black;
	background-color: white;
	display: block;
	border-bottom:1px solid black;
	}

a.menuitem:visited {
	text-decoration: none;
	color: black;
	background-color: white;
	display: block;
	border-bottom:1px solid black;
	}

a.menuitem:hover {
	text-decoration: none;
	color: black;
	background-color: #E0E0AD;
	display: block;
	}

a.menuitem:active {
	text-decoration: none;
	color: black;
	background-color: #E0E0AD;
	display: block;
	}
	
#tableheader {
	background-color:#E0E0AD;

}	
/* End */