body {
	background: #F7EDD4;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	color: #333333;
}

.container {
	text-align: center;
	position: relative;
	z-index: 1;
}

.innercontainer {
	float: center;
	margin-left: auto;
	margin-right: auto;
	width: 906px;
}

.header {
	background: #000000;
}

.menu {
	float: center;
	background: url(../i/menu_bg.gif) repeat-x top #F7EDD4;
}

.menuItem {
	border-top: 6px solid #000000;
}

.menuItemOpen {
	border-top: 6px solid #F7EDD4;
}

.content {
	background: url(../i/content-background.gif) repeat-x;
	float: left;
	position: relative;
	z-index: 1;
	width: 906px;
}

.leftcontent {
	width: 362px;
	padding-left: 26px;
	padding-top: 29px;
	background: inherit;
	float: left;
}

.centercontent {
	background: inherit;
	float: right;
	margin-right: 29px;
	padding-top: 29px;
	width: 845px;
}

.rightcontent {

	background: inherit;
	float: right;
	margin-right: 29px;
	padding-top: 29px;
}

.rightcontentbox {
	background: #F7EDD4;
	padding: 15px;
	width: 365px;
	margin-bottom: 6px;
	z-index: 20;
	display: block;
}

.imagecontainer {
	float: left;
	width: 906px;
	text-align: left;
}

.imagecontent {
	background: #F7EDD4;
	padding: 15px;
	float: left;
}

.imagediv {
	background: #F7EDD4;
	margin-bottom: 43px;
	margin-right: 13px;
	float: left;
}

h1 {
	font-size: 25px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-family: Gill Sans MT;
	font-weight: normal;
}

p, li, table.chart {
	margin-top: 0px;
	font-family: Verdana;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
}



li {
	margin-left: -15px;
}

.quote {
	font-family: Gill Sans MT;
	font-size: 12px;
	text-align: left;
}

.author {
	font-family: Gill Sans MT;
	font-size: 12px;
	text-align: right;
}

.caps {
	font-family: Gill Sans MT;
	font-size: 12px;
	text-align: left;
	margin-bottom: 5px;
}

div.footercontainer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
	float: center;
	z-index: 30;
}

div.footer {
	float: center;
	margin-right: auto;
	margin-left: auto;
	width: 907px;
	background: url(../i/footer_bg.gif) repeat-x bottom;
}

table.footer {
	font-family: Verdana;
	text-align: left;
	font-size: 9px;
	margin-top: 15px;
	margin-left: 28px;
	margin-right: 28px;
	color: #333333;
}

a.footer {
	color: #333333;
	font-family: Verdana;
	font-size: 9px;
	text-decoration: none;
}

a.footer:hover {
	text-decoration: underline;
	color: #666666;
}

a {
	color: #333333;
}