@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;
}
h1, h2, h3, ul, ol  {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	color: #415E9D;
	line-height: .954;
	margin-top: 0;
	margin-bottom: .954em;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #415E9D;
	line-height: 1.16;
	margin-top: 1.82em;
	margin-bottom: .5em;
}

h3 {
	font-weight: bold;
	color: #4E642E;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 1.5em;
	margin-bottom: 1.5px;
}
p, ul, dl, ol {
	font-size: 14px;
	line-height: 1.5;
	margin-top: .5em;
	margin-bottom: 2.5em;
}

ul, ol { margin-left: 1.8em; }

ol ol {
	list-style: disc;
	margin-bottom: .5em;
}

dt { margin-top: 1em; }

dd { margin-bottom: 1em; }

a:link, a:visited {
	color: #4E642E;
	font-weight: bold;
	text-decoration: underline;
}

a:hover { color: #856543; }
.twoColFixLtHdr   #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../_images/faux_col_bg.gif) repeat-y;
	margin: 0 auto 0px;
	text-align: left;
} 

h2#factsheetTitle {
	text-align: right;
	font-size: 28px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
}

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

.twoColFixLtHdr #mainContent {
	margin-left: 270px;
	margin-right: 20px;
}

.twoColFixLtHdr #projectStatusContent {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.twoColFixLtHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#415E9D;
	float: left;
	width: 955px;
	margin: 0px;
	border-top: 4px solid #FFFFFF;
} 
.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  { color: #FFCC33; }

.twoColFixLtHdr #footer a:hover { color: #FFFFFF; }
.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  .meetings {
	margin-bottom: 20px;
	list-style: none;
}
.twoColFixLtHdr  .meetings  li {
	border-bottom: 1px solid #999999;
	padding-bottom: 5px;
	padding-top: 5px;
}

.twoColFixLtHdr .meetingsBlock {
	width: 190px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}

.twoColFixLtHdr .contact {
	width: 300px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	padding: 10px;
}

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

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

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

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

.important {
	font-size: 16px;
	font-weight: bold;
	color: #993300;
	margin: 0px;
	padding: 0px;
}

.contact p, h3 {
	margin: 0px;
	padding: 0px;
}

.indicator { background: #FFFFFF url(../_images/status_indicator.gif) no-repeat 50% top; }

.twoColFixLtHdr #projectStatuscContainer #projectStatusContent a:link, a:visited {
	color: #4E642E;
	text-decoration: none;
	list-style: decimal;
}

.twoColFixLtHdr #projectStatuscContainer #projectStatusContent a:hover {
	color: #415E9D;
	text-decoration: underline;
}

.fltrt { float: right; }

#rightofway  a:link {
	color: #667342;
	text-decoration: underline;
}
#rightofway  a:visited {
	color: #667342;
	text-decoration: underline;
}
#rightofway  a:active {
	color: #667342;
	text-decoration: underline;
}
#rightofway a:hover {
	text-decoration: none;
	color: #856543;
}

