/**************************************/
/*           Main Styles              */
/**************************************/

body, td, div {
font: normal normal normal 12px/16px Tahoma, Arial, Helvetica, sans-serif;
color: #000000;
}

p {
font: normal normal normal 12px/16px Tahoma, Arial, Helvetica, sans-serif;
color: #000000;
margin: 10 0 10 0;
}

img {border: none;}

.sidenav {
float: left;
border-right: 1px solid #c4cfd5;
background-color: #fefbf3;
width: 149px;
padding: 0 0 15 0;
margin: 0 10 0 0;
}

h1 {
font-weight: bold;
font-size: 16px;
color: #17497b;
}

h2 {
font-weight: bold;
font-size: 14px;
color: #17497b;
margin-top: 0;
margin-bottom: 20;
}

h3 {
font-weight: bold;
font-size: 14px;
color: #828f97;
margin-top: 20;
margin-bottom: 0;
}

h4 {
font-weight: bold;
font-size: 12px;
margin-top: 20;
margin-bottom: 0;
}

h5 {
font-weight: normal;
font-size: 12px;
font-style: italic;
color: #39444a;
margin-top: 1;
margin-bottom: 5;
}

.content {
margin-top: 10px;
width: 590px;
}

.footer {
font: 10px;
}

.sidetxt {
font: 12px Tahoma, Arial, Helvetica, sans serif;
color: #907c3b;
margin: 0 10 0 10;
}

.ref {
font: italic 10px;
font-style: italic;
margin-top: 5px;
}

.indent {
margin-top: 5px;
margin-left: 15px;
}

p.last {
margin-top: 5px;
}

ul {
list-style: url(/images/bullet.gif);
margin: 0 0 0 25;
padding-right: 5px;
}

ul.sub {
list-style: url(/images/bullet_small.gif);
margin-left : 20px;
margin-top: 0px;
padding-right: 5px;
}


/**************************************/
/*           Link Styles              */
/**************************************/

a:link, a:visited {
color: #1d5d9c;
text-decoration: underline;
}

a:active, a:hover {
color: #efb211;
}

a.nav:link, a.nav:visited {
display: block;
font: 12px Tahoma, Arial, Helvetica, sans serif;
color: #17497b;
background-color: #fefbf3;
text-decoration: none;
width: 139px;
height: 24px;
line-height: 24px;
padding-left: 10px;
margin-top: 0px;
}

a.nav:active, a.nav:hover {
color: #17497b;
background-color: #fae9ba;
text-decoration: none;
}

a.altnav:link, a.altnav:visited {
font: 11px Tahoma, arial, sans serif;
color: #bfa03f;
text-decoration: none;
height: 14px;
line-height: 14px;
padding-right: 10px;
padding-top: 10px;
}

a.altnav:active, a.altnav:hover {
color: #b3004b;
text-decoration: underline;
}

a.sidesub:link, a.sidesub:visited {
font: 12px Tahoma, arial, sans serif;
color: #907c3b;
background-color: #f6f4ef;
text-decoration: none;
width: 145px;
height: 18px;
line-height: 18px;
padding-left: 14px;
}

a.sidesub:active, a.sidesub:hover {
color: #b3004b;
background-color: #f1ecda;
text-decoration: none;
}


