/*
body {
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	background-image: url('../theme/images/page_bg_full.gif');
	background-repeat: repeat-y;
	background-position: center;
	background-color: #E5E1CF;
	margin: 0px;
}
*/
table 
{
text-align: left;	
font-family: Tahoma, Arial, sans-serif;
font-size: 11px;
}


#tablemenu 
{
border: #650C0C 2px solid; border-width: 3px 0px 3px 0px;
}

#dropdowns 
{
font-family: Tahoma, Arial, sans-serif;
font-size: 11px;
}
	
h1,h2,h3,h4,h5,h6 { color: #650C0C; font-family: Georgia, 'Times New Roman', serif; }
div { text-align: left; padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
form { margin: 0px; padding: 0px; }
a { color: #003F85; font-weight:bold; text-decoration:underline;}
a:hover { text-decoration: underline; }

#header { width: 746px; margin-left: auto; margin-right: auto; padding: 0px; }
#header div { float: left; height: 140px; }
#search { position: relative; left: 15px; top: 106px; }
#txtSearch { width: 85px; font-family: Tahoma, Arial, sans-serif; font-size: 11px; }
#search_button { bottom: auto; height: 21px; width: 22px; font-family: Tahoma, Arial, sans-serif; font-size: 11px; margin: 0px;  }

#body {
	height: 2px; width: 746px;
	margin-bottom: 0px; margin-top: 0px; 
	margin-left: auto; margin-right: auto;
}

#leftnav {
	float: left;
	background-image: url('http://www.sandyspringsga.org/theme/images/sidenav_bg.gif');
	background-color: #D2CEBC;
	background-position: bottom;
	background-repeat: repeat-none;
	width: 175px; height: 100%;
	padding: 0px; margin: 0px;
}

#category {
	width: 175px; height: 35px;
	color: #003F85; background-color: white;
	border-bottom: #83403A 1px solid;
	font-size: 16px; font-weight: bold;

}
div.menu {
	display: block; width: 175px; height: 25px;	
	border-bottom: #650C0C 1px solid;
	background-color: #003F85;
}

div.menu a { color: white; position: relative; top: 5px; left: 12px; }

#content { width: auto; padding: 8px; float: left; text-align: left; background: #FFFFFF; }

#footer {
	font-size: 9px;
	clear: both;
	width: 746px; height: 50px;
	margin-left: auto; margin-right: auto;
	padding-top: 8px; padding-bottom: 8px;
	border: #650C0C 2px solid; border-width: 3px 0px 3px 0px;
}


.MenuHover
{
	color: black;
	font-family: Tahoma;
	background-color: #E5E1CF;
}

.MenuItem {
	display: block; width: 175px; height: 50px;	
	border-bottom: #650C0C 1px solid;
	background-color: #003F85;
	line-height: 100px;
	border: #650C0C 1px solid; border-width: 3px 0px 3px 0px;
	border-color: #650C0C 1px solid;
	text-decoration: underline; 
}

