body {
	background-color: #eeeeee;
	margin-top: 15px;
}

* {
	font-family: verdana;
	font-size: 12px;
	color: #444444;
}

#pageContainer {
	width: 800px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 2px;
	margin-bottom: 20px;
}

#logoHeaderCell {
	background-color: #ffffff;
	width: 200px;
	height: 170px;
	text-align: center;
	vertical-align: center;
}

#photoHeaderCell {

}

#navHeaderCell {
	background-color: #312D2E;
}

.navHeaderMenuTextOff {
	height: 25px;
	color: #cccccc;
	text-transform: uppercase;
	text-align: center;
	font-family: helvetica;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	padding-top: 3px;
}
.navHeaderMenuTextOn {
	height: 25px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	font-family: helvetica;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	padding-top: 3px;
}

.navHeaderMenuUnderlineOn {
	background-color: #DEB06A;
	height: 5px;
	padding: 0px 20px 0px 20px;
	border-left: 10px solid #312D2E;
	border-right: 10px solid #312D2E;
}

.navHeaderMenuUnderlineOff {
	background-color: #312D2E;
	height: 5px;
	padding: 0px 20px 0px 20px;
}

#navSidebarCell {
	background-color: #9D8D6B;
}

.sidebarBlock {
	width: 200px;
	padding: 15px 5px;
	border-bottom: 2px dotted #cccccc;
	color: #eeeeee;
	font-size: 11px;
}
.sidebarBlock a {
	color: #eeeeee;
	font-size: 11px;
}

.sidebarHeading {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF6B5;
	padding: 0px 0px 5px 0px;
}
.readMore {
	text-transform: uppercase;
	color: #CFC68F;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	cursor: pointer;
	text-decoration: underline;
	padding-top: 5px;
}

#contentCell {
	width: 600px;
}

h1 {
	color: #9D8D6B;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

p i {
	font-size: 11px;
}

#footerCell {
	background-color: #7E9197;
	padding: 15px;
}
.footerText {
	color: #eeeeee;
	font-size: 11px;
	cursor: default;
}
.footerTextLink {
	color: #eeeeee;
	font-size: 11px;
	text-decoration: underline;
}
