html, body {
	scrollbar-face-color:#CACACA;
	scrollbar-track-color:#AEAEAE;; 
}

body {
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #5D74A3;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
}


a:link {
	text-decoration: none;
	color: #5D74A3;
}
a:visited {
	text-decoration: none;
	color: #5D74A3;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #006699;
}


.shl #container {
	width: 550px;
	border: 2px solid #222222;
	text-align: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 333px;
}
.shl #header {
	background: #2e3440;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.shl h1 {
	background: center;
	color: #5D74A3;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.shl h2 {
	margin: 0;
	padding: 0px 0 10px;
	font-size: 16pt;
	background: center;
	text-align: center;
	color: #5D74A3;
}
.shl h3 {
	font-size: 11pt;
	background: center;
	text-align: center;
	color: #5D74A3;
	padding-top: 10px;
	padding-bottom: 10px;
}

.shl ul {
	margin: 0;
	padding: 3px 0 7px 15px;
	text-align: left;
}
.shl li {
	margin: 0;
	padding: 3px 0 7px;
	list-style: circle outside;
}


.shl #navBar {
	background: #4B5454;
	color: #666666;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 4px 0px 7px;
	border-bottom: 1px solid #222222;
}

.shl #navBar  a{
	color: #99CC66;
}
.shl #navBar  a:visited{
	color: #99CC66;
}

.shl #navBar  a:hover{
	color: #FFCC00;
}

.shl #navBar img{
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	border-top: 0px outset;
	border-right: 0px outset;
	border-bottom: 0px outset;
	border-left: 0px outset;
	float: none;
}


.shl #feature{
	font-size: 80%;
	min-height: 200px;
	height: 200px;
	background-color: #E6E1D0;
	margin-top: 0px;
	margin-right: 120px;
	margin-bottom: 0px;
	margin-left: 120px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
html>body .feature {
	height: auto;
	background-color: #E2E0CF;
	margin-top: 0px;
	margin-right: 125px;
	margin-bottom: 0px;
	margin-left: 125px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.shl #feature h3{
	color: #000000;
	padding: 30px 0px 5px 0px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.shl #feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}

.shl #mainContent {
	padding: 15px 30px 35px;
	color: #A2AECA;
	background: #2e3440;
}

.shl #mainContent  a{
	padding: 0px;
	margin: 0px;
	color: #5D74A3;
	text-decoration: none;
}

.shl #mainContent  a:visited{
	color: #5D74A3;
}
.shl #mainContent  a:hover{
	padding: 0px;
	margin: 0px;
	color: #FFCC00;
	text-decoration: underline;
}

.shl #mainContent  p {
	text-align: left;
}


.shl #col1 {
	float: left;
	width: 190px;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 100px;
}


.shl #col2 {
	float: left;
	width: 185px;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 10px;
}


.shl #footer {
	background: #1C2026;
	padding-top: 20px;
	padding-bottom: 25px;
}
.shl #footer p {
	margin: 0;
	padding: 10px 0;
}

.shl #aut {
	text-align: left;
	color: #606665;
	font-size: 10px;
} 

.shl #aut a:link{
	color: #222222;
	text-decoration: none;
	font-size: 10px;
}

.shl #aut a:visited{
	color: #222222;
	text-decoration: none;
	font-size: 10px;
}
 
  .img1 {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
-moz-opacity: 0.2;
-khtml-opacity: 0.2;
opacity: 0.2; 
}
.img2 {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5; 
}
.img3 {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1.0;
-khtml-opacity: 1.0;
opacity: 1.0; 
}
.fOpacity img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
-moz-opacity: 0.3;
-khtml-opacity: 0.3;
opacity: 0.3; 
}

a.simpleOpacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1.0;
-khtml-opacity: 1.0;
opacity: 1.0;
}

.s1 {
	color: #99CC66;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.s2 {
	color: #374460;
	font-size: 8px;
}

.s3 {
	color: #5D74A3;
	font-size: 28pt;
	font-style: italic;
	font-weight: bold;
	line-height: 27pt;
}

.s4{
	color: #5D74A3;
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
}

.bak2top {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #009999;
	background-color: #C7C7C7;
	border: 1px outset #FFFFFF;
	padding: 2px;
   }

