#Wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#Header {
	position: relative;
	background-image: url(images/logonavbar.gif);
	background-position: left 15px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-top: 2px;
	height: 75px;
}

#Footer {
	clear: both;
	bottom: 0px;
	left:0px;
}

.highlight {
	color: #FDCC6C;
	font-style: italic;
}

.Navbar {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 25px;
	font-family: "Adobe Garamond Pro", Georgia, Palatino, serif;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 5px;
	width: 730px;
	font-size: large;
	font-weight: normal;
	top: 15px;
}

ul.Navbar li {
	display: inline;
	top: 15px;
}

.Bottomnav {
	list-style-type: none;
	padding-left: 0px;
	font-family: "Adobe Garamond Pro", Georgia, Palatino, serif;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 800px;
	font-size: small;
	font-weight: normal;
	text-align: center;
	background-repeat: repeat-x;
	padding-right: 0px;
	background-image: url(images/bottomnav.png);
}
.Bottomnav a:hover {
	color: #993399;
}

.Bottomnav a {
	font-family: "Adobe Garamond Pro", Georgia, Palatino, serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
}

ul.Bottomnav li {
	display: inline;
	padding: 5px;
	}
	
h1 {
	font-family: "Adobe Garamond Pro", Georgia, Palatino, serif;
	font-weight: lighter;
	color: #999999;
}

p {
	font-family: "Adobe Garamond Pro", Georgia, Palatino, serif;
	color: #999999;
}

body {
	background-color: #EDE8E7;
}

ul.Navbar a {
	font-family: "Adobe Garamond Pro", Georgia, Palatino, serif;
	font-size: large;
	color: #FFFFFF;
	text-decoration: none;
}

ul.Navbar a:hover {
	color: #DB97DB;
}
a {
	color: #993399;
	text-decoration: none;
}
a:hover {
	color: #DA97DA;
}

.indent {
	padding-left: 20px;
	border-left-style: solid;
	border-left-color: #FECD6E;
	border-left-width: 10px;
	display: block;
	margin-left: 25px;
	}
	
	.info {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFCC66;
	margin-left: 25px;
	padding-left: 20px;
}

.bold {
	font-weight: bold;
	color: #FFCC66;
}

.rightimg {
	float: right;
	margin-left: 15px;
}
.leftimg {
	float: left;
	margin-right: 15px;
	z-index: 0;
}

h2 {
	color: #FECD6F;
	font-family: "Adobe Garamond Pro", Georgia, Palatino, serif;
	font-weight: lighter;
	padding-top: 5px;
	padding-bottom: 5px;
}

.shadow{
	background-image:url(images/gradient.png);
	width:820px;
	background-repeat: repeat-y;
	margin-right:auto;
	margin-left:auto;
	}
