@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #415e9d;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20px;
	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;
}

.textfield {
	width: 200px;
	margin-left: 5px;
	border: 1px solid #415E9D;
	background: url(../_images/stripe.gif);
}

.textArea {
	width: 300px;
	margin-left: 5px;
	border: 1px solid #415E9D;
	background: url(../_images/stripe.gif);
}

h1, h2, h3, p, ul, ol {
	margin: 0px;
	padding: 0px;
	line-height: 1.4;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #000066;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	color: #000066;
}

p { font-size: 14px; }

a:link, a:visited {
	color: #016F52;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #8FBFB2;
	text-decoration: underline;
}
.twoColFixLtHdr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto 0px;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;  /* 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. */
	width: 701px;
	float: right;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
}
.twoColFixLtHdr  #trafficAlerts {
	margin: 0px 0px 0px 20px; /* the left margin on this div element creates the column down the left 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 19px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 307px;
	border-right: 1px solid #666666;
	float: left;
} 

.twoColFixLtHdr #whereAreWeToday {
	margin: 0px 0px 0px 20px; /* the left margin on this div element creates the column down the left 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 318px;
	float: left;
}

.twoColFixLtHdr #mainPanel {
	margin: 20px;
	background: #dbdee6;
	float: left;
	width: 875px;
	padding: 20px;
}
.twoColFixLtHdr  #mainPanelRtCol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 20px;
	float: left;
	width: 299px;
	border-left: 1px solid #666666;
}

.twoColFixLtHdr #enviroProcessPanel {
	padding: 10px;
	margin-top: 20px;
	background: #FFFFFF;
	border: 1px solid #415E9D;
}
.twoColFixLtHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#415E9D;
	height: 1%;
} 
.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: 15px 0 0px;
	color: #FFFFFF;
	font-size: 9px;
}

.twoColFixLtHdr #footer a:link, a:visited {
	color: #FFCC00;
	text-decoration: none;
}

.twoColFixLtHdr #footer a:hover{
	color: #FFCC00;
	text-decoration: underline;
}

.twoColFixLtHdr #trafficAlerts a:visited {
	padding: 0px;
	color: #016F52;
	text-decoration: none;
}

.twoColFixLtHdr #mainPanelRtCol a:visited {
	color: #016F52;
	text-decoration: none;
}

.twoColFixLtHdr #whereAreWeToday a:visited {
	padding: 0px;
	color: #016F52;
	text-decoration: none;
}
.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;
}

.twoColFixLtHdr #trafficAlerts a:hover {
	padding: 0px;
	color: #8FBFB2;
	text-decoration: underline;
}

.twoColFixLtHdr #mainPanelRtCol a:hover {
	color: #8FBFB2;
	text-decoration: underline;
}

.twoColFixLtHdr #whereAreWeToday a:hover {
	padding: 0px;
	color: #8FBFB2;
	text-decoration: underline;
}
.twoColFixLtHdr #news {
	list-style: none;
	font: 12px Arial, Helvetica, sans-serif;
}

.twoColFixLtHdr #news li {
	border-bottom: 1px solid #999999;
	padding-bottom: 5px;
	padding-top: 5px;
}
.twoColFixLtHdr #news a:visited { color: #016F52; }

.twoColFixLtHdr #news a:hover { color: #8FBFB2; }

select {
	border: 1px solid #4E642E;
	margin-left: 5px;
}

label {
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
.links a:link, a:visited, a:active{
	color: #016F52;
	font-weight: bold;
	text-decoration: none;
}

.links a:hover {
	color: #016F52;
	font-weight: bold;
	text-decoration: underline;
}


#partnersLogo {
	width: 600px;
	margin-left: 30px;
}

#partnersLogo img{
	margin-top:25px;
	margin-bottom:25px;
	margin-right: 25px;
	margin-left: 25px;
	}
