/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 700px;
	background-color: #CAC7A2;
	background-image: url(images/bkgd-stripes-home.gif);
	background-repeat: repeat-y;
	background-position: 75% 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: small;
}
a:link, a:visited {
	color: #A8A789;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #A8A789;
	font-weight: bold;
	text-decoration: none;
}
#wrapper {
	text-align: center;
	width: 700px;
	height: 1%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10%;
}
#rotatinghomeimage {
	width: 300px;
	height: 1%;
	padding: 10px;
	margin-left: 20px;
	margin-bottom: 30px;
	border: solid #666666 1px;
	float: right;
	background-color: #FFFFFF;
}
.slideshowcenter {
	text-align: center;
}
.slideshowcenter>div{ /*Proper way to center a relative div*/
margin: 0 auto 0 auto;
}
#logonavwrapper {
	margin: 60px 0 0 auto;
	text-align: right;
}
#mainnavhome {
	margin-top: 30px;
}
#mainnavhome ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mainnavhome li {
	margin-top: 15px;
}
#mainnavhome a:link, #mainnavhome a:visited {
	font-size: 1em;
	font-weight: bold;
	color: #A8A789;
	height: 1%;
	text-decoration: none;
}
#mainnavhome a:hover {
	color: #706F5B;
	font-weight: bold;
}
#contentfooter {
	width: 100%;
	clear: both;
	text-align: center;
	margin: 30px auto 0 auto;
	border-top: solid #FFFFFF 1px;
}
.copyright {
	font-size: 0.8em;
	color: #666666;
}
