@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 5;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #004A80;
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}
a:link {
	color: #963;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}
a:visited {
	color: #963;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}
a:hover {
	color: #F00;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}
a:active {
	color: #F00;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}
.wgd:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.wgd:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.wgd:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.wgd:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.image:link {
	text-decoration: none;
	background-color:#FFF;
}
.image:visited {
	text-decoration: none;
	background-color:#FFF;
}
.image:hover {
	text-decoration: none;
	background-color:#FFF;
}
.image:active {
	text-decoration: none;
	background-color:#FFF;
}
.thispage {
	color: #F00;
	text-decoration: none;
}
.date {
	font-size: 12px;
	color: #000;
	text-align: right;
	font-weight: bold;
}
.slogan {
	color: #000;
	font-weight: bold;
}
.footer {
	font-size: 12px;
	color: #CDC7B6;
	font-family: Arial, Helvetica, sans-serif;
}
.bold {
	color: #000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.bold_blue {
	color: #036;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.bold_red {
	color: #F00;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.formfieldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #036;
	background-color: #FFECC8;
	text-decoration: none;
}
.formcancelbtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	background-color: #F00;
	text-decoration: none;
	border-color: #000;
	outline-style: outset;
	outline-width: thin;
}
.formsubmitbtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	background-color: #006B33;
	text-decoration: none;
	border-color: #000;
	outline-style: outset;
	outline-width: thin;
}
.single_cell_content {
	background-color: #CDC8B4;
	opacity: 0.80;    /* Firefox opacity */
    filter:alpha(opacity=80); /* IE opacity */
	padding: 5px;
	margin: 0px;
}
.single_cell_solid {
	background-image: url(./images/bkgrd.jpg);
	padding: 5px;
	margin: 0px;
	width: 840px;
	height: 615px;
}
.large_font {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}

