@charset "UTF-8";
body  {
	margin: 0;
	text-align: center;
	background-color: #0d5cab;
	padding-top: 0;
	padding-right: 9;
	padding-bottom: 0;
	padding-left: 9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 4e4e4e;
}
.twoColFixLtHdr #container {
	width: 850px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(../images/Background-glow2.jpg);
	background-repeat: repeat-y;
	padding-right: 12px;
	padding-left: 12px;
	background-position: center top;
	color: 4e4e4e;
} 
.twoColFixLtHdr #header {
	background-image: url(../images/home-banner.png);
	height: 138px;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	background-color: #00a950;
	background-image: url(../images/leftcol-background.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.twoColFixLtHdr #mainContent {
	background-image: url(../images/navbar_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	position: relative;
	top: 0px;
	color: 4e4e4e;
} 
.twoColFixLtHdr #mainContent p {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 0px;
	color: 4e4e4e;
}
.twoColFixLtHdr #mainContent li {
	padding-top: 0px;
	padding-right: 25px;
	padding-left: 0px;
	font-size: 100%;
	list-style-type: square;
	color: 4e4e4e;
	margin-bottom: 5px;
}
.twoColFixLtHdr #footer {
	font-size: 100%;
	font-weight: normal;
	border-top-color: 4e4e4e;
	border-top-width: 1px;
	border-top-style: solid;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	left: 230px;
	position: relative;
	width: 610px;
	text-align: left;
	color: 4e4e4e;
	background-position: bottom;
	margin-top: 20px;
} 
.twoColFixLtHdr #footer p {
	font-size: 80%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	color: 4e4e4e;
}
.twoColFixLtHdr #footer ul {
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0;
	list-style-type: none;
	font-size: 80%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: bold;
	color: #00A950;
}
.twoColFixLtHdr #footer li {
	list-style-type: none;
	float: left;
	padding-right: 16px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.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: 12px;
	margin-top: -17px;
	color: 4e4e4e;
	margin-bottom: 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;
}
h6 {
	line-height: 24px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
	margin-top: 0px;
}
.twoColFixLtHdr #sidebar1 li {
	color: #FFFFFF;
	font-size: 12px;
	margin-left: 0px;
	line-height: 14px;
	margin-bottom: 1em;
	list-style-type: none;
	padding-left: 25px;
}
.twoColFixLtHdr #sidebar1 ul {
	list-style-type: circle;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
.twoColFixLtHdr #sidebar1 p {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	font-size: 12px;
}
.twoColFixLtHdr #sidebar1 a {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.copyemphasis {
	font-weight: bold;
	color: #00A950;
}
h3 {
	font-size: 85%;
	color: #0D5CAB;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #00A950;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #00A950;
	border-bottom-color: #00A950;
}
h1 {
	font-size: 16px;
	color: #0D5CAB;
}
h4 {
	color: #0D5CAB;
}
fieldset {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0D5CAB;
	border-right-color: #0D5CAB;
	border-bottom-color: #0D5CAB;
	border-left-color: #0D5CAB;
	margin-right: 3em;
	padding: 0.8em;
	margin-bottom: 2em;
}
legend {
	font-weight: bold;
	color: #00A950;
	font-size: 14px;
}
label {
	display: block;
	margin-top: 0.5em;
}
input, textarea {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0D5CAB;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #0D5CAB;
	background-color: #DAE6F2;
	padding: 0.1em;
	width: 18em;
}
textarea {
	height: 8em;
}
#Submit {
	width: 6em;
	margin-top: 0em;
	margin-left: 2em;
}
input:focus, textarea:focus {
	background-color: #BFF2DA;
}
hr {
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 2px;
	width: 100%;
	background-position: left;
	text-align: left;
	text-indent: 0px;
}
form li {
	display: inline;
	list-style-type: square;
	white-space: nowrap;
	border-right-width: 1px;
	border-right-color: #4DC385;
	border-right-style: solid;
	margin-right: 1.5em;
}
form ul {
	padding-left: 0px;
}
td {
	width: 50%;
}
