/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/
html {
	
	/*Inner shadow*/
	-webkit-box-shadow:
	 0 1px 20px rgba(0, 0, 0, 0.55) inset;
	-moz-box-shadow: 
	0 1px 20px rgba(0, 0, 0, 0.55) inset;
	box-shadow: 
	0 1px 20px rgba(0, 0, 0, 0.55) inset;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #006600;
	background-color: #003300;
	margin: 3px;
	padding: 0;	
	
}
#masthead {
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
	/*Outer Shadow*/
	-webkit-box-shadow: 
	0 3px 14px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 
	0 3px 14px rgba(0, 0, 0, 0.65);
	box-shadow: 
	0 3px 14px rgba(0, 0, 0, 0.65);
}
#column_wrapper {
	background-image: url(img/clm02_middle2.gif);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 760px;
	float: left;
}
#left {
	width: 220px;
	float: left;
}
#left .content {
	color: #fff;
	padding: 24px 12px 24px 12px;
	font-size: 0.9em;
	line-height: 1.5em;
}
#right .content {
	padding: 24px;
	font-size: 0.9em;
	line-height: 1.65em;
}
#masthead .content {
	padding: 1px;
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #999999;
	background-color: #000000;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
#left a:link,
#left a:visited {
	color: #FFF;
}
#right a:link {
	color:#003300;
}
#right a:visited {
	color: #003300;
}
#right a:hover {
	color: #000000;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #fff;
	border-left: 3px solid #fff;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #6CF ;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}

h1 {
	font-size: 2.2em;
	margin: 0;font-family: 'Berkshire Swash', cursive;
	line-height:1em;
	color:#054B04;
}
h2 {
	font-size: 1.8em;
	margin: 10px 0 0 0;font-family: 'Berkshire Swash', cursive;
}
h3 {
	font-size: 1.5em;
	margin: 10px 0 0 0;font-family: 'Rancho', cursive;
	color:rgba(153,0,0,1);
}
h4 {
	font-size: 1.1em;
	margin: 0px 0 0 0;
}
h5 {
	font-size: 1.1em;
	margin: 0px 0 0 0;font-family: 'Rancho', cursive;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
	color:#000;
}
.afloatright {
	float: right;
	padding: 8px 0px 8px 10px;
	margin: 0;
		font-family:Arial, Helvetica, sans-serif !important;
	}
.floatleft {
	float: left;
	padding: 8px 10px 8px 0;
	margin: 0;
		font-family:Arial, Helvetica, sans-serif !important;
	}
	.clear {
		padding-top:10px;
		clear:both;}
	.photocaption {
	font-size:10px;
	line-height: 14px;
	text-align: right;
	}
.photoheadline {
	font-weight:bold;
	text-align:center;
}
.photodescription {
	font-size:11px;
	text-align:center;
	padding:0px !important;
	margin:0px !important;
	line-height: 12px;
}
.sundHead {
	font-weight:bold;
	text-align:center;
	font-size: 18px;
	color: #063;
}
.textcenter {
	text-align:center;}