#wrapper #navButtons {
	height: 30px;
	width: 340px;
	position: absolute;
	right: 0px;
	bottom: 5px;
}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	height: 85px;
	position: relative;
	border-right: thin solid #000;
	border-left: thin solid #000;
	position: relative;
	background-color: #ffffff;
}
#wrapper #logo {
	height: 80px;
	width: 378px;
	position: absolute;
	left: 10px;
	top: 2px;
}
#wrapper #navigation {
	height: 50px;
	width: 472px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url(../images/nav-bg.gif);
}

#bottomWrapper {
	height: 520px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border-right: thin solid #000;
	border-left: thin solid #000;
	background-color: #ffffff;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #153154F;
}
p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	padding: 15px;
}
#footer {
	height: 30px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #153154;
	border-right: thin solid #000;
	border-left: thin solid #000;
	border-bottom: thin solid #000;
	border-top: thin solid #000;
}
h6 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #ffffff;
	padding-left: 20px;
	font-size: 9px;
	color: #ffffff;
}
#footer #footerLeft {
	height: 30px;
	width: 400px;
	position: absolute;
	bottom: 12px;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #454545;
	padding-left: 15px;
}
#bottomWrapper #leftPanel {
	position: absolute;
	width: 200px;
	height: 350px;
}
#bottomWrapper #rightPanel {
	height: 450px;
	width: 650px;
	position: absolute;
	right: 0px;
}

/*#middleContainer #slideshow {
	height: 300px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	border-right: thin solid #000;
	border-left: thin solid #000;
}*/

/*Links color changes*/
a:link {color:#454545; text-decoration: none;}      /* unvisited link */
a:visited {color:#CCC; text-decoration: none;}   /* visited link */
a:hover {color:#434343; text-decoration: none;}     /* mouse over link */
a:active {color:#454545; text-decoration: none;}    /* selected link */