
@import url("forms.css");
body       { background-color: #d9f2fc; text-align: center; margin: 0 0 40px; padding: 0 }
#wrapper      {  }
#page        { background-color: #01a6ea; text-align: left; margin-right: auto; margin-left: auto; width: 800px;  }
/* fix for Mozilla/Safari 
*>#page {
 min-height: 450px;
}
/* fix for IE 
* html #page {
 height: 450px;
} */
#header   { background-image: url("../images/bg_header.gif"); height: 100px }
#identity         { float: left; clear: left }
p, h1, h2, h3, h4, ul, ol, legend, blockquote, dl, dt, dd,td     { color: #002b6d; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 150% }

p, blockquote,td	{ text-align: left; margin: 0 0 1em; padding: 0; font-size:11px;}
#bodytext ul, #bodytext ol  { font-size: 60%; list-style-type: square }
h1   { color: white; font-size: 75%; font-weight: bold; line-height: 2.1em; text-transform: uppercase }
h2 { font-size: 130%; margin: 0; padding: 0 }
h3 { line-height:100%; font-size:80%; font-weight:bold; margin-bottom:2px;}

a { color: #002c6d; text-decoration: underline }
a:hover { color: #4fac25 }
#mainmenuwrapper    { background-color: #4fac25; height: 20px; border-top: 1px solid white; border-bottom: 1px solid #3f7d2d }
#mainmenuends  { border-right: 4px solid #002c6d; border-left: 4px solid #002c6d }
#mainmenuwrapper a.selected { background-color: #002c6d }
#mainmenuwrapper ul { margin: 0; padding: 0; height: 20px }
#mainmenuwrapper li  { list-style-type: none; margin: 0; padding: 0; height: 20px; float: left }
#mainmenuwrapper a     { color: white; font-size: 60%; font-weight: bold; line-height: 20px; text-decoration: none; margin: 0; padding-right: 10px; padding-bottom: 0; padding-left: 10px; height: 20px; border-right: 4px solid #002c6d }
/* fix for Mozilla/Safari */
*>#mainmenuwrapper a  { display: block }
#mainmenuwrapper a:hover { background-color: #002c6d }
#contentwrapper { }
#contentleft    { margin-top: 40px; width: 210px; float: left }
.blockleft    { padding: 0 5px 10px 20px }
#search form  { margin: 0; padding: 0 }
#search .searchfield    { font-size: 60%; font-family: Verdana, Arial, Helvetica, sans-serif; margin-right: 10px; width: 110px; height: 18px }
.button    { color: white; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; background-color: #002c6d; text-transform: uppercase; cursor: hand; height: 18px; border-width: 0 }
#search .button { font-size: 60% }
#bodytext .button { font-size: 100% }
#submenu ul   { line-height: 90%; margin: 0; padding: 0 }
#submenu li         { color: #002c6d; font-size: 55%; font-weight: bold; text-indent: -12px; list-style-type: none; margin: 0 0 8px; padding: 0 0 0 12px }
#submenu a     { color: #002c6d; text-decoration: none }
#submenu a:hover  { color: white   }
#submenu a.selected { color: white }
#contentright     { margin-top: 30px; margin-bottom: 25px; width: 555px; float: right }
#content    { margin-right: 100px }
#pagetitle  { }
#bodytext  { background-color: white; padding: 10px 40px 10px 10px }
#banners { margin-top: 20px }
#banners img { margin-right: 40px }
#footer { background-color: #002c6d; height: 20px; border-top: 1px solid white; margin-right: auto; margin-left: auto;  width: 800px; }
.clear { clear: both }
hr { color: #002b6d; }