@charset "utf-8";
body {
	background-color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;
	color: #000000;
	background-attachment: scroll;
	background-image: url(../images/site_header.gif);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	margin: 0px;
	padding: 0px;
}
#contactTextArea {
	width: 760px;
	margin-top: 141px;
	background-attachment: scroll;
	background-image: url(../contact/images/contact-content-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
img#bottomFrame  {
	margin-left: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


#contactTextArea p.closeLink {
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#contactTextArea   .closeLink   a:link {
	font-weight: bold;
}
#contactTextArea .closeLink a:visited {
	font-weight: bold;
}
#contactTextArea .closeLink a:hover {
	font-weight: bold;
	color: #0000CC;
}
#contactTextArea .closeLink a:active {
	font-weight: bold;
	color: #0000CC;
}



#contactTextArea h2 {
	font-size: 1.3em;
	margin-left: 50px;
	margin-right: 50px;
	padding: 2em 0 0 0;
}
#contactTextArea p {
	margin-right: 50px;
	margin-left: 50px;
}
#contactTextArea a:link {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
#contactTextArea  a:visited {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
#contactTextArea a:hover {
	font-weight: normal;
	color: #0000CC;
	text-decoration: underline;
}
#contactTextArea a:active {
	font-weight: normal;
	color: #0000CC;
	text-decoration: underline;
}
#contactTextArea #notFoundNav {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 30px;
	margin-left: 50px;
}
#contactTextArea #notFoundNav a:link {
	text-decoration: none;
	line-height: 1.4em;
}

