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



body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #222;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
}
.oneColFixCtrHdr #container {
	width: 760px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FAFAFC;
	background-image: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
.oneColFixCtrHdr #header {
	background-color: #FAFAFC;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 125px;
	padding: 0;
	border-bottom-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #333;
	border-left-color: #FFF;
}
.oneColFixCtrHdr #mainContent {
	background-color: #FAFAFC;
	padding: 0 0;
	padding-top: 10px;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 10px;
	padding-right:10px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-bottom-width: thin;
	font-size:12pt
}
.oneColFixCtrHdr #mainContentcontact {
	background-color: #FAFAFC;
	padding: 0 0;
	padding-top: 10px;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 10px;
	padding-right:10px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-bottom-width: thin;
	font-size:12pt;
	text-align: center;
	
}


.oneColFixCtrHdr #footer {
	text-align: center;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom:20px;
	padding-top:10px;
	

}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #container #mainContent h2 {
	color: #039;
}

.oneColFixCtrHdr #container #cloud {
	text-align: center;
	float: right;
}
.oneColFixCtrHdr #nav {
	height: 32px;
	width: 760px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #333;
	background-color: #333;
}
.oneColFixCtrHdr #container #mainContentcontact #form1 {
	text-align: left;
}
.oneColFixCtrHdr #container #mainContentcontact #form1 #buttons {
	text-align: center;
}
.oneColFixCtrHdr #container #mainContentcontact h2 {
	color: #039;
}
.oneColFixCtrHdr #container #mainContent p a {
	text-decoration: none;
	color: #039;
	font-weight:bold;
}
.oneColFixCtrHdr #container #mainContent p a:hover {
	text-decoration: underline;
	color: #039;
}
.oneColFixCtrHdr #container #footer p a {
	color: #333;
}
