@charset "utf-8";
.cap_bold_link {
	color: #003399;
	font-weight: bold;
	font-size: 1em;
	font-style: oblique;
	text-decoration: none;
	
}

.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #container {
	width: 900px;  /* 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 */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

body {
	background: #666666;
	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-image: url(../images/bkg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.merits {
	color: #003399;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}

/* CSS Document */

.body_text_black {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-size: 0.85em;
	word-spacing: normal;
}
.listHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: italic;
}

/*-------------------  form styles  -------------------------*/



#formWrap {
	background: url(../images/cubkg.jpg);
	padding: 1em 0;	
	}
form#frmContact {
	width: 500px;
	margin: 0 auto;	
	}
fieldset {
	background:#FFF;
	border: none;
	margin: 1em 0;
	padding-bottom: .5em;
	padding-left: .5em
	}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000066;
	line-height: 1.4;
	background: #FFF;
	padding: 0.2em .5em;
	margin-left: .5em;
	}	
#formWrap p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;
	font-size: 0.85em;
	word-spacing: normal;
	margin: 1.4em 0;
	} 
input.text {
	width: 250px;
	}	
textarea {
	width: 450px;
	margin-top: .5em;
	}
input.text:focus, textarea:focus {
	background: #C8D3CB;
	}
label.check {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 1;
	color: #000;
	}
p.required {
	position: relative;
	}
label.top {
	display: block;
	margin-bottom: .5em;
	}
a:link {
	text-decoration: none;
	color: #003399;
	}
a:hover {
	text-decoration: none;
	color: #660000;
	font-style: italic;
	}
a:visited {
	color: #003399;
}
a:active {
	color: #660000;
}
