body  {
color:#003366;
background:white url(../images/template/pattern9.jpg) repeat scroll 0 0;
font: 70% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
margin: 0;
padding: 0;
}
p {
margin: 0 0 0.75em 0;
line-height: 1.5em;
font-size: 110%;
}

hr {
border: 0;
height: 1px;
color: #666699;
background-color: #666699;
margin: 0.5em 0 0.5em 0;
}
h1 {
border-bottom: 1px solid #666699;
font-weight: normal;
color: #99aa80;
}
h2 {
font-weight: normal;
color: #99aa80;
}
h3, h4, h5, h6  {
color: #003366;
font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
margin: 0.75em 0 0.25em 0;
}


h1 {
font-size: 160%;
padding: 10px 0px 0px 0px;

}
h2 {
font-size: 150%;
}
h3 {
font-size: 125%;
border-bottom: none;
font-weight: bold;
}
h4 {
font-size: 110%;
border-bottom: none;
font-weight: bold;
}
h5 {
font-size: 105%;
border-bottom: none;
font-weight: bold;
}
h6 {
font-size: 85%;
border-bottom: none;
font-weight: bold;
}

 #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* 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. */
} 

 #header { 
	height: 146px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: url(../images/template/csneBanner.jpg) no-repeat;
	padding: 0 10px 0 20px;  /* 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. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	visibility: hidden;
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

 #header_flood { 
	height: 146px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: url(../images/template/floodBanner.jpg) no-repeat;
	padding: 0 10px 0 20px;  /* 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. */
} 
#header_flood h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	visibility: hidden;
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
div#navbar {
	height: 20px;
	width: 100%;
	position: absolute;
	top: 131px;
	left: -6px;
}
div#navbar ul {
background-color: transparent;	
padding: 0em 0em 0em 1em;
white-space: nowrap;
list-style: none;
margin: 0;
height: auto;
line-height: normal;


}

div#navbar li {
display: inline;
}

div#navbar li a {
background-color:  transparent;
border-color: #FFF;
border-width: 1px;
border-style: none none none solid;
color: #FFF;
height: auto;

padding: 0em 1em;
text-decoration: none;
text-transform: Uppercase;
font-weight: bold;
}

div#navbar li.selected a {
/* */
background-color: #b4d0e7;
border: 1px solid #666699;
border-bottom: #b4d0e7 1px solid;
color: #436976;
}

div#navbar li a:hover {

color: #003;
}
div#navbar li:first-child a {
border-left: 0;
}


#sidebar1 {
	position:relative;
		float:left;
			width:280px;
left: 0;
	padding: 5px 5px 5px 10px; /* padding keeps the content of the div away from the edges */

}

#sidebar1 h4{
	background:#718BBE;
	color:#FFF;
		padding-left: 3px;
}

 #sidebar1 p{
font-size: 90%;
padding-left: 3px;

}

#sidebar1 a:hover{

color:#436976;
}
 #sidebar2 {
	position:relative;
		float:right;
	right: 0;
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 0px; /* padding keeps the content of the div away from the edges */

}

 #sidebar2 p{
font-size: 90%;
padding-left: 3px;
}



#sidebar2 ul {
margin-top:5px;
list-style-type: none;
padding: 0;
margin-left: 2em;
list-style-image:none;
vertical-align:text-top;

}
#sidebar2 ul li{

margin-top:3px;
}


#sidebar2 ul a{
	text-decoration:none;
	 color: #A7411F;

}
#sidebar2 ul a:hover{
color:#436976;
}

#sidebar2 h4{
	padding-left: 3px;
	background:#718BBE;
	color:#FFF;
}
#sidebar2 h4 a{

	text-decoration:none;
}

#sidebar2 h4 a:link{
	padding-left: 3px;

	background:#718BBE;
	color:#FFF;
}

#sidebar2 h4 a:visited{
	padding-left: 3px;
	
	background:#718BBE;
	color:#FFF;
}
#sidebar2 h4 a:hover{

color: #003;
}

#mainContent { 
	margin: 0px 220px 0px 295px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}

#mainContent ul {
	font-size: 110%;
}

#mainContent ul ul{
	font-size: 100%;
}
#main_2_col_Content{
		margin: 0px 220px 0px 10px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#main_2_col_Content ul {
	font-size: 110%;
}

#main_2_col_Content ul ul{
	font-size: 100%;
}
table.reportlist {
border-collapse:collapse;
}


table.reportlist td{
	
	vertical-align:top;
	padding: 20px;
	
	}

table.pptlist {
border-collapse:collapse;
}


table.pptlist td{
	
	vertical-align:top;
	padding: 20px;
	
	}


 #footer { 

	padding: 70px 0px 0px 0px; 
	background: #99aa80 url(../images/template/photobar.jpg) no-repeat;
	border:0 none;
	text-align:center;
	height: 30px;
	clear: both;

} 
 #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 */
	font-size: 85%;
}

a img {
	border:0;
}