@charset "utf-8";
/* CSS Document */
body{
background-image: url(images/background.gif);
background-repeat: repeat-x;
background-attachment: fixed;
background-color: #002e48;
margin: 0;
padding: 0;
border: 0;
}
#framecontent{
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 180px; /*Width of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
text-align: center;
}
#maincontainer{
width: 878px; /*Width of main container*/
margin: 0 180px; /*Center container on page*/
}
#contentwrapper{
float: left;
width: 100%;
}
#contentcolumn{
border: #000000;
border-left-style: solid;
border-left-width: 1px;
border-right-style: solid;
border-right-width: 1px;
border-bottom-style: solid;
border-bottom-width: 1px;
background: #FFFFFF;
margin-right: 236px; /*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/
}
#columnspacer{
float: left;
width: 18px; /*Width of left column in pixel*/
margin-left: -240px; /*Set margin to -(LeftColumnWidth + RightColumnWidth)*/
}
#rightcolumn{
float: left;
width: 220px; /*Width of right column in pixels*/
margin-left: -222px; /*Set margin to -RightColumnWidth*/
border: #000000;
border-left-style: solid;
border-left-width: 1px;
border-right-style: solid;
border-right-width: 1px;
border-bottom-style: solid;
border-bottom-width: 1px;
background: #FFFFFF;
text-align: center;
}
#top-nav {
	background-image: url(images/top_nav_back.gif);
	background-repeat: no-repeat;
	height: 18px;
	position: relative;
	font-size: 12px;
}
#header {
border: #000000;
border-top-style: solid;
border-top-width: 1px;
border-bottom-style: solid;
border-bottom-width: 1px;
background: #000000;
height: 295px;
}
#header-sm {
border: #000000;
border-top-style: solid;
border-top-width: 1px;
border-bottom-style: solid;
border-bottom-width: 1px;
background: #000000;
height: 182px;
}
#menushader {
background: #FF0000;
height: 8px;
}
#main-content {
padding: 15px;
}
.header-font {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
}
.style1 {color: #125f7d}
.style2 {color: #002e48}
.topnav-font {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-align: right;
line-height: 7px;
}
p {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
line-height: 18px;
}
.toplink {
text-decoration: none;
color: #000000;
}
A {
text-decoration: none;
}
h1 {
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-weight: bold;
}

