/* CSS Document */

h1
   {
   font-family:Arial, Helvetica, sans-serif;
   font-size:27px;
   text-align:left;
   font-weight:normal;
   }
   
body
   {
   /*background-color:#CCCCCC;*/
   background-color:#9999FF;
   }
   
ul
   { list-style-image:url(images/fancy-bullet.gif); list-style-position:outside; left:-18px;
   }
   
li
   {
   margin-bottom:12px;
   }
   
ul-left-bar
   {
   list-style-image:url(images/fancy-bullet.gif);
   list-style-position:outside;
   color:#5f4893;
   }
   
   
   
#main-wrapper
   { width:940px; margin-left:auto; margin-right:auto; margin-top:10px; border:3px solid white; background-color:#FFFFFF;    }
   
#header
   {
   width:940px;
   top:0px;
   left:0px;
   height:auto;
   }
   
#leftnavigation
   { top:0px; left:0px; float:left; background-color:#C6D5B1; width:175px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; line-height:120%; color:#000000; padding-left:15px; padding-right:9px; padding-top:12px;
   }
   
#leftnavigation a
   {
   text-decoration:none;
   color:#000000;
   display:block;
   padding:3px;
   }
   
#leftnavigation a:visited
   {
   text-decoration:none;
   color:#0033FF;
   }
   
#leftnavigation a:hover, #leftnavigation a:active
   {
   
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight:bold;
   line-height:120%;
   color:#5f4893;
   background-color:#FFFFFF;
   display:block;
   padding:3px;
   }

   

   
#center-wrapper
   { width:940px; background-image:url(images/large-F.jpg); background-repeat:no-repeat; background-position:right top; background-color:#FFFFFF;  }
   
#center-content
   { font-family:Arial, Helvetica, sans-serif; color:#000000; font-size:13px; line-height:160%; padding-right:25px; padding-bottom:25px; height:auto; margin-left: 220px; width: 675px;
   }
   
.caption
	{
	font-weight:bold;
	font-size:12px;
	text-align:center;
	line-height:130%;
	}   
   
#footer
   { left:0px; border-top:1px solid black; width:940px; min-height:30px; height:auto; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:9px; line-height:110%; text-align:center; padding-bottom:15px; clear: both;
   }
.clear { clear: both; }
.border { border: 2px solid #FC0; }

