/* CSS Document */

/*===================
     PAGE.CSS
=====================*/

body { background-color:#FDFDdd; background-color:#FEFFE9; #CCCCCC; text-align:left; font-family: "Times New Roman", Times, serif; margin:0; padding:0; }

#container { text-align:left; margin:0 auto; padding:0; width:770px; border:3px solid #9c1a32; }

#doc_column { width:520px; background-color:#fdfdfd; margin:0; padding: 5px 20px 10px 15px; vertical-align:top; }
.textcol { width:520px; margin:0; padding: 0; vertical-align:top; }

#pagelist { float:right; width:245px; border-left: solid blue 1px; border-bottom: solid blue 2px; margin:9px 0px 9px 10px; padding:5px 0px 10px 12px; text-align:left;}
#pagelist h3 { font-family:Arial, Helvetica, sans-serif; color:maroon; font-style:normal; font-size:14px; margin:0px; margin-top:0; font-weight:bold;}
#pagelist p  { font-family: Verdana, Arial, Helvetica, sans-serif; color:red; font-weight:bold; font-size:11px; line-height:110%; margin:8px; padding:0; width:auto; } 
#pagelist xp { font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:7px; line-height:105%;}
#pagelist a:link    { color:navy; text-decoration:none; font-style:normal;}
#pagelist a:visited { color:navy; text-decoration:none; font-style:normal;}
#pagelist a:hover   { color:navy; text-decoration:underline; font-style:normal;}


/*================ HEADERS & FOOTERS ===================*/

#header_area {border-bottom: 3px solid #9c1a32; background-color: #e8ebf6; }

#header_button {background-color: #949090; font-family: Arial, Helvetica; 
         		font-size: 9pt; text-align: center; margin: 2px; padding:2px;} 
#header_button a {color: white; font-weight: bold; text-decoration: none;} 

#footer_area {border-top: 3px solid #9c1a32; background: #e8ebf6;}
#footer_area a {color: #9C1A32; font-family: Arial, Helvetica; 
         font-size: 9pt; font-weight: bold; text-decoration: underline;} 

#bkLeftBar {background-color: #CCCCCC; }
#txtarea {background-color:#eeeeee; padding:0; vertical-align:top; }
#bkRightBar {background-color: #eeeeee; vertical-align:top;}


