@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #0CC;
	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;*/
}

/*body {
	background-color: #999;
}*/
a:visited {
	color:#F00;
}
a:hover {
	color: #099;
}

.twoColFixLtHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #093;
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-image: url(../images/prca_heade_greenr.jpg);
	height: auto;
	background-repeat: no-repeat;
	background-position: left;
	padding: 0;
	border-bottom-width: thin;
	border-bottom-style: outset;
	border-bottom-color: #03C;
} 
#header p {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: italic;
	padding-right: 50px;
	padding-left: 50px;
	color: #009;
	text-align: center;
	margin-top: 0px;
}

.twoColFixLtHdr #header h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 30px;
	width: 750px;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 20px;
	line-height: 1.2em;
	background-color: #CC9;
	margin-left: 0px;
}
#sidebar1 ul {
	display: inline;
	list-style-type: none;
	padding-top: 0px;
	width: 200px;
	background-color: #CC9;
}
#sidebar1 ul li {
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	width: 150px;
	background-image: url(../images/nav_gradinet.png);
}
#mainContent hr {
	color: #00F;
}

.smallh4 {
	margin: 1px;
	padding: 1px;	
}

.twoColFixLtHdr #mainContent {
	background-color: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	letter-spacing: .1em;
	width: 540px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	padding: 5px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	border-top-width: medium;
	border-top-style: outset;
	border-top-color: #03C;
	background-color: #093;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	text-align: center;
	background-repeat: repeat-x;
	background-image: url(../images/green_footer_gradient.png);
	color: #FFF;
} 
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
#sidebar1 p {
	font-size: .8em;
}
#mainContent h2 {
	font-size: 1.1em;
	color: #00C;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent h1 {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2em;
}
#mainContent p {
	letter-spacing: .1em;
	line-height: 1.5em;
	font-size: 0.9em;
	font-family: Verdana, Arial, sans-serif;
	padding: 15px;
}
#sidebar1 a:link {
	color: #FFF;
	text-decoration: none;
}
#sidebar1 a:hover {
	color: #9F0;
	text-decoration: underline;
}
#sidebar1 a:visited {
	color: #F00;
	text-decoration: none;
	width: 200px;
}
#mainContent #dambreach {
	font-size: 1.5em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#potm_heading {
	font-size: 2.5em;
	line-height: normal;
	color: #00C;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	word-spacing: 0em;
	letter-spacing: .2em;
}
.twoColFixLtHdr #container #mainContent ul li h5 {
	margin: 1px;
	padding: 1px;
}
.twoColFixLtHdr #container #mainContent ul li p {
	margin: 1px;
	padding: 1px;
}
.twoColFixLtHdr #container #sidebar1 #MenuBar2 li .MenuBarSubmenuVisible li {
	width: 200px;
}

