@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: 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;
}

.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: #415E9D;
}

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

p { font-size: 14px; }

a:link, a:visited{
	color: #085eab;
	font-weight: bold;
}

a:hover { color: #4196e2; 
}

.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 0;
	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;
    padding: 0;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px;
}
.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: 880px;
	padding: 6px;
}
.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; }

.twoColFixLtHdr #trafficAlerts a:visited {
	padding: 0px;
	color: #4E642E;
}

.twoColFixLtHdr #mainPanelRtCol a:visited { color: #4E642E; }

.twoColFixLtHdr #whereAreWeToday a:visited {
	padding: 0px;
	color: #4E642E;
}
.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: #856543;
}

.twoColFixLtHdr #mainPanelRtCol a:hover { color: #856543; }

.twoColFixLtHdr #whereAreWeToday a:hover {
	padding: 0px;
	color: #856543;
}
.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: #4E642E; }

.twoColFixLtHdr #news a:hover { color: #856543; }

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

label {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}  
#bodytext {	
	padding: 20px;
	margin-left:250px;	
}
#project-alternatives{
	width:312px;
	float:left;
	border:solid 1px #CCC;
	margin-left:10px;
}
#project-alt-bg{
	padding:1px;
	background-color:white;
	width:312px;
}
#animation{
	align:left;
	background-color:white;
}
#bodytext a:link {
	color: #085eab;
	text-decoration: underline;
}
#bodytext a:visited {
	text-decoration: underline;
	color: #085eab;
}
#bodytext a:hover {
	text-decoration: none;
	color: #4196e2;
}
#bodytext a:active {
	text-decoration: underline;
	color: #085eab;
}
#project-alternatives a:link {
	color: #667342;
	text-decoration: underline;
}
#project-alternatives a:visited {
	text-decoration: underline;
	color: #667342;
}

#project-alternatives a:hover {
	text-decoration: none;
	color: #856543;
}
#project-alternatives a:active {
	text-decoration: underline;
	color: #667342;
}
#bottom_box {
	margin:0 0 0 50px;
}
