/* CSS Document */

/* Normalize margin,padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, blockquote, th, td {
margin: 0;
padding: 0;
}
/* Remove list styling */
ol, ul {
list-style: none;
}
/* links */
a:link {color: #0066CC}
a:visited {color: #0066CC}
a:hover {color: #0099FF}
a:active {color: #0099FF}

#site_info a:link {color: #064D87}
#site_info a:visited {color: #064D87}
#site_info a:hover {color: #064D87}
#site_info a:active {color: #064D87}

html {
text-align: center;
}

body {
position: relative;
width: 800px;
margin: 0 auto;
text-align: left;
font-family: Arial, sans-serif;
font-size: 12px;
color: #000000;
background-color: #064D87;
border-right: 4px solid #E30000;
border-left: 4px solid #E30000;
border-bottom: 4px solid #E30000;
}
#branding {
position: relative;
z-index: 10;
height: 220px;
background: #FFFFFF url(graphics/banner.jpg) no-repeat 0 0;
}
h1 {
position: absolute;
top: 0;
left: -50px;
height: 146px;
width: 163px;
background: transparent url(graphics/logo.bmp) no-repeat;
text-indent: -9999px;
}
h2 {
font-size: 16px;
font-weight: 600;
color: #D33C45;
}
h3 {
font-size: 16px;
font-weight: 700;
color: #064D87;
}
.emphasis {
font-size: 14px;
font-weight: 600;
}
.emphasisblue {
font-size: 14px;
font-weight: 600;
color:#064D87;
}
.indent {
margin-left: 20px;
}
.featuretables {
font-size: 12px;
padding: 3px;
border: 1px solid #FFFFFF;
border-collapse: collapse;
}
.featuretables td {
border: 1px solid #FFFFFF;
padding: 4px;
}
#content {
background-color:#FFFFFF;
}
/* content with navigation */
#right_content {
margin-left: 190px;
padding-right: 20px;
padding-bottom: 20px;
}
#nav {
position: absolute;
left: 0;
top: 185px;
width: 190px;
font-size: 11px;
font-weight: 600;
z-index: 20;
letter-spacing: 2px;
}
#nav ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}
#nav li {
margin: 0;
padding: 0 0 6px 20px;
}
#nav li a:link, #nav li a:visited {
color: #034274;
text-decoration: none;
}
#nav li a:hover {
color: #E30000;
}
/* footer */
#site_info {
text-align: center;
font-size: 11px;
color: #000000;
background-color: #FFFFFF;
padding: 4px 4px 4px 174px;
}
table {
border-collapse:collapse;
padding: 0;
margin: 0;
border: 1px solid #46200A;
}
th, td {
padding: 3px;
border: 1px solid #46200A;
}
.noborder {
border: 1px solid #FFFFFF;
}
.small {
font-size:10px;
}
.red {
color: #CC0000;
}