@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Calibri, 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;
	margin-top: 10px;
}
.thrColFix #container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	background-image: url(../images/overallBG.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 142px; /* padding keeps the content of the div away from the edges */
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: 100%;
	background-image: url(../images/right_hand_BG.gif);
	background-repeat: repeat-y;
}
.thrColFix #mainContent {
	margin-top: 0;
	margin-right: 185px;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: left;
}
.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;
}
.hidden {
	font-size: 11px;
	color: #FFFEF0;
	visibility: hidden;
}
#header {
	height: 110px;
	width: 100%;
	background-image: url(../images/masthead2.gif);
	background-position: left top;
}
#footer {
	height: 18px;
	width: 900px;
	background-color: #FFFFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E1EDE6;
	padding-top: 4px;
	padding-left: 0px;
	margin-top: 30px;
	clear: both;
	background-image: url(../images/footer_right_hand_BG.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#redbox {
	border: 1px solid #CC0000; /* This gives the red outline to a box with a grey background */
	padding: 2px;
	background-color: #EEEEEE;
	margin-top: 3px;
}
#greenbox {
	border: 1px solid #016B39; /* This gives the green outline to a box with a grey background */
	padding: 2px;
	background-color: #EEEEEE;
	margin-top: 3px;
}
body,td,th {
	color: #333333;
	font-size: 13px;
}
h1 {
	font-size: 18px;
	color: #333333;
}
h2 {
	font-size: 14px;
	color: #666666;
}
h3 {
	font-size: 12px;
	color: #666666;
}
h4 {
	font-size: 12px;
	color: #016B39;
}
a:link {
	color: #016B39;
	text-decoration: none;
}
a {
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #6FA589;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
}
.body_large {
	font-size:16px;
}

