/* CSS Document for SS EP */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
a#bannerlink {
	position: absolute;
	height: 60px;
	width: 400px;
	left: 400px;
	top: 20px;
	display: block;
}
#bannersubnav {
	font-size: 12px;
}
#leftnav {
	background-color: #000000;
	margin: 0px;
	padding:0px;
	position: absolute;
	/* height: 750px; */
	width: 180px;
	left: 0px;
	top: 0px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
}
#leftnav a{
	color: #99cc99; /* lightest green color: #FFCC00; */
	font-style: normal;
	font-weight: bold;
}
#leftnav a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
#leftnav ul {
	padding-right:12px;
	padding-top:12px;
	padding-bottom:12px;
	padding-left: 24px;
	text-indent: -1em;
}
#leftnav ul.sm {
	padding-right:12px;
	padding-top:12px;
	padding-bottom:12px;
	padding-left: 24px;
	text-indent: -1em;
	color: #999;
	font-size: 10px;
	line-height: 12px;
}
#leftnav ul ul {
	padding:0px 24px;
	list-style-type:disc;
}
#leftnavimage {
	position: relative;
	bottom: -3px;
	left: 0px;
}
#main{
	position: relative;
	width: 620px; /* orig 580px */
	left: 180px; /* orig 185px */
	top: 0px;
	padding: 0px; /* orig 12px */
}
#main a:link{
	color: #66cc33; /* lighter green */
}
#main a:visited{
	color: #66cc33; /* lighter green */
}
#main a:active {
	color: #6B8894;
}
#main a:hover {
	color: #ccff99; /* lightest green */
	text-decoration:none;
}

#main ul{
	list-style-type:disc;
	margin: 0px;
	padding: 0px 24px;
}
#main td.ge{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	background:  none #cccc99; /* tan */
}
#main th.shade, td.shade{
	/* background:  none #e2f9fc;  pale blue */
	color:#fff;
	background:  none #2577b1; /* logo blue */
	border: 3px solid #7dbd42;
}
#main th.shade2, td.shade2{
	/* background:  none #ccffcc;  pale green */
	background:  none #7dbd42; /* logo green */
}
#main td.ge3{
	padding: 25px;
	color: #333;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background: white url(DoubleGradientBack.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	line-height: 15px;
}

h1 {
	font-size: 18px;
	line-height: 18px;
	margin: 10px;
}
h2 {
	font-size: 20px;
	line-height: 20px;
	margin-top: 0;
}
.title, strong.title
{
font-size: 12px;
color: #000; /* black */
}
.title2
{
font-size: 12px;
color: #fff; /* white */
}
p.shift, .shift
{
margin-left:50px;
}
.sm
{
font-size: 10px;
}
.note
{
font-size: 12px;
color: #990033; /* dark red */
}
.border{border: 1px solid #000;}
.floatright { float: right; margin: 0 0 10px 10px;}
.floatleft { float: left; margin: 0 10px 10px 0;}
.clearboth { clear: both; }
hr {
    height:1px;
    width: 100%;
	color: #99cc99; /* lightest green */
    background-color: #99cc99; /* lightest green */
	border: 0;
	margin: 0;
   }

#footer {
	font-size: 10px;
	color: #666666;
	text-align: center;
	margin-top: 50px;
	position: relative;
	height: 50px;
	width: 800px;
	left: 0px;
	bottom: 0px;
	line-height: 12px;
	clear:both;
}
#footer a{
	color: #666666;
	text-decoration:underline;
}


