/* ====================================================+
|   GLOBAL STYLES                                      |
+===================+=================================*/
#init               { background: url(../images/bgGrad.gif) #fff repeat-x; width: 752px; margin: 0 auto; font: 12px Verdana; }
.hide               { visibility: hidden; position: absolute; }
#banner             { height: 245px; width: 752px; background: url('../images/banner.jpg'); margin-top: 10px; }


/* ====================================================+
|   HEADER STYLES                                      |
+===================+=================================*/
#header             { background: #0072bc; line-height: 50px; text-align: right; padding-right: 10px; font-size: 10px; }
#header ul          { margin: 0; padding: 0; list-style: none; }
#header ul li       { display: inline; }

#header a           { color: #fff; text-decoration: none; border-right: 1px solid #fff; padding-right: 3px; }


/* ====================================================+
|   NAVIGATION STYLES                                  |
+===================+=================================*/
#navi ul            { margin: 0; padding: 0; list-style: none; }
#navi ul li         { float: left; }
#navi a             { display: block; line-height: 50px; width: 94px; background: url(../images/lnkBG.gif); text-decoration: none;
				  text-align: center; color: #28353e; font-weight: bold; font-size: 12px; }
#navi a:active, #navi a:hover
                    { background: url(../images/lnkActive.gif); }
#navi .over         { background: url(../images/lnkOver.gif); color: #fff; }


/* ====================================================+
|   BODY STYLES                                        |
+===================+=================================*/
#main               { background: url(../images/seal.gif) no-repeat bottom right; padding-bottom: 50px; }
#main h2            { font: 18px "Century Gothic", Modern, Arial; margin: 25px 0 25px 20px; }
#main h3            { font: bold 14px Tahoma; color: #0072bc; text-transform: uppercase; }
#main h4            { font: bold 12px Verdana; text-align: center; color: #0072bc; }

#main dt            { font-weight: bold; margin-top: 15px; }


/* ====================================================+
|   FOOTER STYLES                                      |
+===================+=================================*/
#footer             { font: 10px Verdana; color: #fff; border-top: 1px solid #0072bc; margin: 10px 0; }
#footer p           { background: #0072bc; padding: 10px; }