@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
#container { 
	width: 889px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
} 
#header {  
	width:889px;
	height:28px;
	background-color: #a8aeba;
	margin:0;
	padding-top:15px;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0;
	padding:0;
}
#mainContent { 
	margin-left: 208px; 
	padding-top: 27px;
	width: 588px;
	min-height:488px;
	height:auto !important;
  	height:488px;
} 
#footer { 
	margin-left: 208px;
	margin-top: 20px;
	width: 588px;
	text-align:left;
}
.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #851d61;
	letter-spacing: 1px;
	text-align: center;
}
a:link {
	color: #9b0260;
	text-decoration: none;
	border:none;
}
a:visited {
	color: #9b0260;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #444555;
}
a:active {
	text-decoration: none;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
#contact {
	padding-top:13px;
	padding-left:12px;
}
.contact_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 28px;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing:1px;
}
.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #9b0260;
	letter-spacing: 1px;
	text-align: left;
}
#home-flash_ {
	width:890px;
	height:348px;
}
#home-sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-left:12px;
	text-align:left;
	padding-top:23px;
	min-height:150px;
  	height:150px;
}
#home-copy {
	width:588px;
	margin-left: 208px; 
	padding-top: 20px;
	min-height:150px;
	height:auto !important;
  	height:150px;
	text-align:left;
}
#home-footer {
	width: 602px;
	margin-left: 208px;
	text-align:left;
	padding-top: 20px;
}
#home-copyright {
	float:left;
	width: 189px;
	padding-left: 12px;
	padding-top: 20px;
	text-align:left;
}
.page_title-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.subhead-home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}
.numbers {
	margin-top:0px;
	margin-bottom:0px;
}
.indent {
	padding-left:20px;
}
.contact_subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing:1px;
}
.copy-jobs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color:#336699;
}
.bullets {
	margin-left:0px;
	padding-left:15px;
	margin-top:0px;
}
.numbers2 {
	margin-left:0px;
	padding-left:22px;
	margin-top:0px;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding-bottom:10px;
}
