.indexpic {
	border-top-width: thick;
	border-bottom-width: thick;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #151D12;
	border-bottom-color: #696969;
	text-align: center;
	vertical-align: middle;
}
.indexpic>div { /*Proper way to center a relative div*/
	margin: 0 auto;
	vertical-align: middle;
}
.construct {
	font-family: "Book Antiqua", "Times New Roman", serif;
	font-size: xx-large;
	font-style: italic;
	text-align: center;
	color: #3A647C;
}
.return {
	font-family: "Book Antiqua", "Times New Roman", serif;
	font-size: xx-large;
	font-style: italic;
	text-align: right;
	color: #3A647C;
	border-top-width: thick;
	border-top-style: double;
	border-top-color: #696969;
	text-decoration: none;
}
.homepic>div {
	margin-top: 0;
	margin-bottom: 0;
	height: 480px;
	width: 640px;
	float: left;
}
.homepic {
	border-top-width: thick;
	border-bottom-width: thick;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #151D12;
	border-bottom-color: #696969;
	height: 480px;
	width: 640px;
	margin-right: 0px;
	text-align: center;
}
#menu {
	position:relative;
	font-family: "Book Antiqua", "Times New Roman", serif;
	font-style: italic;
	color: #5D431E;
	width: 200px;
	text-align: right;
	margin-right: 15px;
	height: 240;
	vertical-align: middle;
	float: left;
	background-color: #FFFFFF;
	z-index: 10;
	line-height: 75%;
}
#slide {
	position:relative;
	width:320px;
	height:240px;
	z-index:0;
	text-align: center;
	float: none;
	margin-top: 15px;
}
.nav {
	font-family: "Book Antiqua", "Times New Roman", serif;
	font-style: italic;
	font-size: 10pt;
	color: #3A647C;
}
#menu .item {
	padding: 3px 10px 3px 3px;
}
a:link {
	color: #3A647C;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
a:visited {
	color: #3A647C;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}
a.item:link {
	color: #3A647C;
	text-decoration: none;
}
a.item:visited {
	color: #3A647C;
	text-decoration: none;
}
a.item:hover {
	color: #000000;
	text-decoration: underline;
}

a.item:active {
	color: #FFFFFF;
	background-color: #696969;
	text-decoration: underline;
}
.shade {
	background-color: #CCDCE3;
	text-align: center;
}
.sans {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	}
.shadehead {
	background-color: #9CBBC9;
}
.feature {

	font-family: "Book Antiqua", "Times New Roman", serif;
	font-size: large;
	font-style: italic;
	text-align: left;
	color: #3A647C;
	text-decoration: none;
}
.topcontainer {
   position: relative;
   height: 50px;
	font-family: "Book Antiqua", "Times New Roman", serif;
	font-size: xx-large;
	font-style: italic;
	color: #3A647C;
	text-decoration: none;
	border-bottom-style: double;
	border-bottom-width: thick;
	border-bottom-color: #696969;
   }

.left-element {
   position: absolute;
   left: 0;
   width: 90%;
   }

.right-element {
   position: absolute;
   right: 0;
   width: 50%;
   text-align: right; /* depends on element width */
   }
.botcontainer {
   position: relative;
   height: 50px;
	font-family: "Book Antiqua", "Times New Roman", serif;
	font-size: xx-large;
	font-style: italic;
	color: #3A647C;
	text-decoration: none;
	border-top-style: double;
	border-top-width: thick;
	border-top-color: #696969;
}
.constructsm {

	font-family: "Book Antiqua", "Times New Roman", serif;
	font-size: x-large;
	font-style: italic;
	text-align: center;
	color: #3A647C;
}
.gradient {
	background-image: url(images/gradient.jpg);
	border: 2px solid #FF0000;
	padding: 4px 2px;
	width: 396px;
}
.red {
	color: #E00000;
	vertical-align: top;
}
