body { 
background-image: url('../_images/lhca_bg.gif');
background-repeat: repeat;
}
 
/* General Styles ****************/
.standard {
font-family: 'lucida grande',tahoma,sans-serif;
font-size: 13px;
color: #333333;
}

.standardBold {
font-family: 'lucida grande',tahoma,sans-serif;
font-size: 13px;
color: #333333;
font-weight: bold; 
}

.standardBoldBlue {
font-family: 'lucida grande',tahoma,sans-serif;
font-size: 13px;
color: #0033FF;
font-weight: bold; 
}

.standardBoldBlue2 {
font-family: 'lucida grande',tahoma,sans-serif;
font-size: 13px;
color: #49617B;
font-weight: bold; 
}

.standardBlue2 {
font-family: 'lucida grande',tahoma,sans-serif;
font-size: 13px;
color: #49617B;
}

.standardBoldRed {
font-family: 'lucida grande',tahoma,sans-serif;
font-size: 13px;
color: #CC0000;
font-weight: bold; 
}

.homeCalBlue {
font-family: 'lucida grande',tahoma,sans-serif;
font-size: 10px;
color: #666666;
}

.homeCalBlue {
font-family: 'lucida grande',tahoma,sans-serif;
font-size: 10px;
color: #49617B;
}
.footerSmall {
font-family: 'lucida grande',tahoma,sans-serif;
font-size: 9px;
color: #FFFFFF;
}

.formText {
margin-top: 3px;
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
color: #333333;
font-weight: bold;
}

.disabled {
color: #999999;
}

.highlightBox {
display: block;
margin: 5px;
border: solid 1px #cccccc;
background-color: #EEEEEE;
}

.rowHighlight1 {
background-color: #eeeeee;
}

.rowHighlight2 {
background-color: #ffffff;
}

.rowHighlight3 {
background-color: #CCCCCC;
}

.rowHighlight4 {
background-color: #94A3B0;
}

.headingBlue {
font-family: 'lucida grande',tahoma,sans-serif;
font-size: x-large;
color: #49617B;
}

form {
margin-bottom : 
0; 
}

/* Link Styles /******************/
a:link, a:visited {
color: #000000;
text-decoration: none;
}

a:hover {
color: #4A667D;
text-decoration: underline;
}

#header a, #footer a {
color: #FFFFFF;
}

#headerSub a {
color: #94A3B0;
}

#headerSub a:hover {
color: #666666;
text-decoration: none;
}

/* Login Stuff ****************************/
#login {
background-image: url('../_images/template/header_a2.jpg');
background-repeat: no-repeat;
width: 298px;
height: 52px;
padding-top: 12px;
}

#logoutLink {
margin-top: 18px;
}


/* Button stuff ***************************/

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../_images/generic/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../_images/generic/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}


a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}



/* Site Layout ****************************/
#container {
margin: 0 auto;
width: 955px;
background-color: #FFFFFF;
}

#header {
position: relative;
margin-left: 0px;
width: 955px;
height: 93px;
background-color: #CCCCCC;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #CCCCCC;
}

#headerSub {
position: relative;
margin-left: 0px;
padding-top: 7px;
width: 955px;
min-height: 23px;
background-image: url('../_images/template/header_c.jpg');
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: 500;
}

div.float {
float: left;
}

.headerFirstItem {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: 500;
color: #FF6600;
padding-left:10px;
padding-right: 10px;
}

.headerSubItem {
padding-left:10px;
padding-right: 10px;
}

#content {
position: relative;
width: 955px;
min-height: 300px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
background-color: #FFFFFF;
}

#footer {
clear: both;
margin-left: 0px;
width: 955px;
height: 150px;
font-family: 'lucida grande',tahoma,sans-serif;
font-size: 10px;
color: #FFFFFF;
background-image: url('../_images//template/footer_bg.jpg');
}

/* Footer  columns ********************/
#col1 {
position: absolute; 
margin-top: 18px;
margin-left: 20px;
width: 180px;
height: 120px;
}

#col2 {
position: absolute;
margin-top: 18px;
margin-left: 180px;
width: 180px;
height: 120px;
}

#col3 {
position: absolute;
margin-top: 18px;
margin-left: 360px;
width: 180px;
height: 120px;
}

#col4 {
position: absolute;
margin-top: 18px;
margin-left: 540px;
width: 180px;
height: 120px;
}

#col5 {
position: absolute;
margin-top: 18px;
margin-left: 740px;
width: 160px;
height: 12
0px;
}
.small {
font-family: 'lucida grande', tahoma, sans-serif;
font-size: 10px;
color: #666666;
}