

body{
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(images/back.png);
	color: #000000;;
}

/* Nav Bar Container */
div#nav {
	float:left; 
	z-index:500; 
	height:26px; 
	position:relative; 
	margin-left:15px;	 
	margin-right:auto; 
	top: 355px;}
	



div#nav ul {
	margin:7px 0; 	
	padding:0}
	
div#nav li {position:relative; list-style:none; margin:0; float:left; line-height:1em; white-space:nowrap; font-family:Geneva, Arial, Helvetica, sans-serif}
div#nav li a:hover {color: #66CCFF; text-decoration:none;}
div#nav li.submenu:hover{background-color:transparent}
div#nav li a {display:block; padding:0.25em 0 0.25em 0em; margin:0; text-decoration:none; color:#000000;}
div#nav > ul a {width:auto}
div#nav ul ul {position:absolute;display:none}
div#nav ul ul li {border-bottom:0px solid #ccc; text-align:left; font-weight:normal; margin:0 3px; clear:both;}
div#nav li.submenu li.submenu {z-index:1000}
div#nav ul.level1 li.submenu:hover ul.level2, div#nav ul.level1 li.submenu:hover ul.level2-end, div#nav ul.level2 li.submenu:hover ul.level3 {display:block; z-index:1000; background:transparent url(/images/layout/background_nav.png); z-index:1000; padding-bottom:10px; border-color: #fff; border-width: 0 2px 2px 2px; border-style:solid;}
div#nav ul.level2 {top:2em; padding-left:5px; padding-top:.75em; width:200px; }
div#nav ul.level2-end {top:2em; right:10px; width:130px;}
div#nav ul.level2 li a, div#nav ul.level2-end li a {display:block; }


#wrapper {
	width: 766px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: thick inset #D3A23C;
}
#left {
	width: 500px;
	margin-left: 10px;
	margin-top: 10px;
	background-color: fffffff;
	text-indent: 10px;
	padding: 5px;
	float: left;
}
#right   {
	float: right;
	width: 200px;
	margin-right: 10px;
	margin-top: 10px;
	background-color: #FFFDE4;
	text-indent: 10px;
	border: thin solid #08005B;
	padding: 5px;
}
#rightbottom {
	float: right;
	width: 200px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFDE4;
	text-indent: 10px;
	border: thin solid #08005B;
	padding: 5px;
	text-align:center;
}

#rightbottom h2{
	color: #3c2721;
  	border-color: #CAAE90;
  	font-size: 16px;
}

#rightbottom p{
	color: #3c2721;
  	font-size: 12px;
}

#announcements {
	float: right;
	width: 200px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #F9CCD1;
	text-indent: 10px;
	border: thin solid #08005B;
	padding: 5px;
	text-align:center;
}

#announcements h2{
	color: #3c2721;
  	border-color: #CAAE90;
  	font-size: 16px;
}

#announcements p{
	color: #3c2721;
  	font-size: 12px;
}

#header {
	height: 130px;
	width: 766px;
	background-image: url(images/logo.jpg);
}
#navbar {
	background-color: #08005B;
	height: 40px;
	width: 766px;
}

#footer {
	height: 26px;
	width: 766px;
	background-color: #08005B;
	color: #FFFFFF;
	font-size:12px;
	text-align:center;
}
#content {
	background-color: #FFFFFF;
	width: 766px;
}

#clearboth {
clear: both;
height 1px;
}

#clearleft {
clear: left;
height 1px;
}

#clearrightt {
clear: right;
height 1px;
}

h1
{ background: transparent;
  color: #3c2721;
  border-color: #CAAE90;
  font-size:21px;
  border-bottom:thin solid #000000;
}

h2
{ background: transparent;
  color: #3c2721;
  border-color: #CAAE90;
  font-size: 18px;
  font-style: underlined;
  
}

.MenuBarHorizontal {
	font-size:10px;
}
