body,td,th {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.site-header {
	background-image: url(site01.jpg);
	background-repeat: no-repeat;
}

.site-content {
	background-image: url(site03.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;

}

.site-leftnav {
	background-image: url(site02.jpg);
	background-repeat: no-repeat;
	padding-top: 120px;
	padding-left: 25px;
	color: #000000;
	font-size: 18px;
	line-height: 30px;
}

.site-footer {
	background-image:url(site04.jpg);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-size: 12px;
}
	


a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #716F64;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
}

/* Menu */
.menuhead {
	color: #000000;
}
.menu {
	font-size: 17px;
	color: #0066CC;
	}
.menu a{
	text-decoration: none;
	color: #0066CC;
	}
.menu a:hover{
	text-decoration: none;
	color: #0066CC;
	}
.menu a:visited{
	text-decoration: none;
	color: #0066CC;
	}
	
/* Footer */
.footer {
	color: #FFFFFF;
	}
.footer a:link{
	text-decoration: none;
	color: #FFFFFF;
	}
.footer a:hover{
	text-decoration: none;
	color: #FFFFFF;
	}
.footer a:visited{
	text-decoration: none;
	color: #FFFFFF;
	}
