body {
	background: #c4c1b2 repeat;
	font-family: "Helvetica Neue", Optima, Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	min-width: 900px;
}

.decor_image {
	float: left;
	margin: 5px;
	padding: 3px;
	background-color: #4e4f4b;
	border: 1px solid #555555;
}

a {
	color: #444444;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

p {
	margin-top: 5px;
	margin-bottom: px;
	font-size: 14px;
	text-indent: 20px;
}

#ContentTable {
	background: url(../graphics/background.jpg) repeat;
}

/* @group Header */

#HeaderFrame {
	width: 100%;
	float: left;
	background: #231f20 url(../graphics/headerback.jpg) no-repeat center bottom;
	padding-top: 20px;
}

#Header {
	width: 800px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
}

#Header span {
	color: #333333;
	float: right;
	line-height: 20px;
	text-align: right;
}



/* @end */

/* @group Marketing */

#MarketingFrame {
	width: 100%;
	background: url(../graphics/marketingback.jpg) repeat-x;
	float: left;
}

#Marketing {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}



/* @end */

/* @group ContentMiddle */

#ContentFrame {
	width: 100%;
	background: #242424 url(../graphics/background.jpg) repeat;
	float: left;
}

#Content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: #ffffff url(../graphics/contenttop.jpg) repeat-x;
}

#ContentMiddle {
	font-size: 14px;
}

#ContentLeft {
	color: #333333;
	font-size: 14px;
}

#ContentMiddle h3 {
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 24px;
	letter-spacing: 2px;
}

.nav {
	width: 203px;
	background: url(../graphics/navback.jpg) repeat-y;
	font-size: 14px;
}

.nav a {
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	float: left;
	letter-spacing: 1px;
}

.nav a:hover {
	oio000ioio0
	text-decoration: none;
}

.nav a.selected {
	font-color:#000000;
	font-weight:bold;
}

#ContentMiddle ul {
	
}

#ContentMiddle li {
	list-style-image: url(../graphics/bullet.jpg);
	list-style-position: outside;
	margin-top: 8px;
}



/* @end */

/* @group Footer */

#FooterFrame {
	width: 100%;
	background: url(../graphics/footertop.jpg) no-repeat center top;
	float: left;
	border-top: 7px solid #ffffff;
}

#Footer {
	color: #ffffff;
	height: 150px;
	font-size: 14px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#Footer a {
	color: #ffffff;
	text-decoration: none;
}

#Footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}



/* @end */