/*general page layout*/
a:link {color: #990033;}
a:hover {color: #333333;}
a:visited {color:#990033;}

body {background-color: #FFFFFF; font-family: Verdana, Arial, sans-serif; margin: 0px; padding: 0px; font-size: 80%;}
form {margin:0px;}
#block {width: 200px; background-color:#990033; color:#fff; margin-top: 0px; padding: 0;}
#block h1 {width:200px; background-color:#ECECEC; color:#990033;}

/*banner*/
#header {position:absolute; height:170px; width:740px;  border-style:solid; border-width:1px; border-color: #990033;}

/*top menu*/
#top {position:absolute; top:171px; height:20px; width:734px; padding: 3px;background-color: #990033;border-style:solid;border-width:1px; border-color: #990033;}
#top a {text-decoration:none;padding:0px 12px 0px 12px;}
#top a:link {color: #ECECEC;}
#top a:hover {color: #B7B7B7;}
#top a:visited {color:#ECECEC;}

/*content*/
#content {position:absolute; width:700px; overflow:visible; top:198px; color:#990033; background-color: #FFFFFF;border-style:solid; border-width:1px; border-color:#990033;padding:20px;}
#content a {color:#990033;}
#content a:hover {color:#440039;}
#content h1,h2,h3,h4,h5,h6 {font-family:Verdana, sans-serif;}
#content h1 {color:#990033; font-size:x-large;}
#content h2 {color:#260751; font-size:large;}
#content h3 {color:#990033; font-size:medium;}
#content h4 {color:#260751; font-size:small;}
#content h5 {color:#990033; font-size:x-small;}
#content h6 {color:#260751; font-size:xx-small;}








