@charset "utf-8";
/* CSS Document */

body {
	background: #FFFFFF;
	padding: 0px;
	font-size:12px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 30px auto 0px;
	width: 850px;
	float: none;
	border: 1px none #666666;
}
#container {
	width: 850px;
	text-align: justify;
	border: 1px none #666666;
	padding: 0;
	height: 770px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	height: 150px;
	width: 850px;
}
#local-toolbar {
	margin: 0;
	padding:10px 0;
	list-style:none;
	float: left;
	width: 850px;
	letter-spacing: 1px;
}
#local-toolbar li	{
	float:left;
	color:#ad9b3b;
	padding:0 10px;
}
#local-toolbar a {
	text-decoration: none;
}
#local-toolbar a:active {
	color:#336699;
}
#local-toolbar a:hover {
	color:#336699;
}
#mainContent {
	padding: 10px;
	float: left;
	height: auto;
	width: 825px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}
#footer {
	font-size: 9px;
	color: #999999;
	height: 50px;
	width: 840px;
	float: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
}
.footertext {
	vertical-align:baseline;
}
.footerimage {
	float:right;
}
#content-left	{
	float:left;
 	width: 400px;
}
#content-right	{
	float:right;
	width: 400px;
}
.clearfloat		{
	clear:both;
}
a			{
	text-decoration:none;
	color:#ad9b3b
}
a img {
	border: none; 
}


.activelink {
	font-weight:bold;
	color: #336699;
}


.img-left	{
	padding: 0 20px 10px 0;
	float:left;
}


.img-right	{
	padding: 0 0 10px 10px;
	float:right;
}


sub {
	height: 0;
	line-height: 1;
}
h1  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#ad9b3b
}

h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#171313;

}

h3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#171313;
	font-style:italic;
}


h4 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	border-top: dotted thin #CCC;
	padding-top:10px;
	font-size:11px;
	color: #666;
	font-style:italic;
}

.bullets {
	list-style:circle;
}


.photocontain{width:400px;padding-left:20px;padding-bottom:10px;float:right;}
.photo{height:268px;width:400px;}
.photocaption{width:400px;font:bold 90% Arial, Helvetica, sans-serif;line-height:1.5;text-align:left;}

.photo2contain{width:200px;padding-right:20px;padding-bottom:10px;float:left;}
.photo2{height:299px;width:200px;}
.photo2caption{width:200px;font:bold 90% Arial, Helvetica, sans-serif;line-height:1.5;text-align:left;}


