* {
margin: 0;
padding: 0;
}

HTML, BODY {
height: 100%;
}

A {
color: #000086;
}

BODY {
font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 16px;
background: white;
}

H1 { 
color: #1c1c1c;
font-size: 24px; 
margin-bottom: 3px;
}

H2 { 
color: #1c1c1c;
font-size: 20px; 
margin-bottom: 0px;
}

H3 {
color: #1c1c1c;
font-weight: normal;
font-size: 18px;
font-style: italic;
margin-bottom: 6px;}

H4 {
color: #1c1c1c;
font-weight: normal;
font-size: 11px;}

H5 {
color: #1c1c1c;
font-weight: normal;
font-size: 11px;
}

strong {
color: #1c1c1c;
font-style: bold;
}

#cod_component {
position: relative;
z-index: 0;
border-left: 2px solid #929292;
margin-left: 185px;
padding: 0 55px 0 22px;
max-width: 1024px;
min-height: 100%;
}

#cod_component LI { margin-bottom: 10px; }
#cod_component P { margin: 3px 0 10px 0; }
#cod_component UL {
margin-left: 20px;
list-style-type: disc;
list-style-image: url('../images/bullet.jpg');
}
#cod_component IMG { margin-top: 5px; margin-bottom: 5px; }

#cod_footer {
position: absolute;
bottom: 0;
left: -10px;
padding: 33px 35px;
font-size: 11px;
background: white;
}

#content {
padding-bottom: 93px; /* height of footer */
padding-top: 82px;
}

#logo {
position: fixed;
left: 0;
width: 1000%;
height: 60px;
background: white;
padding: 10px 0 10px 10px;
z-index: 1;
}
#logo IMG { border: 0; }
