/* CSS Document */
body {
	font-family: Arial;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;	
	background-color:#ffffff;
}
p {margin-bottom:10px;
	font-family: Arial;
	font-size: 9pt;} 
#leftspace { width: 117px;
			 float: left;
			 min-height: 375px;
			 height: auto;			
			 background-image: url(../images/swirl.gif);
			 background-repeat: no-repeat;
			 background-position: bottom;
			  }	
* html #leftspace { height: 375px; }
#menu { 
		margin-top:15px;
		margin-left: 40px;
		font-size:9px;
		color: #666666;
	 }
#menu a:link, #menu a:visited, #menu a:active { 
		text-decoration: none;		
		color: #666666;
	 }
#menu a:hover { color: #05204A; }
#content { float:left;
			width: 500px;
			font-family: Arial;
			font-size: 9pt;
		  }
#content.pagewidth {
	width: 600px;
	}
#gallery { width: 904;
		   font-family: Arial;
		   font-size: 9pt;
		   margin-left: 30px;
		   margin-right: 0px;
		 }
#flashcontent {margin-left:-30px;}
#images { float: right;
		  width: 317px;
		  padding-top: 35px;		 
		 }
#images.smallimg {
	width: 200px;
	}
#heading { font-family: Perpetua, "Times New Roman";
		   font-size: 400%;
		   color: #05204a;
		   font-weight: bold; }
#designheading {
	font-family: Perpetua, "Times New Roman";
	font-size: 2.0em;
	color: #9c8001;
	font-weight: bold;
	margin-bottom: 30px;
	border-top: 5px solid color:#CCCC99;
	padding-top: 3px;
	}
#designheading.smaller {
	font-size: 1.5em;
	margin-bottom: 5px;
	border-top: none;
	}
#subheading { font-family: Perpetua, "Times New Roman";
			  font-size: 165%;
			  color: #05204a;
			}
#subheading.pghead { font-size: 2.0em; }
#footer { font-size: 60%;
		  font-family: Arial;
		  margin-left: 25px;
		  margin-top: 19px;		 
		 }
.imageset { margin-bottom: 5px; }
.txt { margin-top:40px;
	   margin-right: 50px;
	   margin-bottom: 50px;
	   margin-left: 10px; }
/*.topborder { border-top: 25px solid #e5ddbc;
			 border-bottom: 100px solid #d4c791;} */
a:link, a:visited, a:active { color: #011d6e;
							  text-decoration: none; }
a:hover { color: #9c8002;
		  text-decoration: underline; }
		  
