﻿* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 75%;
 background-color:#808000;
 margin-top:5px
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #333;
 width: 870px;
 float: left;
 padding: 0px 0px 0px 50px;
 height: 80px;
 margin: 10px 0px 0px 0px;
 background:#F9F6BC url('images/banner.jpg') no-repeat 0px top;

}
#header h1 { text-align:center; margin-top:20px; color:#808000; font-size:33px; font-family: "Script MT Bold" }

#header img {  
 display: block;
 margin-left: auto;
 margin-right: auto  }
 
#top-nav { 
 margin: 0px 0px 5px 0px;
 text-align:right;
 background:#F9F6BC url('images/sidebk.jpg') repeat-y left top;
 padding: 3px 0px 3px 50px;
 }


#leftcolumn { 
 color: #333;
 background:#F9F6BC url('images/sidebk.jpg') repeat-y left top;
 margin: 0px 5px 5px 0px;
 padding:  10px 3px 10px 48px;
 min-height: 680px;
 width: 244px;
 float: left;
}


#rightcolumn { 
 float: right;
 color: #333;
 background: #F9F6BC;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 min-height: 680px;
 width: 588px;
 display: inline;
 position: relative;
}
#rightcolumn img { padding:5px; border: 0 none }

.center { text-align:center }

.small {
font-size:80%; 
 
}
.firstbigletter1 {
font-family:Georgia;
color:#996633; 
font-size:26px;
font-weight:normal;
line-height:80%;
letter-spacing:-1px;
}
.firstbigletter { font-family: Georgia; color: #80C061; font-size: 19px; font-weight: normal; line-height: 80%; letter-spacing: -1px;}
a            { text-decoration: none; color: #996633 }
a:visited    { text-decoration: none; color: #996633 }
a:hover      { text-decoration: none; color: #FF0000 }
a:active     { text-decoration: none; color: #FF0000 }


hr { color:#CC9900; width:60%; margin-top:10px; margin-bottom:10px; padding:4px }
#rightcolumn h1  { font-size: 16px; color: #FF0000; font-weight: bold; margin-top:16px; margin-bottom:10px; text-align:center }
#rightcolumn h2  { font-size: 14px; color: #FF0000; font-weight: bold; margin-top:10px; margin-bottom:6px }
#rightcolumn h3  { font-size: 12px; color: #996633; font-weight: bold; margin-top: 10px; margin-bottom: 6px;}

#rightcolumn p { margin-top:6px; margin-bottom:3px }

td { vertical-align:top }
a { text-decoration: none; color: #996633; }
a:visited { text-decoration: none; color: #996633 }
a:hover { text-decoration: none; color:#80C061; }
a:active { text-decoration: none; color: #FF0000 }
.bigger { font-size:120% }
.flr { float:right }



