body {
	margin: 0;
	background-color: #1b2229;
	background-image:url(images/background.jpg);	
	background-repeat: no-repeat;
	background-position: center top;
}
a:link, a:visited {
	color: #fdd538;
	text-decoration: none;
}
a:hover, a:active {
	color: #fff;
	text-decoration: underline;
}
/* ----------container-------------- */
#container {
width: 696px;
margin-bottom: 10px;
margin: 0 auto;
}
/* ----------navigation-------------- */
#navcontainer {
width: 694px;
background-color:#d7d7d7;
border: solid 1px #ffffff;
opacity:0.80;
filter:alpha(opacity=80);
-moz-opacity:0.80;
padding: 0px;
margin: 0px;
float: left;
}
#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#navcontainer ul li {
display: block;
float: left;
padding: 0;
margin: 0;
}
#navcontainer ul li a {
padding: 20px 20px;
margin: 0;
color: #1b2229;
text-decoration: none;
display: block;
text-align: left;
font: normal 11px verdana, lucida, sans-serif;
text-transform:uppercase;
}
#navcontainer ul li a:hover {
color: #fff;
background: #0956a4;
}
#navcontainer ul li a:active {
background: #eeeeee;
color: #000;
}
#navcontainer li#active a {
background: #eeeeee;
color: #000;
background-image: url(images/menu-active.gif);
}
/* ----------body-------------- */
#bodycontainer {
width: 688px;
background-color:#0956a4;
border: solid 4px #ffffff;
border-bottom:none;
opacity:0.86;
filter:alpha(opacity=86);
-moz-opacity:0.86;
padding: 0px;
margin: 0px;
clear:left;
}
h1 {
	font: normal 18px Tahoma, Arial, Verdana, sans-serif;
	color: #eeeeee;
	letter-spacing: 1px;
	padding-left: 40px;
	padding-bottom: 20px;
	margin-bottom: 0;
	background-image: url(images/icon-symbol.gif);
	background-repeat: no-repeat;
}
h2 {
	font: bold 18px Tahoma, Arial, Verdana, sans-serif;
	color: #ffffff;
	letter-spacing: 1px;
	padding-left: 40px;
	margin-top: -25px;
}
h3 {
	font: normal 14px Tahoma, Arial, Verdana, sans-serif;
	color: #eee;
	letter-spacing: 1px;
	margin-bottom: 0;
	border-bottom: 1px dotted #aad4fe;
}
p {
	font: normal 11px Verdana, Arial, sans-serif;
	line-height: 18px;
	color: #aad4fe;
}
li {
	font: normal 11px Verdana, Arial, sans-serif;
	line-height: 16px;
	color: #aad4fe;
	list-style: square;
}
hr {border: none 0; 
	border-top: 1px dotted #7e8ab1;
	border-bottom: 1px solid #6B78A0;
	width: 100%;
	height: 2px;
	margin: 4px auto 4px 0;
}
.chart {
	font: normal 11px Verdana, Arial, sans-serif;
	line-height: 14px;
	color: #fff;
}
/* ----------footer-------------- */
#footer {
width: 696px;
background-image:url(images/footer.gif);
background-repeat: no-repeat;
border:0;
border-bottom:none;
opacity:0.86;
filter:alpha(opacity=86);
-moz-opacity:0.86;
padding: 0px;
margin: 0px;
float: left;
}
#footer p {
	font: normal 11px "Trebuchet MS", Arial, sans-serif;
	color: #ccc;
	text-align: center;
}
#footer a:link, #footer a:visited  {
	color: #ccc;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #0956a4;
}
/* ----------weblinx-------------- */
div.transOFF {
	width: 230px;
	background-color:#ffffff;
	border:2px solid #cccccc; 
}
div.transON {
	width: 230px; 
	background-color:#ffffff;
	border:2px solid #cccccc;
	opacity:0.05;
	filter:alpha(opacity=05);
	-moz-opacity:0.05;
}
#weblinx {
	font: normal 11px "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	text-align: center;
	padding: 5px;
	margin: 10px auto 0 auto;
}
#weblinx a:link, #weblinx a:visited  {
	color: #000000;
	text-decoration: none;
}
#weblinx a:hover, #weblinx a:active {
	color: #000000;
}