@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/page_bckgrnd.jpg);
	background-color: #5A9289;
}

/*Three Column Code here */


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #005E4B;
	padding: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 14px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #005E4B;
}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	color: #333333;
	display: list-item;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
	
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	list-style-image: url(../images/diamond_bullet.gif);
	display: list-item;
	list-style-position: outside;
	font-weight: normal;	
}   

a {
	color: #005E4B;
	text-decoration: none;
	}
	
a:hover{
    color: #990000;
	}

.more {
	font-weight: bold;
	color: #025338;
	}

.captions {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #005E4B;
	line-height: normal;
	font-style: italic;
}

#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#header p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #000000;
	font-weight: normal;
	padding-right: 1px;
	padding-left: 1px;
	margin-top: 0px;
}
#header a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	padding-right: 1px;
	padding-left: 1px;
	margin-top: 10px;
	font-weight: normal;
}
#header a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #005E4B;
	text-decoration: underline overline;
	padding-right: 1px;
	padding-left: 1px;
	font-style: normal;
	margin-right: 1px;
	margin-left: 1px;
	margin-top: 10px;
}
#header a#current {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline overline;
	padding-right: 1px;
	padding-left: 1px;
	font-style: normal;
	margin-right: 1px;
	margin-left: 1px;
	margin-top: 10px;
}
#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 */
	color: #FFFFFF;
}

body,td,th {
	color: #333333;
}

#sidebar1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-color: #99C1BB;
	width: 170px;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	line-height: 24px;
	text-indent: 3px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	padding: 0px;
}

#sidebar1 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	width: 160px;
	display: block;
}

#sidebar1 p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	list-style-type: none;
	display: block;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#sidebar1 li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 17px;
	width: 150px;
	list-style-type: none;
	display: list-item;
	font-weight: bold;
	list-style-image: none;
	text-decoration: none;
	list-style-position: outside;
	margin: 0px 0px 0px -30px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}

#sidebar1 li a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 17px;
	display: list-item;
	text-decoration: none;
	
}

#sidebar1 li a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 17x;
	display: list-item;
	background-color: #FFFFFF;
	text-decoration: none;

}

#sidebar1 li a#current {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 17px;
	display: list-item;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #367469;
	border-bottom-color: #367469;
	background-color: #FFFFFF;
	text-decoration: none;
		
}

.listtwo {
	padding-left: 10px;
	color: #666666;
	width: 160px;
	display: block;
	}
/*Sidebar 2 css */

#sidebar2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #296D56;
	line-height: 15px;
}
	
	
/*Footer information here*/
	
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	padding-right: 5px;
	padding-left: 5px;
}

#footer a#current {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	padding-right: 5px;
	padding-left: 5px;
}

.indent {
	padding-left: 15px;
}
