/*
** $Id: main.css 68 2010-05-20 15:18:55Z sward $
** $Revision: 68 $
*/
body { background-color: #ffffff; font-family: Arial, Helvetica, sans-serif; }

/* Set 'min-width' and 'width' attributes to the PAGE_WIDTH value specified
** in constants.inc.php
*/
#container { margin-left: auto; margin-right: auto; 
             min-width:962px;width:962px; font-size:10pt;
             font-family: Arial, Helvetica, sans-serif; }

/* bookmark width should be PAGE_WIDTH-20 or thereabouts ... */
#bookmarks { width:100%; border:2px solid black; border: 2px solid white;
             background-color: #ffffff; color: #000000; }
.bodyText { padding: 4px; background-color:#f18e00; 
           border: 2px solid white;
           font-family: Arial, Helvetica, sans-serif; font-size: 10pt;}
.hpadding { color: #483d8b; font-weight: bolder; font-size: 12px; 
           font-family:  Helvetica, Arial, sans-serif; padding: 0px 10px }
.textpadding { color: #000; font-size: 10px; line-height: 11px; 
              font-family: Arial, Helvetica, sans-serif;
              margin: 0px; padding: 0px 10px }
a { color: #1F2883; font-weight: bold; font-size: 13px; 
    font-family:  Helvetica, Arial, sans-serif; text-decoration: none;  }
.linkStyle { color:#000;font-weight:bold;font-size:10px;
             font-family:Helvetica,Arial,sans-serif;}
.bmLinkStyle { color:#000000; font-weight:bold; font-size:10px;}
h1 { color: black; font-size: 16px; line-height: 16px;
     font-family:  Helvetica, Arial, sans-serif; }
h2 { color: black; font-size: 13px; line-height: 13px;
     font-family:  Helvetica, Arial, sans-serif; }
h3 { color: black; font-size: 11px; line-height: 11px;
     font-family: Helvetica, Arial, sans-serif; }
h4 { color: #012d58; font-style: normal; font-weight: lighter; 
     font-size: 10px; line-height: 12px;
     font-family:  Helvetica, Arial, sans-serif; }
menu1 { color: #fff; font-size: 12px; line-height: 20px;
     font-family:  verdana, Helvetica, Arial, sans-serif; }
td { color: black; font-size: 10pt;
     font-family: Arial, Helvetica, sans-serif; text-decoration: none }
#messageBox { position: absolute; top: 250px; left: 25%; width: 50%;
              border: 2px solid black; background-color: white; padding: 8px;
              -webkit-border-radius:8px; -moz-border-radius:8px;}
#loginBox { position: absolute; top: 250px; left: 25%; width: 30%;  
            visibility: hidden; border: 2px solid black;
            background-color: white; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; }
#signinBox { float: right;width:292px;background-color: black; color: white; padding: 4px; }
#signinBox a { color:#ffffff;}
.closeIcon { position: absolute; top: 8px; right: 8px; }
.headerText { font-size: 14pt; font-weight: bold; }
.commentHeader { padding: 4px; background-color: #aaaaaa; color:#ffffff; }
#mainColumn { width: 502px; vertical-align: top; }
#mainRight { width: 300px; vertical-align: top; }
#mainLeft { width: 160px; vertical-align: top; }
#footermenu { color: black; font-size: 7pt;
     font-family: Arial, Helvetica, sans-serif; text-decoration: none }
#footermenu a { color: black; font-size: 7pt;
     font-family: Arial, Helvetica, sans-serif; text-decoration: none }
#footermenu ul { margin: 2px; padding: 2px; 
		list-style-image: none;
		list-style-type: none; }
