 /*$dark-green "#485e49"
$mid-green "#a2b3a1"
$light-green '#c4d6bc'
$lighter-green '#e7f4e2';*/
/*@variables {
dark-green: #485e49; 
mid-green: #a2b3a1;
light-green: #c4d6bc;
lighter-green: #e7f4e2;
}*/
body{
font:13pt Verdana,Ariel,sans-serif;
color:#0066ff;
text-align:center;
}
#ticker{
text-align:center;
margin:0 0 15px 0;
padding:0;
}
#container {
width:880px;
height:500px;
margin:0 auto;
text-align:left;
}
#header{
clear: both;
height:55px;
line-height:55px;
font-weight: bolder;
font-size: 34pt;
text-align:center;
font-style:  italic;
}
#menu{
width:880px;
}
ul#list-nav {                                              
list-style:none;
margin:0px;
padding:0;
}
ul#list-nav li {
display:inline;
}
ul#list-nav li a {
text-decoration:none;
float:left;
width: 144px;
padding:2px 0 3px 0;
color:#eee;
background:#0066ff;
text-align:center;
margin:1px;
}
ul#list-nav li a:hover {
color:#000;
background:#999999;
}
#main-container{
text-align:left;
}
table{
font-size:10pt;
}
h2{
font-size:14pt;
color:#000000;
margin:0 0 5px 0;
}
h3{
margin:10px 0 20px 0;
}
h4{
margin:15px 0 15px 0;;
}
p {
font-size:10pt;
color:#000000;
margin:0 0 10px 0;
}
img{
float:left;
padding:0 10px 10px 0;
}
.img-large{
width:50%;
}
.img-wide{
width:100%;
}
#img-right{
float:right;
padding:0 0px 10px 10px;
}
.img-nofloat{
float:none;
}
#left-col,#right-col{
font-size:12pt;
}
#left-col,#left-bottom{
width:450px;
float: left;
}
#right-col,#right-bottom{
width:372px;
float: right;
}
#footer{
clear: both;
height:22px;
line-height:22px;
color:#0066ff;
background:#0066ff;
font-size: 10pt;
text-align:center;
}
#footer img{
width:186px;
float:none;
}
ol{
font:10pt Verdana,Ariel,sans-serif;
color:#000;
}