 /* CSS Document */

body {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
margin : 0;
padding : 0;
color : #000000;
background-color : #ffffff;
}
#header {
position : relative;
height : 140px;
background-image : url(/images/header_bg.jpg);
}
#logo {
position : absolute;
width : 454px;
height : 140px;
top : 0;
left : 0;
}
#navcontainer ul {
text-align : center;
padding-bottom : 2px;
padding-top : 2px;
padding-left : 0;
margin-top : 0;
margin-left : 0;
background-color : #036;
color : white;
width : 100%;
font-family : Arial, Helvetica, sans-serif;
line-height : 14px;
}
#navcontainer ul li {
display : inline;
padding-left : 0;
padding-right : 0;
padding-bottom : 2px;
padding-top : 2px;
}
#navcontainer ul li a {
padding-left : 10px;
padding-right : 10px;
padding-bottom : 2px;
padding-top : 2px;
color : white;
text-decoration : none;
border-right : 1px solid #fff;
}
#navcontainer ul li a:hover {
background-color : #369;
color : white;
}
#navcontainer #active {
border-left : 1px solid #fff;
}
#footer {
width : 100%;
background-color : #fff;
color : #666;
border-top : 1px solid #4b8baf;
text-align : center;
}
a {
text-decoration : none;
font-weight : bold;
color : #999;
}
a:link {
color : #999;
text-decoration : none;
}
a:hover {
color : #666;
text-decoration : none;
}
h1 {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 110%;
color : #226188;
margin-left : 10px;
margin-right : 10px;
margin-top : 0;
margin-bottom : 0;
}
h2 {
font-size : 1.7em;
margin : 1.2em 0 1.2em 0;
font-weight : normal;
}
h3 {
font-size : 1.4em;
margin : 1.2em 0 1.2em 0;
font-weight : normal;
}
h4 {
font-size : 1.2em;
margin : 1.2em 0 1.2em 0;
font-weight : bold;
}
h5 {
font-size : 1em;
margin : 1.2em 0 1.2em 0;
font-weight : bold;
}
h6 {
font-size : 0.8em;
margin : 1.2em 0 1.2em 0;
font-weight : bold;
}
img {
border : 0;
}
ul, ol {
width : 100%;
font-size : 1em;
padding : 0;
margin : 0;
border : 0;
list-style-type : none;
}
li {
width : auto;
font-size : 1em;
line-height : 1.8em;
border : 0;
padding : 0 0 0 0;
list-style-type : none;
}
form {
padding : 0;
margin : 0;
}
strong, b {
font-weight : bold;
}
