@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
}
body {
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../images/yellowTopFade.jpg);
	background-repeat: repeat-x;
	background-position: top;

}
body, html {
	height: 100%;
	width: 100%;
}

a {
	text-decoration: none;
	color: #376282;
}
a:hover {
	color: #386FB1;
}

h1 {
	color: #98412C;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 0px;
	background-image: url(../images/harpIcon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}

h2 {
	font-size: 15px;
	color: #568AC9;
	margin-top: 20px;
	margin-bottom: 0px;
}
h3 {
	font-size: 12px;
	color: #773222;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
hr {
	color: #930;
	background-color: #930;
}
#wrapper {
	min-height:100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position: relative;
	width: 100%;
	min-width:760px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/arcU7H.jpg);
	text-align: center;
	float:left
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width:1200px;
	float: left;
	clear: left;
	}
#title {
	height: 80px;
	width: 350px;
	margin-top: 10px;
	margin-left: 40px;
	float: left;
}
#cornerpic {
	height: 80px;
	width: 80px;
	float: left;
	position: absolute;
	left: 10px;
	top: 10px;
}
#nav {
	position: absolute;
	width: 123px;
	top: 240px;
	left: 20px;
	z-index: 20;
}
#nav a {
	text-decoration: none;
	display: block;
	border: 1px solid #C30;
	margin-bottom: 8px;
	height: 28px;
	width: 122px;
	background-color: #D6D6D6;
	background-image: url(../images/bottomFade3.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#nav a:hover {
	border: 1px solid #C65737;
	color: #913017;
	background-image: url(../images/but-bottom-fade.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #D68574;
}


#content {
	margin-left: 185px;
	margin-right: 100px;
	text-align: left;
	margin-top: 200px;
	padding: 20px 20px 100px;
	max-width:900px;
}
#footer {
	position: absolute;
	width: 100%;
	bottom: 0px;
	text-align: left;
	left: 0px;
	font-size: 11px;
	color: #CCCCCC;
	padding-left: 30px;
	background-image: url(../images/bottomFade2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #743524;
	padding-bottom: 20px;
}
#footer a {
	color: #40658A;

}
#footer a:hover {
	color: #FDF4CB;
}


#copyright {
	font-size: x-small;
	text-align: right;
	color: #FDF4CB;
	margin-right: 70px;
	margin-bottom: 8px;
}
#imageFarRight {
	position: absolute;
	width: 180px;
	right: 26px;
	height: 400px;
	top: 220px;
	text-align: center;
}
.smallHeader {
	font-size: 13px;
	margin-top: 0px;
}
.tinyText {
	font-size: 11px;
}


.img {
	padding: 10px;
	border: 1px solid #C30;
}
.normal {
	font-size: small;
	font-weight: normal;
}
.black {
	color: #000;
}
.borderBox {
	padding: 1px 10px;
	border: 1px solid #930;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}
.redText {
	color: #930;
}
