@charset "utf-8";
a , a:link, a:visited, a:active{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #396;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #990;
	text-decoration: none;
}


.footertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #396;
	font-style: italic;
}


/* CSS Document */

body {
	background-color: #408080;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#container {
	background-image: url(images/backgroundrepeat.jpg);
	background-repeat: repeat-y;
	width: 999px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	padding-top: 20px;
}
#header {
	background-image: url(images/banner1.jpg);
	background-repeat: no-repeat;
	height: 215px;
	width: 884px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#headerwebsites {
	background-image: url(images/banner3.jpg);
	background-repeat: no-repeat;
	height: 215px;
	width: 884px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#headerabout {
	background-image: url(images/banner2.jpg);
	height: 215px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 884px;
	margin-top: 30px;
}
#headerindex {
	background-image: url(images/banner1.jpg);
	height: 215px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -2px;
	width: 884px;
	margin-top: 20px;
}
#content {
	background-image: url(images/repeatcontentbkgnd.jpg);
	margin-top: -15px;
	margin-right: auto;
	margin-bottom: -2px;
	margin-left: auto;
	padding-left: 54px;
	background-repeat: repeat;
	padding-top: 0px;
	width: 830px;
	top: 0px;
}
ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #990;
	font-weight: bold;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #7FA190;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #C66;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #990;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	color: #7A1025;
	font-size: 12px;
}

#nav {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
#footer {
	background-image: url(images/footer.jpg);
	height: 191px;
	width: 999px;
	margin-top: -20px;
}
#leftfooter {
	width: 498px;
	margin-right: auto;
	margin-left: 0px;
	text-align: center;
	float: left;
	margin-top: 0px;
}
#rightfooter {
	width: 498px;
	margin-left: 500px;
	text-align: center;
	margin-top: 0px;
	
}
.imgright {
	float: right;
	padding-right: 20px;
}
#container #content #aboutusimg {
	height: auto;
	width: auto;
}
