@charset "utf-8";
* { margin: 0; padding: 0; border: 0; }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background: #FFFFF0;
}

.clear { clear: both; }

#header { 
	width: 770px; 
	height: 166px; 
	margin: 0 auto 0 auto; 
	background: url(../images/header-20.jpg) no-repeat center bottom; 
}

#header h1 { text-align: center; padding: 35px 0 1px 0; font-size: 30px; color: #ffffff; }
#header h2 { text-align: center; font-size: 18px; color: #300707; top: 54px; left: 30px; z-index:1; }

#menu { 
	width: 770px; 
	margin: 0 auto 0 auto; 
	background: url(../images/menu-20.jpg); 
}

#menu ul { clear: both; list-style: none; margin: 0 10px 0 10px; }
#menu li { float: left; padding: 0 4px 0 4px; }
#menu a { color: #ffffff; display: block; padding: 8px; text-decoration: none; background: none; font-weight: bold;}
#menu a:hover { text-decoration: none; background: #7B1111; }

#container { 
	width: 770px; 
	margin: 0 auto 0 auto;
	padding-bottom: 15px; 
}

#container h2 { font-weight: bold; font-size: 16px; color: #162F00; margin: 0 15px 0 15px; padding: 10px 0 3px 0; }
#container p { text-align: justify; margin: 0 15px 0 15px; padding: 5px 0 3px 0; }
#container a { color: #0000FF; text-decoration: underline; }
#container a:hover { text-decoration: none; }


#submenu { 
	float: left; 
	clear: left; 
	margin: 5px 15px 5px 15px; 
	padding: 0; 
	width: 160px; 
	border-right: 2px solid #bbbbbb; 
	border-left: 1px solid #dddddd; 
	border-bottom: 2px solid #bbbbbb; 
	background: #FFF0F0; 
}

#submenu ul { list-style: none; border: 5px solid #ffffff; padding: 10px; }
#submenu li { padding: 3px 0 4px 10px; text-align: left; background: url(../images/circle.gif) no-repeat left center; }
#submenu a { color: #000080; text-decoration: underline; }
#submenu a:hover { text-decoration: none; }

#sitelinks { 
	float: left; 
	clear: left; 
	margin: 5px 15px 5px 15px; 
	padding: 0; 
	width: 160px; 
	border-right: 2px solid #bbbbbb; 
	border-left: 1px solid #dddddd; 
	border-bottom: 2px solid #bbbbbb; 
	background: #FFF0F0; 
}

#sitelinks ul { list-style: none; border: 5px solid #ffffff; padding: 10px; }
#sitelinks li { padding: 3px 0 4px 10px; text-align: left; background: url(../images/circle.gif) no-repeat left center; }
#sitelinks a { color: #000080; text-decoration: underline; }
#sitelinks a:hover { text-decoration: none; }

#content1 { width: 560px; margin-left: 190px;}
#content2 { width: 560px; margin-left: 190px;}

#sitemap { list-style: none; margin: 0 15px 0 15px; padding: 10px 0 10px 0; }
#sitemap dt { padding: 15px 0 5px 0px;}
#sitemap dt a { font-weight: bold; color: #7B1111; text-decoration: underline; }
#sitemap dt a:hover { color: #7B1111; }
#sitemap dd { text-align: justify; }

#footer { width: 770px; clear: both; margin: 0 auto 0 auto; text-align: center; color: #7B1111; font-size: 10px; padding-bottom: 5px; }
#footer a { color: #7B1111; text-decoration: none; }
