body {
	margin: 0;
	padding: 0;
	background-color: 					#CCCC99;
	font-size: 90%;
	font-family:  "Trebuchet MS", Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	behavior: url(csshover.htc);
	list-style-position: inside;
	list-style-type: square;
} /* WinIE behavior call */
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.3em 0 0 0;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	color: 		#5a130b;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}

a {
	text-decoration: none;
}
a:link {
	color: #FF6633;
	font-weight:bold;
}
a:visited {
	color: #FF6633;	
	font-weight:bold;
}
a:hover, a:active {
	color: #333333;
	font-weight:bold;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}
.small {
	font-size: 0.9em;
	color: #000000;
}


/* Layout */
#wrapper
{
	margin: 0 auto;
	text-align:left;
	width:774px;
}

#header
{
	width:774px;
	height:183px;
	margin:0;
	padding:0;
	background-image: url(images/anthillbannerreversed774.jpg);
	overflow:hidden;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #CCCC99;
}
     #header h1
    {
	font-size: 38px !important;
	margin:0;
	padding: 10px 0 0 15px;
	color: 	#ffffcc;
	text-align:left;
    }
	
	#header h2
    {
	font-size: 19px !important;
	margin:0;
	padding: 0 0 0 15px;
	color: 	#ffffcc;
	text-align:left;
    }
	
	#header a {color: #ffffcc; text-decoration: none; font-weight: bold;}
	
	#content 
{
	float:left;
	voice-family: "\"}\""; 
	voice-family: inherit;
	background-color: #FFFFFF;
	margin:0;
	width:744px;
	border-left:solid #5a130b 15px;
	border-right:solid #5a130b 15px;
	border-bottom: solid #5a130b 15px;
} 

#uniqueContent 
{
	margin:10px 20px;
	text-align:left;
}
 
#links li {
	margin: 0 0 1.1em 0;
}

ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 1.2em;
	padding: 0;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: square;
}


#footer {
	clear: both;
	font-size: 0.9em;
}

/* Footer Styles */
#footer p {
	margin: 0;
	padding: 0px 100px 10px 100px;
	background-color: 			#CCCC99;
	font-size: 11px;
	text-align: center;
}

.center 
{
	margin: 0 auto;
	text-align: center;
}
	
div#nav {float: left; margin: -1px 0 0 0; background: #5a130b; border: 0; text-align: center;  font-size:15px; font-weight:bold;}
div#nav ul {margin: 0; padding: 0; background: #a4876b; }
div#nav li {position: relative; list-style: none; margin: 0; float: left; width: 86px; line-height: 24px;}
div#nav li:hover {background: #a5351b;}
div#nav li.submenu:hover {background-color: #a5351b; }
div#nav li a {display: block; color:#ffffcc; text-decoration: none; width: 86px;}
div#nav>ul a {width: auto; }
div#nav ul ul {position: absolute; width: 86px; display: none;}
div#nav li.submenu li.submenu:hover {background-color: #5a130b;}
div#nav ul.level1 li.submenu:hover ul.level2, 
div#nav ul.level2 li.submenu:hover ul.level3 {display:block;}
div#nav ul.level2 {top: 1.5em; left: -1px;}
div#nav ul.level3 {top: -1px; left: 86px;}
