@charset "utf-8";
body  {
	font: 100% arial,helvetica,verdana,sans-serif;
	background: #EFEFEF;
	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;
}
.twoColFixRtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: arial,helvetica,verdana,sans-serif;
	background-color: #FFF;
} 
.twoColFixRtHdr #header {
	padding: 0;  /* 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. */
	background-color: #025C81;
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
	top: -500px;
	font-size: 85%;
}
.twoColFixRtHdr #header h2 {
	font-size: 85%;
}
.twoColFixRtHdr #header h3 {
	font-size: 85%;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 20px 0px 20px;
	background-color: #B1BBBD;
	color: #333;
	margin-top: 14px;
	font-family: arial,helvetica,verdana,sans-serif;
	text-align: left;
}
.twoColFixRtHdr #sidebar1 h2 {
	color: #FFF;
}
.twoColFixRtHdr #sidebar1 h3{
	color: #EFEFEF;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #666;
	margin-left: -20px;
	padding-left: 20px;
	letter-spacing: 1px;
	word-spacing: 2px;
	font-size: 70%;
}
.twoColFixRtHdr #sidebar1 h4{
	color: #333;
	font-size: 75%;
	line-height: 1.6;
	letter-spacing: 1px;
	word-spacing: 2px;
	font-weight: bold;
}
.twoColFixRtHdr #sidebar1 p{
	color: #333;
	font-size: 70%;
	line-height: 1.2;
	letter-spacing: 1px;
	word-spacing: 2px;
	font-weight: normal;
}

.twoColFixRtHdr #sidebar1 a:link {
	color: #FFF;
	word-spacing: 2px;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
}
.twoColFixRtHdr #sidebar1 a:hover {
	color: #EFEFEF;
	word-spacing: 2px;
	letter-spacing: 1px;
	text-decoration: underline;
}
.twoColFixRtHdr #sidebar1 a:active {
	color: #EFEFEF;
	word-spacing: 2px;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: underline;
}
.twoColFixRtHdr #sidebar1 a:visited {
	color: #EFEFEF;
	word-spacing: 2px;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
}
.twoColFixRtHdr #sidebar1 a {
	font-weight: bold;
}

.twoColFixRtHdr #mainContent {
	/* removing the margin to let #mainContent span full width when sidebar content ends - 11052009 */
	/* restored the margin to allow white space - 11052009 */
margin: 0px 230px 0px 0px;
	/* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 40px;
	font-family: arial,helvetica,verdana,sans-serif;
	color: #333;
	letter-spacing: 1px;
	word-spacing: 2px;
	background-color: #FFF;
	text-align: left;
} 
.twoColFixRtHdr #mainContent h1  {
	font-size: 125%;
	font-family: arial,helvetica,verdana,sans-serif;
	color: #025C81;
} 
.twoColFixRtHdr #mainContent h2  {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-style: oblique;
	font-weight: bold;
	font-size: 100%;
}
.twoColFixRtHdr #mainContent h3  {
	font-size: 85%;
	font-family: arial,helvetica,verdana,sans-serif;
	color: #025C81;
}

.twoColFixRtHdr #mainContent a {
	font-weight: normal;
}
.twoColFixRtHdr #mainContent a:link {
	color: #0022C1;
	text-decoration: none;
}
.twoColFixRtHdr #mainContent a:hover {
	text-decoration: underline;
	color: #025C81;
}
.twoColFixRtHdr #mainContent a:active {
	text-decoration: underline;
	color: #025C81;
}
.twoColFixRtHdr #mainContent a:visited {
	color: #0022C1;
	text-decoration: none;
}
.twoColFixRtHdr #jobForm {
	font-size: 75%;
}
.twoColFixRtHdr #jobForm div{
	clear: left;
} 
.twoColFixRtHdr #jobForm br {
	clear: left;
}
.twoColFixRtHdr #jobForm label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 135px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}
.twoColFixRtHdr #jobForm input.form {
	width: auto;
	margin: 5px 0 0 10px;
}
.twoColFixRtHdr #jobForm input#reset {
	margin-left: 0px;
}
p {
	font-size: 75%;
	line-height: 1.6;
	letter-spacing: 1px;
	word-spacing: 2px;
}
a:link {
	color: #0022C1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #EFEFEF;
}
a:active {
	text-decoration: underline;
	color: #EFEFEF;
}
a:visited {
	color: #025C81;
	text-decoration: none;
}
a {
	font-weight: normal;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	color: #BDE5ED;
	background-color: #025C81;
	font-size: 80%;
} 
.twoColFixRtHdr #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 */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 16px;
	text-align: left;
	margin-top: 16px;
	margin-bottom: 12px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 16px;
	margin-top: 16px;
	margin-bottom: 12px;
	text-align: right;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 0px;
	line-height: 0px;
}
#nav {
	height: 2.2em;
	width: 780px;
}
.twoColFixRtHdr #detailMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	background-color: #B1BBBD;
	letter-spacing: 1px;
	word-spacing: 2px;
}
.twoColFixRtHdr #detailMenu h3 {
	color: #EFEFEF;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #666;
	margin-left: -20px;
	padding-left: 20px;
	letter-spacing: 1px;
	word-spacing: 2px;
	font-size: 70%;
}
.twoColFixRtHdr #detailMenu a:link {
	color: #333;
	word-spacing: 2px;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
}
.twoColFixRtHdr #detailMenu a:hover {
	color: #EFEFEF;
	word-spacing: 2px;
	letter-spacing: 1px;
	text-decoration: underline;
}
.twoColFixRtHdr #detailMenu a:active {
	color: #EFEFEF;
	word-spacing: 2px;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: underline;
}
.twoColFixRtHdr #detailMenu a:visited {
	color: #EFEFEF;
	word-spacing: 2px;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
}
.twoColFixRtHdr #detailMenu a {
	font-weight: bold;
	font-size: 90%;
}
.twoColFixRtHdr #rightMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	background-color: #B1BBBD;
	word-spacing: 2px;
	letter-spacing: 1px;
}
.twoColFixRtHdr #rightMenu h3 {
	color: #EFEFEF;
	word-spacing: 2px;
	letter-spacing: 1px;
	padding-left: 20px;
	margin-left: -20px;
	background-color: #666;
	text-transform: uppercase;
	font-size: 70%;
}
.twoColFixRtHdr #rightMenu a:link {
	color: #333;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 2px;
	text-decoration: none;
}
.twoColFixRtHdr #rightMenu a:hover {
	color: #EFEFEF;
	letter-spacing: 1px;
	word-spacing: 2px;
	text-decoration: underline;
}
.twoColFixRtHdr #rightMenu a:active {
	color: #EFEFEF;
	word-spacing: 2px;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: underline;
}
.twoColFixRtHdr #rightMenu a:visited {
	color: #EFEFEF;
	word-spacing: 2px;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
}
.twoColFixRtHdr #rightMenu a {
	font-weight: bold;
	font-size: 90%;
}
.cap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.4;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
}
#focus_left_text {
	width: 174px;
	font-size: 80%;
	background-color: #FFF;
	text-align: left;
}
#focus_img_right {
	background-color: #FFF;
	float: right;
	height: auto;
	width: auto;
}

