/* CSS Document */
body {
	background-color: #C6EAD8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666633;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
ul {
	list-style-type:square;
}
.photo {
	float:right;
	color:#333333;
	font-size:smaller;
	margin: 10px 0px 15px 10px;
}
.photoFont {
	padding-left:35px;
	width:500px;
	color:#333333;
	font-size:87%;
}
.photo2 {
	color:#333333;
	font-size:small;
	margin: 10px 0px 15px 10px;
}
#leftColumn {
	background-image: url(images/leftColumn.jpg);
	background-repeat: repeat-y;
	background-color:#E5D6B2;
}
#rightColumn {
	background-image: url(images/rightColumn.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color:#EFE5CC;
}
.content {
	margin:20px 80px 20px 30px;
}
.content2 {
	margin:20px 15px 20px 0px;
}
h3 {
	font-size:1.2em;
	color:#CC6600;
	
}
h4 {
	color:#996600;
	margin-bottom:2px;
	
	}
h4 + p { margin-top:5px;
	}
a {
	color:#660066;
	text-decoration:underline;
}
a:hover{
	color:#006699;
 	text-decoration:none; 
	cursor:pointer;
 }
.style4 {color: #336666}
.style5 {color:#996600;}
.style6 {color: #CC9966}
.copyright {
 	color:#669999;
	margin-top:10px;
	margin-bottom:10px;
}
.box {
	background-color:#E6EAF8;
	padding:3px 13px 15px 10px;
	color:#996600;
}
#navigation {
	margin:5px 5px 5px 5px;
	padding:5px 0px 5px 0px;
	font-size:87%;
}
#navigation a:link, #navigation a:active, #navigation a:visited {
	padding:0px 5px 0px 5px;
	color:#FFFFCC;
	text-decoration:none;
}
#navigation a:hover {
	color:#CCCCFF;
	text-decoration:underline;
	cursor:pointer;
}
.mainNavigation {
	margin-left:6px;
	font-weight:bold;
	font-size:.9em;
}
.mainNavigation a {
	display:block;
	background-image:url(images/navEmblem.gif);
	background-repeat:no-repeat;
	padding:5px 5px 15px 30px;
	color:#CC6600;
	text-decoration:none;
}
.mainNavigation a:hover, .on {
	color:#CC9966;
}
.mainNavigation2 {
	margin-left:6px;
	font-size:.85em;
}
.mainNavigation2 a {
	display:block;
	background-image:url(images/navEmblem.gif);
	background-repeat:no-repeat;
	padding:5px 3px 15px 27px;
	color:#663300;
	text-decoration:none;
}
.mainNavigation2 a:hover, .on {
	color:#CC9966;
}
strong {
font-size:93%;}
#scroll {
font-weight:bold;
font-size:95%;
padding:10px 30px 10px 25px;
color:#996600;
font-family:Georgia, "Times New Roman", Times, serif;
}
.divline {margin:5px 0px;border-bottom:1px dotted #666633;}
.photoborder {border:7px #ffffff solid;}
.photoborder2 {border:2px #ffffff outset;}