/* The three column IE6 work around is found here:
www.alistapart.com/articles/holygrail
*/
body {
/* These font families should render nicely on *nix flavors,
hand-helds, old macs, windows and oldwindows.*/
font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
/* font-family: LuciduxSerif, Georgia, "Book Antiqua", Palatino, "Times New Roman", serif; */
color: #000;
background: /* url(../images/bluzlogo.gif) 1% 15px scroll no-repeat */ #fff;
margin: 0;
padding-left: 310px;    /* LC fullwidth */
padding-right: 40px;   /* RC fullwidth + CC padding */
min-width: 350px;       /* LC fullwidth + CC padding */
}
h1, h2, h3 {
color : #d92a1f;
font-size : 180%;
}
th {
background: #fff;
}
dt {
font-weight: bold;
}
dd, li {
padding: 0.2em 0;
}
address {
font-style: normal;
}
.fix-position {
position: relative;
float: left;
}
.stripe {
background: #eee;
}
#content {
padding: 0 20px;
width: 100%;
}
#content img, #content applet {
display : block;
margin : 8px;
}
#content img {
float : right;
}
#content applet {
float : left;
}
#right-column {
width: 0;           /* RC width Remember to subtract 20px from this unless it's zero */
padding: 0 10px;        /* RC padding */
margin-right: -100%;
}
#right-column h1, #header {
display : none;
}
#left-column {
top : 10px;
width: 290px;           /* LC width */
padding: 0 10px;        /* LC padding */
right: 350px;           /* LC fullwidth + CC padding */
margin-left: -100%;  
}
/*** IE Fix ***?  This appears to unnecessary in IE 6 when only two columns are used.
* html #left-column {
left: 0;            ?* RC fullwidth *?
} */
#left-column h1 {
display : none;
}

#left-column ul {
margin-left : 0;
padding-left : 0;
list-style-type : none;
color : #fff;
font-size : 170%;
}

#left-column ul a {
display: block;
padding: 3px;
background-color: #d92a1f;
border-bottom: 1px solid #fff; 
width: 270px;
color: #fff;
text-decoration: none;
}

#left-column ul a:link, #left-column ul a:visited
{
color: #fff;
text-decoration: none;
}

#left-column ul a:hover
{
background-color: #045aa1;
color: #fff;
}

#footer {
margin : 0;
padding : 8px;
text-align : center;
border-top : 3px double #045aa1;
font-size : smaller;
margin-left: -310px;    /* LC fullwidth */
margin-right: -40px;   /* RC fullwidth + CC padding */
clear: both;
}
#footer p, h1 {
margin : 0;
padding : 0;
}
