@charset "utf-8";
body {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.2px;
	margin: 10px 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: #f0f8fb;
}
.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image:url(../images/header.jpg);
	height:105px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#navbar
{
	height:24px;
	padding:0 0 0 195px;
}
#navbar ul
{
	margin:0;
	padding:0;
	list-style:none;
}
#navbar ul li
{
	float:left;
}
#navbar ul li a
{
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
	margin:0;
	padding:5px 15px 5px 15px;
}
#navbar ul li a:hover
{
	text-decoration:underline;
	color:#FFFFFF;
}
.oneColFixCtrHdr #mainContent {
	padding: 10px 10px 20px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(../images/mainContent.png);
	min-height:500px !important;
}
h1
{
	margin:0 0 10px 0;
}
h2
{
	color:#003366;
	width:100%;
	border-bottom:1px solid #CACACA;
	margin-top:0;
}
p
{
	margin:0 0 10px 0;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:70px;
	background-image:url(../images/footer.png);
}
.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 */
	color:#FFFFFF;
}
#footer p a
{
	color:#FFFFFF;
}
.i_text
{
	font-size:11px;
}

 .inputTextShort, .inputTextMedium, .inputTextLong
 {
	padding:0;
 }
 .inputTextMedium
 {
	width:20%;
 }
 .inputTextMedium
 {
	width:40%;
 }
 .inputTextLong
 {
	width:90%;
 }
 .selectMedium
 {
	width:40%;
 }
 .textArea
 {
	width:90%;
	height:100px;
 }
 .errorForm
 {
	color:#FF0000;
	font-weight:bold;
 }