/* CSS Document */
html, body, #container { 
min-height: 100%; /* Not supported by IE 5/6, but required for Firefox/Opera */ 
width: 100%; 
height: 100%; 
} 

html>body, html>body #container { 
height: auto; 
} 
body { 
background-color: #F4D180;
margin:0px 0px 0px 0px;
} 
#container { 
position: absolute; 
top: 0; 
left: 0;
background-image:url(../images/bg.gif); background-repeat:repeat-y;  
} 
#main { 
margin-bottom: 30px; 
height: auto; 
} 
#header { 
width: 100%; 
height: 170px; 
} 
#tab { 
width: 100%; 

} 
#footer { 
position: absolute; 
bottom: 0; 
width: 100%; 
height: 30px; 
} 


.table_header{height:170px; width: 775px;
border-collapse: collapse; /* Accomplishes table cellspacing=0 for IE */ 
border-spacing: 0px; /* Accomplishes table cellspacing=0 for Mozilla & Opera */
background-color:#FFFFFF;
} 

td { 
padding: 0px; /* Accomplishes table cellpadding=0 */ 
vertical-align:top;
FONT-SIZE: 12px; FONT-FAMILY: verdana; COLOR: black; /*/*/line-height:1.3em; /* */
} 
.td_header1 { width:399px; height:137px;}
.td_header2 { width:225px; }
.td_header3 { width:116px; }
.td_header4 { width:196px; height:33px}
.td_header5 { width:203px; FONT-SIZE: 11px; FONT-FAMILY: arial; COLOR: #333333; /*/*/line-height:1.3em; /* */
 padding-left:2px;}
.td_header6 { background-image:url(../images/layout_12.gif); FONT-SIZE: 16px; FONT-FAMILY: georgia; FONT-WEIGHT: bold; COLOR: black;
padding-left:10px; vertical-align:middle}
.td_header7 { FONT-SIZE: 11px; FONT-FAMILY: arial; COLOR: #333333; /*/*/line-height:1.3em; /* */
padding-left:2px;}
.td_side { width:35px; background-image:url(../images/layout_14.gif);}
.td_bottom_menu { background-color:#EFEDED; height:30px; vertical-align:middle;}
.td_yellow { background-color:#F7DA99; text-align:center}
.td_grey { background-color:#EAEAEA; text-align:center}
.td_white { background-color:#ffffff; text-align:center}


/* text formats */ 
.redtext {color:#CC3300}

/*/link formats/*/
a 	{text-decoration: underline; COLOR:#0066CC}		
a:focus {text-decoration: none; COLOR: #0066CC}		
a:hover {text-decoration: none; COLOR: #0066CC}

a.bottom_nav 	{FONT-SIZE: 12px; COLOR: #990000;}
a.bottom_nav:focus {FONT-SIZE: 12px; COLOR: #990000;}
a.bottom_nav:hover {FONT-SIZE: 12px; COLOR: #990000;}
