body {
   background-image:url(../images/bg_parchment3.jpg);
   color: #36648B;
   }

p {
   text-indent: 3em;
   font: 14pt Georgia;
   }
   
a:{ 
   text-decoration: none;
   font-weight: 600;
   }
   
a:hover { 
   text-decoration: none;
   font-weight: 900; 
	/* Alice Blue */  
   background-color: #F0F8FF;
   font-size: 110%;
   }  
   
#container {
   margin:auto;
   width: 840px; 
   padding: none;
   /*background: #ffffff;*/
   }

#header {
	margin: 20px 0px 20px 0px;
	background-color: #F0F8FF;
	text-align: center;
	border: 2px #635688 solid;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
}

#leftBar {
   float: left; 
   width: 195px; 
   height: 510px;
   padding: 5px;	
   margin-bottom: 20px;
	text-decoration: none;
	text-align: center; 
	vertical-align: middle;
   background-color: #F0F8FF;
   border: 2px #635688 solid;
   border-radius: 25px;
   -moz-border-radius: 25px;
   -moz-box-shadow: 3px 3px 4px #000;
   -webkit-box-shadow: 3px 3px 4px #000;
   box-shadow: 3px 3px 4px #000;
   /*border:solid 1px #104E8B*/
   }

.leftBarButton {    
	padding-top: 10px;
	margin: 2px;
	color: #483D8B;
	background-color: 4F94CD;
	width: 165px; height: 40px;
	font: bold 12pt Georgia;	
	text-decoration: none;
	text-align: center; 
	vertical-align: middle;
   border: 8px #635688 outset;
   border-radius: 10px;
   -moz-border-radius: 10px;
   }
      
.leftBarButton a:link a:visited a:active { 
   text-decoration: none;
   font-weight: 600;
   }
.leftBarButton a:hover { 
   text-decoration: none;
   font-weight: 900; 
	/* Alice Blue */  
   background-color: #F0F8FF;
   }
      
.leftButtonSpan {
   /* Alice Blue */
   color: #F0F8FF;
   text-decoration: none;
   text-align: center; 
	vertical-align: middle;
   }

#content { 
	margin-left: 5px;
	margin-bottom: 20px;
	padding: 10px;  
   float:right; 
   width: 595px;
   height: 500px;
   background-color: #F0F8FF;
   border: 2px #635688 solid;
   border-radius: 25px;
   -moz-border-radius: 25px;
   -moz-box-shadow: 3px 3px 4px #000;
   -webkit-box-shadow: 3px 3px 4px #000;
   box-shadow: 3px 3px 4px #000;
   }
   
#content p {
   font-size: 75%;
   }
   
/* There is currently no page with a right bar, if one is created
there will have to be a specific content style for that page setting 
the content width to 450px. */
#rightBar { 
   float:right; 
   width: 160px; 
   background: #EBEBEB; 
   } 

#footer { 
	margin-top: 40px;
   clear:both;
   background:#F0F8FF;
   text-align: center;
   border: 2px #635688 solid;
   border-radius: 25px;
   -moz-border-radius: 25px;
   -moz-box-shadow: 3px 3px 4px #000;
   -webkit-box-shadow: 3px 3px 4px #000;
   box-shadow: 3px 3px 4px #000;
   } 

/* *********************************************************************************
               ***** ***** */
/*
	tswnavbar.css	1.0.4
	Please use the CSS Menu Button Wizard at
		http://www.thesitewizard.com/wizards/css-menu-buttons.shtml
	to generate your own customized menu buttons.
*/

#tswcssbuttons {
	width: 185px ;
	text-align: center ;
}
#tswcssbuttons ul {
	margin: 20px 0px 0px 0px ;
	padding: 0 ;
	list-style: none ;
}
#tswcssbuttons li {
	margin: 10px 8px 0px 0px ;
	padding: 0 ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#tswcssbuttons li a {
	color: #36648B ;
	background-color: #F0F8FF;
	border: 3px outset #635688 ;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -moz-box-shadow: 2px 2px 3px #000;
   -webkit-box-shadow: 2px 2px 3px #000;
   box-shadow: 2px 2px 3px #000;
	width: 185px ;
	text-decoration: none ;
	display: block ;
}
#tswcssbuttons li a:hover {
	color: #F0F8FF ;
	background-color: #36648B ;			   