@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/background2.gif);
	background-repeat: repeat;
}
#mainwrapper {
	height: 600px;
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#logo {
	background-image: url(images/logoweb.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 161px;
	width: 246px;
	float: left;
}
#nav {
	height: auto;
	width: 246px;
	position: relative;
	text-align: center;
	float: left;
	padding-top: 10px;
}
#header {
	height: 161px;
	width: 534px;
	padding-left: 10px;
	float: right;
}

#content {
	float: right;
	width: 544px;
	padding-left: 10px;
	position: relative;
	clear: both;
	padding-top: 80px;
}
.headings {
	font-family: Ameretto;
	font-size: 36px;
	font-weight: bold;
	color: #374B9F;
	text-align: center;
}
.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #000;
}
.fontstyle2 {
	font-family: Ameretto;
	font-size: 18px;
	color: #374B9F;
	font-weight: normal;
}
.fontstyle3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
.fontstyle4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #F7931E;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #EC1C24;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF100;
}
.subhead2 {
	font-family: Ameretto;
	font-size: 24px;
	font-weight: bold;
	color: #374B9F;
}
