﻿body {
	font-family: Verdana, Arial, Sans Serif;
	font-size: 11px;
	color: #000000;
	background-color: #ADA190;
}
div{
	font-family: Verdana, Arial, Sans Serif;
	font-size: 11px;
	color: #000000;
}
table,tr,td {
	border-width: 0px;
	font-family: Verdana, Arial, Sans Serif;
		font-size: 11px;
		color: #000000;
	border-collapse: collapse;
	width: 89%;
}

a {color:black }

h1 {
	font-family: Verdana, Arial, Sans Serif;
	font-size: 14px;
	font-weight: bold;
	color: #D8A480;
	line-height: 14px;
	margin: 8px 0px 8px 0px;
}
h2 {
	font-family: Verdana, Arial, Sans Serif;
	font-size: 13px;
	font-weight: bold;
	color: #D8A480;
}

/*---------------------- Page Containers -----------------------*/
#contentBox {
	padding: 15px;
	width: 540px;
	height: auto;
	background-color: white;
	border: solid 1px #CEA990;
	position: relative;
	top: 35px;
	left: 220px;
}
#headerGlow {
	width: auto;
	height: 270px;
	margin: 0px;
	padding: 0px;
	background-image:url('/images/glowSlice270.jpg');
	background-repeat:repeat;
	position: absolute;
	top: 0px;
	left: -10px;
	right: 0px;
}
#logoBox {
	width: auto;
	height: 50px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#leftPhotoBox {
	width: 80px;
	height: 160px;
	padding: 0px;
	margin: 0px;
	border-top:solid 1px #CEA990;
	border-bottom:solid 1px #CEA990;
	Position: Absolute;
	top: 50px;
	Left: 0px;
}
#menuBox {
	width: 150px;
	height: 160px;
	padding: 0px;
	margin: 0px;
	background-image:url('../images/menuBackSlice.gif');
	background-repeat:repeat;
	border-top:solid 1px #CEA990;
	border-bottom:solid 1px #CEA990;
	position: absolute;
	top: 50px;
	left: 80px;
}
#footerBox {
	Padding: 8px;
	margin: 0px;
	width: 300px;
	height: 40px;
	position: relative;
	top: 35px;
	left: 220px;
}

/*---------------------- Navigation -----------------------*/
#nav {
}
#nav a {
	font-size: 9px;
	color: #D8A480;
	font-weight:bold;
	text-decoration: none;
}
#nav a:hover {
	color: #766E63;
	text-decoration: underline;
}
#nav ul {

	margin: 0;
	padding: 0;
}
#nav ul.navLi li {
	list-style-image:url('../images/bullet.gif');
	margin: 4px 0px 0px 30px;
}

/*---------------------- Content Formatting -----------------------*/
.subHead {
	font-family: Verdana, Arial, Sans Serif;
	font-size: 12px;
	font-weight: bold;
	color: #7E513A;
}
.footer {
	font-size: 10px;
	color: #808080;
}
