@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color:#0066CC;
	background:url(images/micelles-2.png) repeat;
	margin: 0;
	padding: 0;
	color: #888;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 45px;
	color: #eee;
	background: url(images/blue-green-gradient.png) center;
	text-shadow:#333333;
}
p {
	margin-top: 0;
	padding-right: 50px;
	padding-left: 50px;
}
a img {
	border: none;
}
a:link {
	color:#414958;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.container {
	width: 80%;
	max-width: 1260px;
	min-width: 850px;
	background: none;
	margin: 0 auto;
}
.header {
	background: none;
}
.sidebar1 {
	float: left;
	width: 20%;
	background: none;
	opacity: 30%;
	padding-bottom: 10px;
}
.content {
	padding: 10px 0;
	width: 80%;
	float: left;
	background: #eee;
}
.content p {
	color: #000;
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
	color: #000;
}
ul.nav {
	list-style: none;
	border-top: 1px solid #666;
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #666;
}
ul.nav a { 
	padding: 5px 5px 5px 15px;
	display: block; 
	text-decoration: none;
	background: url(images/blue-green-gradient.png) center;
	color: #000;
}
ul.nav a:visited {
	color: #666;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #92c67f;
	color: #FFF;
}
.footer {
	padding: 10px 0;
	background: url(images/blue-green-gradient.png) center;
	color: #fff;
	position: relative;
	clear: both;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.centerBox
{
	text-align: center;
	margin:15px auto;
	color:black;
}
.PEGtable
{
	border-collapse:collapse;
	margin: 10px auto;
	border: thin solid #1d2719;
	text-align:center;
}
.PEGtable td
{
	border: thin solid #1d2719;
	padding: 5px;
	color: #92c67f;
}
.PEGtable > thead > tr > td
{
	background-color: #92c67f;
	background: url(images/blue-green-gradient.png) center;
	font-weight:bold;
	color: black;
}
.PEGtable a
{
	color: #92c67f;
	text-decoration:none;
}
.PEGtable a:hover
{
	text-decoration: underline;
}
.rightBox
{
	border:none;
	float:right;
	text-align:center;
	color:black;
	margin: 15px;
	width: 202px;
}