@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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/bg.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 780px;  /* 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: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #273e66;
	font-weight: 400;
	padding-left: 168px;
	padding-top: 15px;
	text-decoration: none;
}
.textmain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	line-height: 22px;
	text-decoration: none;
	text-align: justify;
}
.copyright {
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-right: 40px;
	color: #000066;
}
a:link {
	text-decoration: none;
	color: #273e66;
}
a:visited {
	text-decoration: none;
	color: #273e66;
}
a:hover {
	text-decoration: underline;
	color: #006600;
}
a:active {
	text-decoration: none;
}
.subhead1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 22px;
	color: #3A48A1;
	letter-spacing: 2px;
}
.bgnorepeat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #dee6eb;
	background-repeat: no-repeat;
}
.bgreaty {
	background-repeat: repeat-y;
}
.padabout {
	padding-right: 40px;
	padding-top: 25px;
}
.aboutstaffcolasp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 20px;
	padding-top: 4px;
	padding-left: 8px;
	padding-bottom: 10px;
}
.aboutstaff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 20px;
	padding-top: 25px;
	padding-left: 4px;
}
.aboutstaffbold {
	font-size: 13px;
	font-weight: bold;
	padding-top: 25px;
}
.top {
	font-size: 13px;
	text-align: center;
	padding-right: 35px;
}
.indextxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19pt;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	height: 425px;
	width: 362px;
	padding-top: 34px;
	position: absolute;
	padding-left: 30px;
	text-align: justify;
}
.imageright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	line-height: 22px;
	text-decoration: none;
	text-align: right;
	right: auto;
}
.aboutstaffnopad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
	padding-top: 7px;
	padding-left: 4px;
}
.padaboutbtm {
}
.padaboutrght {
	padding-right: 18px;
}
