﻿body {
	margin:0;
	font-family: Calibri, Arial, sans-serif;
	font-size: medium;
	color: #000;
	}
#container {
	margin:0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	border-right:medium;
}
#masthead {
	font-family: "Copperplate Gothic Bold", Calibri, sans-serif;
	font-size: large;
	width: 100%;	
	text-align: center;
	min-height:166px;
	background-color: #FF9B37;
}
#page_content {
	height:100%;
	background-color: #FFCC99;
}
#lsidebar {
	float: left;
	width: 162px;	
	background-color: #FFCC99;
	height: 100%;
	}
	
#content  {
	background-color:white;
	min-height:500px;
	margin-left: 162px;
	margin-right: 162px;
	padding: 10px;
}
#rsidebar {
	float: right;
	width: 162px;	
	background-color: #FFCC99;
	height:100%;
}

#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #FF9B37;
	text-align: center;
}
#masthead img {
	float: left;
	vertical-align: middle;
	height:166px;
	width:162px;
}
#masthead h1 {
	margin:0;
	font-family:"Copperplate Gothic Bold", Calibri, sans-serif;
	padding-top:10px;
	padding-bottom:5px;
		}
#masthead h2 {
	font-family:"Copperplate Gothic Bold", Calibri, sans-serif;
	padding-top:5px;
	color:black;
		}

#masthead p {
	font-size: small;
	font-weight:bold;	
	margin: 0;
	margin-right: 1%;
	padding-bottom:5px;
	}
h6 {
	font-family: "Copperplate Gothic Light", Calibri, sans-serif;	
}
h5 {
	font-family: "Copperplate Gothic Light", Calibri, sans-serif;
	margin-top: 0px;
	text-align:center;
	margin-left:.5em;
	color:#800000;

}
h4 {
	font-family: "Copperplate Gothic Light", Calibri, sans-serif;
	margin-bottom: 0px;
	color:#800000;
}
h3 {
	font-family: "Copperplate Gothic Light", Calibri, sans-serif;
	color:#800000;
	margin-bottom:10px

}
h2 {
	font-family: "Copperplate Gothic Light", Calibri, sans-serif;
	color:#800000;
	margin-bottom:.5em;
}
h1 {
	font-family: "Copperplate Gothic Light", Calibri, sans-serif;
}
/* Styles for Navigation */
#h3 a {
	font-family: "Copperplate Gothic Light", Calibri, sans-serif;
	color:#800000;
	margin-bottom:10px;
	text-decoration:none;
}
h5 a {
	color: #393939;
	text-decoration: underline;
}


#lsidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#lsidebar li {
    display: block;
    	}
	
#lsidebar a {
    font-weight: bold;
	text-decoration: none;
	color: #CC3300;
	padding: 1%;
	display: block;
	margin-left:1.5em;
	}
#lsidebar a:active {
	color:#663300;
	}
#lsidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	background-color: #FF9B37;
}
#lsidebar li.head {
	color: #663300;
	font-weight:bold;
	} 
#rsidebar p{
	font-size:medium;
	font-weight:bold;
	color:#800000;
	text-align:center;
		
}
#rsidebar a {
    font-weight: bold;
	text-decoration: none;
	color: #CC3300;
	padding: 1%;
	display: block;
	}
#rsidebar a:active {
	color:#663300;
	}
#rsidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	background-color: #FF9B37;
}
#content p {
	margin-top:0px;
}
/* Styles for Footer */
#footer p {
	font-size: small;
	}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #FF9B37;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


/* Added by Tony for thumbnail images (Weblog) */

.thumbleft,
.thumbright
  {
	text-align:			center;
  }
.thumbleft img,
.thumbright img
  {
	border-style:		solid;
	border-width:		2px;
  }
.thumbleft
  {
	float:				left;
	margin-right:		1em;
  }
.thumbright
  {
	float:				right;
	margin-left:		1em;
  }


/* Added by Lynn 03/09 for thumbnail images (Pepole page) */

.peopleimage
	{
	border-style:solid;
	border-width:2px;
	border-color:blue;
	}