a:link {
	color: #488cad;
	text-decoration: none;
	}
	
a:visited {
	color: #488cad;
	text-decoration: none;
	}
	
a:hover {
	color: #000000;
	text-decoration: none;
	}

a:active {
	color: #488cad;
	text-decoration: none;
	}


body {
	margin: 0 auto 0;
	padding: 0;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	}

#maincontainer {
	text-align: center;
	position: relative;
	margin: 0 auto;
	width:800px;
	background-color: #FFFFFF;
	padding: 0px;
	}
	
#topbanner {
	width: auto;
	height: 75px;
	margin: 30px 0px 0px;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	}

#topbanner h1 {
	position:relative;
	width: 800px;
	height: 62px;
	overflow: hidden;
	text-align: left;
	}
	
#topbanner h1 span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image:url(images/webtitle.gif);
	background-repeat: no-repeat;
	}
	
#navigation {
	text-align:left;
	width: auto;
	height: 50px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #333333;
	margin-left: 5px;
	}

#middlecontent {
	text-align: left;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-left: 5px;
	width: 800px;
	min-height:330px;
	height:auto !important;
	height:330px;
	background-image: url(images/maggie.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom: solid 1px #CCCCCC;
	margin-top: 10px;
	}

#middlecontent2 {
	text-align: left;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-left: 5px;
	width: 800px;
	min-height:330px;
	height:auto !important;
	height:330px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom: solid 1px #CCCCCC;
	margin-top: 10px;
	}


h2 {
	font-size:120%;
	color: #333333;
	}
	
h3 {
	font-size:100%;
	color: #488cad;
	}
	
#middlecontent h1 {
	font-size: 140%;
	color: #333333;	
	padding-right: 220px;
	}
	
#middlecontent p {
	padding-right: 230px;
	}
	
	
#middlecontent2 h1 {
	font-size: 140%;
	color: #333333;	
	padding-right: 220px;
	}
	
#middlecontent2 p {
	padding-right: 230px;
	}

#gallerystrip {
	text-align: center;
	margin-top: 12px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;	
	border-bottom: solid 1px #CCCCCC;
	}
	
#gallerystrip img {
	padding-left: 10px;
	border: none;
	}
	
#formbox {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
	width: 340px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	}

dt {
	
	float: left;
	font-size: 120%;
	}

dd h2 {
	margin-bottom: 0px;
	}

.italics {
	font-style: italic;
	}
	
.bold {
	font-weight: bold;
	}

.center {
	text-align: center;
	font-size: 60%;
	}

