/* Main div Containers and positioning */

#layoutbox {
	text-align: center;
	margin: auto;
	width: 720px;
	height: auto;
	margin-top: 0px;
	background: #FFFFFF;
	padding: 10px;
	text-align: left;
}
#top {
}

#hnav{
}

#breadcrumb p{
font-size: x-small;
}
#body {
padding: 3px 5px 3px 5px;


}


#footer p{
font-size: x-small;
}

/* Navigation System Style */
div,p,td,ul,ol,li,dl,dt,dd,h5,h6{font-family:Helvetica, Arial, Lucida, "Trebuchet MS", Verdana, Geneva, sans-serif;font-weight:normal;font-size:small;color:#000;}
/* May delete this if it has no effect .menu{margin:0 0 4px;text-align:left;font-size:11px;color:#366;} */
#menuLIST{
	margin:0;padding:3px 0;
	border-bottom:1px solid #F8FBFD;
	
	}
#menuLIST li {
	display:inline; margin:0; list-style:none;
	}
#menuLIST li a {
	margin:0;padding:3px 12px;
	border-right:1px solid #F8FBFD;
	border-bottom:none;
	background:green;
	text-decoration:none;
	}
#menuLIST li a:link,#menuLIST li a:visited{
	color:#F8FBFD;
	}
#menuLIST li a:hover {
	color:white;
	background:blue;
	border-color:#F8FBFD;
	
}

#menuLIST li a#selected{
	background: blue;
	/* border-bottom:1px solid blue; */
	color:white;
	
	}

/* Start of system for highlighting active tab, which is indicated through Dreamweaver's Modify > Template Properties */
body#hnav1 a#hnav1,
body#hnav2 a#hnav2,
body#hnav3 a#hnav3,
body#hnav4 a#hnav4,
body#hnav5 a#hnav5,
body#hnav6 a#hnav6,
body#hnav7 a#hnav7 {
	background:blue;
	border-bottom:1px solid blue;
	color:white;
	}
/* End of system for highlighting active tab */
#menuRULE{
	height:10px;
	background:blue;
	/* border-bottom:1px solid #8EA6BE; */
	}

/* More Styles */
a img
{
	border-width: 0;	/* remove the border around linked images. <img border="0" ..../> is invalid in XHTML 1.1 */
}
#calloutbox {padding: 5px; margin: 8px 6px 8px 6px; font-family: verdana; font-size: 11px; border: 1px solid #999; background: #EFEFEF; }
#calloutbox h4, #calloutbox h5 { display: block; font-size: 1.5em; padding: 0; margin: 0 0 2px; color: #900; }
#calloutbox p { padding: 0; margin: 0 0 8px; }
.style1 {font-size: x-large}
.style2 {font-size: small}

