@charset "UTF-8";
a:link {
	color: #0066FF;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: #0066FF;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #CC3300;
}
.standardimgrt {
	margin-left: 10px;
	border: 1px solid #113724;
	margin-bottom: 10px;
	margin-right: 10px;
	float: right;
}
.standardimgrt2 {
	margin-left: 5px;
	border: 1px solid #113724;
	margin-bottom: 0px;
	margin-right: 0px;
	float: right;
}
.standardimgrt3 {
	border: 1px none #FFFFFF;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
.standardimgrtTable {
	margin-left: 0px;
	border: 1px solid #113724;
	margin-bottom: 0px;
	margin-right: 0px;
	float: right;
}
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #113724;
}

.twoColFixLtHdr #container {
	text-align: left;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 980px;
	padding-bottom: 0px;
	float: none;
	background-image: url(images/faux.jpg);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #e0f3b2;
	float: right;
	height: 200px;
	width: 980px;
} 
.twoColFixLtHdr #header h1 {
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-right: 0;
	margin-left: 0;
	background-color: #113724;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;
	width: 210px;
	overflow: auto;
	font-weight: normal;
	padding-right: 5px;
	border-top-width: thin;
	border-top-style: none;
	border-top-color: #000000;
}
.twoColFixLtHdr #mainContent {
	margin-top: 20;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	border-left-color: #000000;
	width: 710px;
	padding-right: 10px;
	font-weight: normal;
	border-left-width: thin;
	border-left-style: none;
	border-top-width: thin;
	border-top-style: none;
	border-top-color: #000000;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #113724;
	font-weight: normal;
	width: 980px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #3e4854;
	height: 20px;
	background-color: #113724;
	padding-top: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.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;
}
.style1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #113724;
	font-weight: bold;
	line-height: 20px;
}
.headerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #1c1a2f;
}
