
body { 
font: 9pt arial; 
color: white;
background: #FCB131;
margin: 0; 
}

A, A:visited { text-decoration: none; color: #004FA3; }
a:hover { text-decoration: underline; }

img { border: 0; }

.frontNav a {
margin-left: 3px;
font: bold 10pt arial;
}

.frontNav img {
position: relative;
top: 3px;
}

#menu1 img {margin-left:15px;}

#menu1 {
position: absolute;
width: 178px;
height: 100%;
background: #004FA3;
color: #ffffff;
padding: 0;
}

#menu2 {
position: absolute;
left: 130px;
top: 0px;
width: 120px; 
z-index: 1; 
}

#menu2 img { margin-top: 30px; }

#menu3 {
position: absolute;
left: 178px;
width:4;
height: 100%;
background: #ffffff;
z-index: 0;
}

#main { 
position: absolute;
left: 250px; 
width: 500px;
color: black;
padding-top: 20px;
padding-bottom: 20px;
}

.bold { color: #ffffff; font: bold 9pt; }
.small { font-size: 8pt; }
.black_med { color: black; font-size: 9pt; }
.blue_bold { color: #004FA3; font: bold 9pt; }
.blue_small { color: #004FA3; font-size: 8pt; text-align: right; }
.blue_big { color: #004FA3; font-size: 10pt; }
.black { color: black; vertical-align: top;}

.float_spacer {
float: right;
clear: both;
width: 1px;
}

.float_R { 
width: 300px; 
float: right;
clear: both;
margin-left: 15px;
margin-top: 10px; 
margin-bottom: 10px; 
color: #004FA3; 
font: 8pt arial; 
text-align: justify;
}

.quote { color: white; font-size: 8pt; text-align: right; }