@charset "utf-8";
body {
	background: url(images/background.png) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #f9f7bc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
}
.list {
	font-size: 0.9em;
	margin-left: 25px;
}

.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
.oneColFixCtrHdr #header {
	margin-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-bottom: 0px;
}

.oneColFixCtrHdr #header p {
	padding-right: 65px;

}
.headImage {
	float: left;
	background: transparent;
}



.oneColFixCtrHdr #mainContent {
	padding: 0;
}
h3 {
	padding-left: 40px;
	color: #FDF992;
}

.oneColFixCtrHdr #mainContent p {
	font-weight: normal;
	margin-right: 80px;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 50px;
	line-height: normal;
	font-size: 0.9em;
}


.flash {
	margin-left: 28px;
	margin-top: 10px;

}
table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-left: 20px;
	border-top: 5px solid #333333;
	border-bottom: 5px solid #333333;
	text-decoration: none;
	color: #fdf992;
}

table a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	color: #fdf992;
	display: block;
}

table a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}

.oneColFixCtrHdr #footer {
	padding: 0 85px 0 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .7em;
}
a:link {
	color: #FDF992;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fdf992;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
}
#contact {
	position:absolute;
	width:163px;
	height:114px;
	z-index:1;
	left: 331px;
	top: 54px;
}
.email:link {
	text-decoration: underline;
}
