/*
	STYLES
	BG: #504e4e
	GREEN FONT: #007c85
	DARK GREY: #272626
*/
/*  SET DEFAULT STYLES FOR VARIOUS ELEMENTS */

div {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 120%;
	margin: 0;
	padding: 0;
	color: #dde5e5;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
p {
	font-size: 11px;
	line-height: 170%;
	margin: 0;
	padding: 0;
	color: #dde5e5;
}
a {
	color: #007c85;
	text-decoration: none;
}
a:hover {
	color: #007c85;
	text-decoration: underline;
}
a:visited {
	color: #007c85;
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}
/* MASTHEAD */

#masthead {
	margin-top: 0px;
}
#container {
	background: #504e4e;
	padding-bottom: 5px;
}
#container.bgShadow {
	background: #504e4e url(../images/bgShadow.png) repeat-y top center;
}
body {
	background-color: #504e4e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	color: #edf5f5;
	margin:0px;
	padding:0px;
}
/* NAVIGATION DIVS */

#nav {
	float: center;
	width: 805px;
	font-size: 12px;
}
#nav ul {
	list-style-type: none;
	text-align: center;
}
#nav ul li {
	display: inline;
}
#nav a, #footer a {
	text-decoration: none;
}
#nav a:hover, #footer a:hover {
	text-decoration: underline;
	color: #000;
}
#nav a:active, #footer a:active {
	text-decoration: underline;
}
/* TEXTNAV CLASS */
#textNavActive {
	font-size: 85%;
	color: #000;

}
ul.textNav {
	list-style-type: none;
	margin: 0px 0;
}
ul.textNav li {
	display: inline;
	background: transparent url(../images/pipe.gif) no-repeat bottom left;
	margin: 0 0 5px 5px;
	padding: 0 0 0 18px;
	font-size: 85%;
	color: #FFF;
	font-weight: bold;
}
ul.textNav li:first-child {
	background: transparent;
}
ul.textNav a {
	font-size: 100%;
	color: #FFF;
}
ul.textNav hover {
	font-size: 100%;
	color: #000;
}
ul.textNav active {
	font-size: 100%;
	color: #000;
}
#utilityNav {
	background-color: #007c85;
}
#footer {
	text-align: center;
	margin-top: 32px;
}
/* PAGE INFO SECTION */

#pageInfo {
	width: 805px;
	margin: 20px 0px;
}
#pageHeader {
	vertical-align: left;
	float: left;
}
#pageInfo strong {
	font-weight: bold;
}
#pageHeader p {
	text-align: left;
	width: 36em;
	margin-top: 15px;
	margin-left: 50px;
}
#leftSide  {
	vertical-align: left;
}
#rightSide  {
	margin: 20px 50px;

	vertical-align: right;
	float: right;
	text-align: left;

}
#rightSide p {
	text-align: left;
	font-size:10px;
	line-height: 140%;
	margin-top: 15px;
	margin-left: 20px;
}
#rightSideImage  {
	margin: 20px 30px;

	vertical-align: right;
	float: right;
	text-align: left;

}
#rightSideNews  {
	margin: 70px 10px;
width: 330px;
	vertical-align: right;
	float: right;
	text-align: left;

}
#rightSideNews p {
	text-align: left;
	font-size:10px;
	line-height: 140%;
	margin-top: 15px;
	margin-left: 20px;
}


/* TABLE STYLES */

table {
	margin-left: 0px;
	border: 0;
	border-collapse: collapse;
		text-align: left;

	}
	
#pageHeader table {
	margin: 5px 0 0 2px;
	}
	

/* MISC CLASSES */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#container.footnote {
	float: center;
	width: 805px;
	text-align: right;
font-size: 9px;
	margin: 0px 50px;
	padding: 0px 50px;
	color: #999999;
	}
#container.footnote a {
	color: #999999;
	}
#container.footnote hover {
	text-decoration: underline;
	}
