@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }
html { min-height: 100%; margin-bottom: 1px; }

body { text-align: center; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#0a2351; height:100%; background:url(images/bg.gif); background-repeat:repeat-x; background-color:#13214b;}


a img, :link img, :visited img { border: none; }

a:link { color: #636466; text-decoration:underline;}
a:visited { color: #636466; text-decoration:underline;}
a:hover, a:active {color:#6b7e94; text-decoration: underline;}


/* THIS IS STYLE SET FOR HEADER, CONTENT, AND FOOTER */

#main {margin:0 auto; padding:0px 0 0 0;  width:773px; height:100%; background-color:none; }



#content {position: static; width: 773px; height: 100%; text-align: left; background: #adc2dc; border: 2px solid #ffffff; padding:0 auto;}

#content p{margin-left:30px; margin-right: 30px;}
#content table{margin-left:30px;}
#content h1{margin-left:30px; margin-right: 30px;}
#content h2{margin-left:30px; margin-right: 30px;}

h1 { font-size:18px; font-weight:100; color: #061f4d;}
h2 { font-size:14px; font-weight:bold; color:#2b933a; }





#footer{ margin: 0 auto; position: relative; width: 796px; height: 35px; font-size:11px; color:#ffffff; }

