html,body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
a {
	color: #699;
	text-decoration: none;
}
a:hover {
	color: #366;
	text-decoration: underline;
}
a img {
	border: none;
}
img.imgLeft {
	float: left;
	margin: 0 12px 12px 0;
}
img.imgCenter {
	margin: 0 auto 12px auto;
}
img.imgRight {
	float: right;
	margin: 0 0 12px 12px;
}
#menuBar {
	position: absolute;

	width: 130px;
	color: #FFF;
	z-index: 2;
}
#menuBar .logo {
	margin: 12px 0 0 8px;
	border: none;
}
#menuBar ul {
	position: absolute;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
#menuBar ul li {
	position: relative;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 0;
	width: 136px;
	height: 31px;
	border-bottom: 1px solid #FCC;
}
#menuBar ul li a {
	display: block;
	position: absolute;
	width: 115px;
	height: 31px;
}
#menuBar ul li a .nav {
	border: none;
}
#menuBar ul li ul {
	display: none;
	z-index: 3;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: 128px;
	background: #FFF;
	border: 1px solid #366;
}
#menuBar ul li ul li {
	z-index: 3;
	width: 180px;
	height: 26px;
	margin: 0;
	padding: 0;
	border: none;
}
#menuBar ul li ul li a {
	display: block;
	width: 172px;
	height: 18px;
	padding: 4px;
	color: #366;
	font-size: .75em;
	text-decoration: none;
	text-indent: 8px;
}
#menuBar ul li ul li a:hover {
	color: #FFF;
	background: #366;
}
#menuBar ul li:hover ul, #menuBar ul li.hover ul {
	display: block;
}
#menuBar .navSearch {
	border: none;
}
#menuSearcher {
	padding-top: 24px;
}
#menuSearcher input {
	width: 108px;
}
#siteContainer {
	position: relative;
	height: auto;
	min-height: 100%;
	margin-left: 130px;
	background-image: url(../../images/layout/retroBackdrop.gif);
}
#shadowLeft {
	position: absolute;
	width: 12px;
	height: 100%;
	background: url(../../images/layout/shadowLeft.png) repeat-y;
	overflow: hidden;
}
#shadowLeft span {
	display: block;
	width: 100%;
	height: 36px;
	background: #366;
}
.shadowTop {
	position: absolute;
	width: 100%;
	top: 36px;
	left: 0;
	background: url(../../images/layout/shadowTop.png) repeat-x;
}
.header {
	height: 36px;
}
.shadowTop span {
	display: block;
	width: 27px;
	height: 27px;
}
.pageHeader {
	position: relative;
	top: -56px;
	margin-bottom: -56px;
	text-align: center;
}
#content {
	width: 690px;
	min-height: 500px;
	padding: 36px 36px 64px 36px;
}
#content p {
	margin-bottom: 18px;
}
#content .home_main {
	width: 520px;
	font-weight: bold;
	vertical-align: top;
}
#content .home_picbar {
	width: auto;
	padding-left: 36px;
	text-align: left;
	vertical-align: top;
}
#content .home_picbar img {
	margin: 4px 0 4px 0;
	border: 4px solid #FFF;
}
#content td {
	vertical-align: top;
}

.ClearFix {
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
html, body, .header, .shadowTop span {
	background: #366;
}

#siteContainer {
	background-color: #FFF;
}
#pagefootergraphic {
	position: absolute;
	bottom: 0;
	left: -130px;
	z-index: 0;
}
#footNav {
	position: absolute;
	bottom: 0;
	margin-bottom: 24px;
	padding: 0 36px 0 36px;
	text-align: center;
}
#footNav ul {
	display: inline;
	margin: 12px 0 12px 0;
	list-style: none;
}
#footNav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#footNav ul li a {
	font-size: .75em;
}


