﻿/* CSS layout */
/* score_1 */
a:link { 
color : #000000; 
text-decoration : none; 
font-weight : bold; 
} 
a:visited { 
color : #000000; 
text-decoration : none; 
font-weight : bold; 
} 
a:active { 
color : #000000; 
text-decoration : none; 
font-weight : bold; 
} 
a:hover { 
color : #808080; 
text-decoration : none; 
font-weight : bold; 
} 
body { 
background-color : #ffffff; 
font-family : Verdana, Arial, Helvetica, Sans-serif; 
color : #5c5c5c; 
margin : 0 0 0 0; 
min-width : 860px;
text-decoration : none;
background-image:url('../images/left_bg.gif');
background-repeat:repeat-y;
} 
#masthead { 
position : relative; 
height : 136px; 
border-bottom : 2px solid #005883; 
} 
#top_left { 
width : 170px; 
height : 136px; 
background-color:#005883; 
position : absolute; 
left : 0; 
top : 0; 
border-right : 2px solid #005883; 
} 
#header { 
margin-left : 170px; 
height : 136px; 
background-color : #f2f2f2; 
background-image : url('../images/ticker.gif'); 
background-repeat : repeat-x; 
} 
#bar { 
position : relative; 
height : 24px; 
border-bottom : 1px solid #005883; 
} 
#left_bar { 
width : 170px; 
position : absolute; 
left : 0; 
top : 0; 
height : 24px; 
text-align : center; 
background-color : #cf9350; 
border-right : 2px solid #005883; 
} 
#right_bar { 
margin-left : 170px; 
padding-left : 26px; 
height : 24px; 
background-color : #cccccc; 
} 
#container {
/* min-height:100%; */ 
} 
#left_col { 
margin-top : 0; 
width : 170px; 
float : left; 
height : 480px; 
position : relative; 
left : 0; 
top : 0; 
padding-top : 18px; 
text-align : center; 
border-right : 2px solid #005883; 
background-color : #cccccc; 
text-decoration : none; 
} 
#page_content { 
margin-left : 170px; 
max-width : 780px; 
padding-top : 6px; 
padding-left : 24px;
padding-right:24px; 
} 
#footer { 
clear : both; 
height : 220px; 
bottom : 0; 
left : 0; 
} 
#footer_left { 
text-align:center;
font-size : 10px;
padding-top : 60px; 
float : left; 
width : 170px; 
height : 160px; 
background-color : #cccccc; 
left : 0; 
bottom : 0; 
border-right : 2px solid #005883; 
} 
#footer_right { 
height : 100%; 
padding-top : 24px; 
margin-left : 170px; 
background-image : url('../images/ticker.gif'); 
background-repeat : repeat-x; 
background-color : #005883; 
font-size : 8pt; 
color : #ffffff; 
text-align : left; 
padding-left : 24px; 
text-decoration : none; 
} 