body { 
background : url('images/background.jpg');
background-color : #c0c0c0;
font-family : arial;
color : #000000;
} 
table { 
border : 1px solid #ffffff;
} 
td.banner { 
width : 800px;
height : 120px;
background : url('images/banner.jpg');
} 
td.left { 
width : 150px;
height : 400px;
background : #05358d;
color : #ffffff;
padding-top : 20px;
} 
td.main { 
width : 650px;
height : 400px;
background : #ffffff;
padding : 20px;
} 
td.footer { 
width : 800px;
height : 50px;
background : #05358d;
color : #ffffff;
font-size : 10px;
text-align : center;
} 
a.footer { 
color : #ffffff;
} 
a:hover { 
text-decoration : underline;
} 
.markermenu { 
list-style-type : none;
margin : 5px 5px;
width : 150px;
border-bottom : 1px solid #9a9a9a;
color : #ffffff;
} 
.markermenu li a { 
background : #05358d;
font : bold 12px Arial;
color : #ffffff;
display : block;
width : auto;
padding : 3px 0;
padding-left : 20px;
text-decoration : none;
border-bottom : 1px solid #b5b5b5;
} 
* html .markermenu li a { 
width : 150px;
text-decoration : none;
} 
.markermenu li a:visited, .markermenu li a:active { 
color : #ffffff;
text-decoration : none;
} 
.markermenu li a:hover { 
color : #ffffff;
background-color : #1854c2;
} 
h1 { 
font-size : 18px;
border-bottom : 1px dotted #05358d;
color : #4b4b4c;
} 
h2 { 
font-size : 16px;
color : #05358d;
text-align : center;
} 
p { 
font-size : 12px;
font-family : arial;
} 
