BODY {
   background-color : white;
   margin-top : 0;
}

BODY, P, LI {
   font-size : 13px;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #333333;
}

INPUT, TEXTAREA {background-color : #eeeeee;}

DIV {
   width : 780px;
   float : left;
}

DIV#mainbody {
   width : 780px;
   float : left;
   margin-top : 0;
   margin-left : auto;
   margin-right : auto;
   border-bottom : 4px solid #990000;
}

DIV#masthead {
   margin-bottom : 10px;
}

H1, H2, H3, H4, H5, H6 {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-weight : bold; 
}

H6 {
   font-size : 13px;
   color : #333333;
   text-align : left;
   font-style : italic;
}

H5 {
   font-size : 13px;
   color : #333333;
   text-align : left;
}

H4 {
   font-size : 15px;
   color : #666666;
   text-align : left;
}

H3 {
   font-size : 16px;
   color : black;
   text-align : center;
}

H2 {
   font-size : 18px;
   color : #333333;
   text-align : center;
}

H1 {
   font-size : 20px;
   color : #990000;
   text-align : center;
   padding : 10px;
}

H1.maintitle { 
   font-size : 30px;
   font-variant: small-caps;
   color : #cc9900; 
   text-align : center; 
   padding : 5px;
}

A {
   font-size : inherit;
   font-family : Verdana, Arial, Helvetica, sans-serif;
}

A:visited {color : #990000;}

A:link {color : #990000;}

A:hover {color : #999999;}

A:active {color : #666666;}

.small {
   font-size : 11px;
}

.medium {
   font-size : 12px;
   padding-left : 0;
}

.footnote {
   font-size : 11px;
   color : #666666;
}

.date {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 11px;
   color : #999999;
}

.copy {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 13px;
   color : black;
}

.footer {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 11px;
   color : white;
}

.backtotop {
   font-size : 11px;
   padding-bottom: 10px;
   }

/* Menu Styles */

UL.menu {
   text-align : center;
   list-style-type : none;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 12px;
   padding : 11px;
   color : white;
   background-color : #990000;
   margin: auto;
}

li.menuitem {display : inline;}

A.menulink {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 12px;
   font-weight : bold;
   padding : 10px 20px;
   text-decoration : none;
   text-align : center;
   margin : auto;
}

A.menulink:link {
   color : #ffff00;
   background-color : #990000;
}

A.menulink:visited {
   color : #ffff00;
   background-color : #990000;
}

A.menulink:hover {
   color : #990000;
   background-color : #ffff00;
}

A.menulink:active {
   color : #990000;
   background-color : #ffff00;
}

/* Sidebox Styles */

DIV#sidebox {
   font-size : 12px;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   width : 300px;
   float : right;
   padding : 0 0 5px 0;
   margin : 0 0 5px 5px;
   background-color : #ffffcc;
}

P.sideboxtitle {
   width : 300px;
   float : none;
   padding : 5px 0;
   margin : 0;
   background-color : #ffff00;
   color : #990000;
   text-align : center;
   font-weight : bold;
}

P.sideboxcontent {
   font-size : 12px;
   padding : 0 5px;}


ul.sideboxlist {
   padding-right : 5px;
   list-style-type : square;
}

li.sideboxitem {font-size : 12px;}

