@charset "utf-8";
/* *** Standards *********************************** */
html, body, div, span, img, applet, object, iframe, h1, h2, h3, h4, h5, h6, p {
margin: 0px;
padding: 0px;
border: 0px;
outline: 0px;
}
/* **** Box Model ********************************** */
body {
background-color: #001a32;
}
#bg { /* This is a background thing in the top area behind the container */
background-image:url(images/bg.jpg);
background-repeat: no-repeat;
background-position:top;
height: 851px;
}
#container {
margin: 0 auto;
padding: 0;
width: 888px;  
}
#lilbox {
float:right;
width: 250px;
margin: 30px 30px 0px 30px;
text-align:right;
color: #C8130E;
font-weight: bold;
}
#lilbox a {
color: #C8130E;
font-weight: bold;
}
#lilbox a:hover {
text-decoration: underline;
}
#header { 
margin-top: 0px;
padding-left: 47px;
} 
#top {
background-image:url(images/header_graphic.png);
background-repeat: no-repeat;
height:60px;
}
#content_wrap {
position: relative;
margin: 0;
padding: 0 15px;
background-image:url(images/contentbg.png);
background-repeat: repeat-y;
}
#bigtext {
position:absolute;
left: 373px;
top: 64px;
width: 439px;
}
#bigtext_es {
position:absolute;
left: 370px;
top: 48px;
width: 439px;
}
#bigtext h2 {
color:#001a32;
font-size:20pt;
font-weight:normal;
}
#bigtext h1 {
color:#001a32;
font-size:24pt;
font-weight:normal;
}
#bigtext p {
margin-top: 25px;
font-size:11pt;
}
#bigtext_es h2 {
color:#001a32;
font-size:16pt;
font-weight:normal;
}
#bigtext_es h1 {
color:#001a32;
font-size:20pt;
font-weight:normal;
}
#bigtext_es p {
margin-top: 25px;
font-size:11pt;
}
#content {
padding: 10px 55px;
}
#content h1 {
font-size: 14pt;
}
#bottom {
background-image:url(images/footer_graphic.png);
height: 40px;
margin: 0px 0px 0px 0px;
padding: 4px 0px 0px 47px;
}
.clear { /* Keepin' it real */
clear:  both;
line-height:0px;
}
/* *** Typography ********************************** */
/* All links are grayish; only diff is underline when hovered */
body {
font-family: Verdana, Geneva, sans-serif;
font-size: 80%;
color: #333;
}
a, a:link, a:visited, a:hover, a:focus, a:active {
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
a:link, a:visited {
text-decoration: none;
color: #CC0000;
}
a:hover, a:focus {
color:  #FF6600;
text-decoration: underline;
}
a:active {
color: #164619;
}
blockquote {
line-height: 140%;
}
blockquote strong {
color: #CC0000;
}
/* Navigation formatting */
#top ul {
margin:0px;
padding: 28px 0px 0px 47px;
color: #CC0000;
}
#top li {
list-style-type: none;
display:inline;
padding-right:5px;
}
/* Common styles */
h1 {
}
h2 {
}
h3 {
}
p {
margin-bottom: 12pt;
line-height: 140%;
}
#sidebar p {
margin-bottom: 12pt;
line-height: 120%;
}
small {
font-size: 12px;
}
#bottom p {
color: #001A33;
font-size: 10px;
margin-left:85px;
}
#bottom a, {
color: #00537E;
}

