body {
	text-align : center;
	background-color: #6699CC;
	min-width : 770px ;
	font: small Verdana, Sans-serif;
	line-height: 1.4em;
	color: #444444;
	}

h1 {
	padding-top: 10px;
	font-size: 1.2em;
	color:#422100
	}
h2 {
	font-size: 1em;
	font-style:italic;
	color: #422100;
	}

.floatright {float: right;
             margin: 10px 0 10px 10px;
			 border: 1px solid #666}
.floatleft   {float: left;
             margin: 10px 10px 10px 0;
			 border: 1px solid #666}
	
.sitename {
	      color: #633063; 
        font-weight: bold; 
        font-size: 24px;
        padding-top: 10px;
        }

.sitetag {
	font-weight: bold; 
	font-size: 14px;
	padding: 10px 0 10px 0;
	}
  
div#redfont  {
  color: #ff0033;
  font-weight:bold;}        

div#padding{
  clear: both;
  padding: 5px 0 0 0;
  }

div#entirepage {
	margin-left : auto ;
	margin-right : auto ;       
	width : 739px;
	background-color: #F1F7EE;
	padding : 10px 0 0 0
	}
#leftcontent {
	text-align: left;
	float: left;
	width: 375px;
	padding: 0 0 10px 40px;
	}

#rightcontent {
  padding: 10px 0 0 0;
  }
	
#rightsidebar {
	text-align: left;
	float: right;
	width: 250px;
	margin: 0 20px 0 0;
	padding: 10px 0 10px 0;
	background: #EDF3EB;
	border: 1px solid #DCEAD7;
	}

#rightsidebar p {
	margin-left: 10px;
	padding: 0 0 0 10px;
	border-left: 1px dashed #422100;
	font-size: .9em;
	line-height: 1.2em;
	}
div#rightsidebar img.centered{
  display:block;
  margin-right:auto;
  margin-left:auto;
  }
div#rightsidebar h2 {
  text-align:center;
  }
div#rightsidebar h2.left {
  text-align:left;
  }
/* ------ Map Image -----*/



div#magimg {
  clear:both;
  }

/* ------ Navigation Bar -----*/

div#navcontainer
	{
	background-color: #A073A7;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	padding: 0;
	}

div#navcontainer ul
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-align: left;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	}

div#navcontainer ul li
	{
	display: inline;
	margin-left: -4px;
	}

div#navcontainer ul li a
	{
	padding: 5px 10px 5px 10px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #fff;
	}

div#navcontainer ul li a:hover
	{
	background-color: #633063;
	color: white;
	}

#active a { border-left: 1px solid #fff; }


/* ------ Footer ----- */

#footer {
	text-align: center;
	clear:both;
	font-size: .8em;
	color: #666666;
	}
	
#footer a a:visited {
	color: #333333;
	text-decoration: none;
	}

#footer a:hover {
	color: #422100;
	text-decoration: underline;
	}
