/* CSS Document */
a, a:link, a:visited, a:active, a:hover {
	text-decoration:none;
	color: #595971; 
}

#body {
	width: 768px;
	margin: 0 auto;
	text-align: left;
	background:url(images/body.gif);
	background-repeat:no-repeat;
	clear:both;
}

#bodyindex {
	width: 768px;
	margin: 0 auto;
	text-align: left;
	background:url(images/body_index.gif);
	background-repeat:no-repeat;
	clear:both;
}

#bodysitemap {
	width: 768px;
	margin: 0 auto;
	text-align: left;
	background:url(images/body_sitemap.gif);
	background-repeat:no-repeat;
	clear:both;
}

#bottombar {
	width: 768px;
	margin: 0 auto;
	text-align: left;
	background:url(images/bottom_bar.gif);
	background-repeat:no-repeat;
	clear:both;
}

#include {
	background-image: url(images/gradient.gif);
	background-repeat: repeat-x; 
}


p {  
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #333366;
	line-height: 20px;
}

.footer {  
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #595971;
	line-height: 20px;
}

h1, h2, h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	margin: 1em 0;
	color: #666699;
}
