/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background-color: #E1DDC1;
	color: #333333;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;
}
a {
	color: #939362;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #990000;
}

.bottomNav {
	text-align: left;
	padding-top: 40px;
}
.copyright {
	text-align: center;
}
.kmackeyLink {
	text-align: center;
	padding-top: 15px;
}
#footer {
	height: 41px;
	width: 732px;
	position: absolute;
	bottom: 4px;
	left: 8px;
	padding-top: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #9A9A68;
	border-right-color: #9A9A68;
	border-bottom-color: #9A9A68;
	border-left-color: #9A9A68;
}



/************** Layout Elements *******************/
#wrapper {
	width: 750px;
	text-align: left;
	font-size: 95%;
	padding-top: 1px;
	position: relative;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 0 5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border: thin none #00009D;
	height: 725px;
	color: #333333;
}
#maincontainer {
	width: auto;
	position: absolute;
	left: 168px;
	top: 131px;
	height: auto;
	padding-left: 0px;
	padding-top: 0px;
}
#lowerContainer {
	height: 236px;
	width: 549px;
	position: absolute;
	left: 171px;
	top: 422px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: auto;
}
.darkgreen {
	color: #575739;
}



#navBox {
	height: 280px;
	width: 139px;
	position: absolute;
	left: 3px;
	top: 132px;
	padding-top: 0px;
	padding-left: 3px;
	border-right-color: #9A9A68;
	border-right-width: thin;
	border-right-style: none;
	text-align: right;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: left top;
	border-top-width: thin;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #9A9A68;
}
#navBox li a {
	color: #FFFFFF;
	text-decoration: none;
}
#navBox li hover {
	font-weight: bolder;
}

#navBox li {
	text-align: right;
	text-indent: 0px;
	display: block;
	list-style-image: none;
	list-style-type: none;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 30px;
	border: thin solid #7E7E54;
	background-color: #9A9A68;
}
#header {
	width: auto;
	padding: 0px;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: #856B48;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #856B48;
	border-right-color: #856B48;
	border-left-color: #856B48;
}
.red {
	color: #FF0000;
}
