body  {

	font: 100% Verdana, Arial, Helvetica, sans-serif;

	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: #005596;

	background-repeat: repeat-x;

	background-position: center top;

	background-image: url(images/bodyBG1.jpg);

}

.twoColFixLtHdr #container {
	width: 962px;
	text-align: left;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-position: top;
	background-image: url(images/mconBG.jpg);
	border: thin none #666666;
	top: 5px;
	padding: 5px;
} 

.twoColFixLtHdr #header {

	height: 358px;

	padding-top: 0px;

	padding-right: 20px;

	padding-bottom: 0px;

	padding-left: 20px;

	background-repeat: repeat-x;

	background-image: url(images/bodyBG.jpg);

} 



.twoColFixLtHdr #address {

	float: right;

	width: 850px;

	overflow: visible;

	text-align: left;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	padding-top: 0px;

	padding-right: 33px;

	height: 123px;

}

.twoColFixLtHdr #container #header #address a {

	color: #005596;

	text-decoration: none;

}





.twoColFixLtHdr  h1  {

	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

	color: #00599B;

	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";

	font-size: 24px;

	font-variant: normal;

	font-weight: normal;

	line-height: normal;

}

.twoColFixLtHdr h2 {

	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

	color: #005596;

	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";

	font-size: 17px;

	padding-top: 3px;

	padding-right: 0;

	padding-bottom: 3px;

	padding-left: 0;

	font-weight: normal;

}

.twoColFixLtHdr h3 {

	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";

	font-size: 14px;

	font-weight: normal;

	color: #005596;

}





.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 260px;
	height: 800px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 90px;
	text-align: left;
	line-height: 200%;
	margin-right: 5px;
	margin-bottom: 2.4em;
	margin-left: 53px;
	padding-right: 5px;
	padding-left: 15px;
	background-color: #F3F3F3;
	padding-top: 42px;
}

.twoColFixLtHdr #sidebar1 a {

	text-decoration: none;
	color: #002D56;
	

}
.twoColFixLtHdr #sidebar1 a:hover {

	text-decoration: none;
	color: #002D56;


}
.twoColFixLtHdr #sidebar1 a:active {

	text-decoration: none;
	color: #002D56;


}
.twoColFixLtHdr #sidebar1 a:visited {

	text-decoration: none;
	color: #002D56;


}
.twoColFixLtHdr    #container    #sidebar1    li {

	list-style-image: url(images/tick.jpg);

	margin: 0px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left: 0px;

	list-style-position: outside;

}

.twoColFixLtHdr #container #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 13px;
	color: #666666;
}
.twoColFixLtHdr #container #red p {

	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";

	font-size: 13px;

	color: #930e11;

}


.twoColFixLtHdr #mainContent {

	margin-top: 0;

	margin-right: 0;

	margin-bottom: 0;

	margin-left: 350px;

	padding-right: 55px;

	padding-left: 10px;

} 

.twoColFixLtHdr #container #mainContent hr {

	color: #84DAFF;

}



.twoColFixLtHdr #container #mainContent a {

	color: #002D56;

	text-decoration: none;

	font-size: 14px;

}



.twoColFixLtHdr #footer {

	height: 50px;

	padding-top: 0;

	padding-right: 10px;

	padding-bottom: 0;

	padding-left: 50px;

} 

.twoColFixLtHdr #footerRight {

	height: 50px;

	padding-top: 0;

	padding-right: 43px;

	padding-bottom: 0;

	float: right;

	text-align: right;

}



.twoColFixLtHdr #container #footer a {

	color: #999999;

}



.twoColFixLtHdr #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 */

	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";

	font-size: 9px;

}

.twoColFixLtHdr #container #footer #footerRight a {

	color: #2F699A;

}



.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: 8px;

}

.fltlft { /* this class can be used to float an element left in your page */

	float: left;

	margin-right: 8px;

}

.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: 1px;

    line-height: 0px;

}

.LightBlueTxt {color: #00ADEE}



.twoColFixLtHdr #flash {

	float: left;

	width: 896px;

	overflow: visible;

	padding-top: 0px;

	padding-right: 0px;

	height: 230px;

	padding-left: 30px;

}

.twoColFixLtHdr #jobRequest {

	float: none;

	width: auto;

	height: 296px;

}

.twoColFixLtHdr #sidebar1 h1 {

	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

	color: #00599B;

	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";

	font-size: 24px;

	font-variant: normal;

	font-weight: normal;

	line-height: normal;


}

.twoColFixLtHdr h4 {

	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";

	font-size: 16px;

	font-weight: normal;

	color: #002D56;

}

.twoColFixLtHdr #sidebar1 a {

	color: #000099;



}

hr {

	color: #4F5B75;

}
.twoColFixLtHdr #container #mainContent {
	color: #666666;
	padding-top: 30px;
}
