body { background: #d1f5f8; margin:0; padding:0; color:#666; font:17px Arial; text-align:center; }
table { font:17px Arial; }
a { text-decoration:none; color:#0268bd; }
a:hover { text-decoration:underline; }
a:hover img { text-decoration:none; }
h1 { font-size:24px; color:#000; font-weight:normal; padding:0px; margin:0px; }
h2 { font-size:24px; color:#000; font-weight:normal; padding:0px; margin:0px; }
hr { margin:0px; padding:0px; }
img { border:0; }
input { font:17px Arial; }
textarea { font:17px Arial; }

#header-container, #mainMenu-container, #subMenu-container, .container
{
    margin:0 auto; max-width:1003px; min-width:920px;
    width: expression(document.body.clientWidth < 922? "920px" : document.body.clientWidth > 1005? "1003px" : "auto");
}
#headerLogo { height:172px; width:345px; padding:10px 0 0 15px; margin:0; }
#headerImage { height:190px; width:400px; float:right; padding:0; margin:0; }
#headerLine 
{ 
    height:4px; width:56%;
    padding:0; margin-top:-22px; 
    background-color: #00a9bf; 
    float:right; clear:both;
}
#mainMenu { width:85%; margin:29px 0 0 120px; border-bottom:solid 1px #000000; float:right; }
#centralBlock 
{
    width:95%; margin:20px auto;
    background-color:#fff;
    border: solid 1px #000;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-top-left-radius: 20px;
    -moz-border-top-right-radius: 20px;
}
#headerBlock
{
    background: #fff url("../images/headerBG.jpg") repeat-x;
    height:191px;
    width:100%;
    border-bottom: solid 1px #000;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-top-left-radius: 20px;
    -moz-border-top-right-radius: 20px;
}

.pageBreak { 
    background-color:#47d1de; 
    border-top: solid 1px #000; 
    border-bottom: solid 1px #000; 
    width:100%; height: 15px; margin:0; padding:0; 
    font-size:11px;
    font-weight:bold;
    text-align:left;
    text-indent:20px;
    word-spacing:20px;
    line-height:15px;
    color:#000;
}
.pageBreak a { color:#000; }
.pageBreak #created {
    word-spacing:normal;
    float:right;
    margin-right:20px;
}

.bodyText { text-align:left; vertical-align:top; margin:0; padding:7px; padding-top:20px; clear:both; }
.clear { clear:both; }
.container { padding:0; }
.menuLink { color:#20646e; text-decoration:none; font-weight:bold; padding:2px 5px 2px 5px; }
.menuLink:hover { text-decoration:none; }
.anchorLink { color:#cc0000; text-decoration:none; font-weight:normal; font-size:12px; }
.anchorLink:hover { text-decoration:underline; }
.footerCreated { padding-right:10px; float:right; }
.footerItem { padding-left:10px; float:left; }
.footerItem:hover {}
.footerLink { color:#000000; text-decoration:none; font-weight:bold; font-size:12px; padding:2px 5px 2px 5px; }
.footerLink:hover { text-decoration:none; }

/*.subMenuItem { padding-left:15px; padding-right:15px; float:left; border-left:solid 1px #025e8f; }*/    
.smallprint { font-size:14px; line-height:14px; }
.imgLeft { float:left; margin-right:20px; margin-bottom:10px; text-align:center; font-size:10px; }
.imgRight { float:right; margin-left:20px; margin-bottom:10px; text-align:center; font-size:10px; }
