/*New Content*/

body {
	margin: 0px;
	padding: 0px;
}
#back {
	text-align: center;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 1024px;
	height: 100%;
}
#leftcol {
	float: left;
	width: 200px;
	height: 100%;
	padding-top: 30px;
}
#cbody {
	float: left;
	width: 824px;
	height: 100%;
}
#content_header{
	background: #fff;
	font-size: 2.5em;
	padding: 20px;
	margin: 40px;
	margin-right: 70px;
	margin-left: 70px;
	text-align:center;
}
#content {
	background: #fff;
	width: 800px;
	height: 100%;
	padding: 20px;
}
#footer {
	background: #fff;
	clear: both;
	width: 764px;
	padding-left: 10px;
	margin: 20px;
	border-color: #c8d271;
	border-style: solid;
	border-width: 2px;
}
.col {
	background: #fff;
	float: left;
	width: 412px;
	padding: 20px;
}
.ad {
	color: #fff;
	margin: 20px;
	padding: 10px;
	border-color: #c8d271;
	border-style: solid;
	border-width: 1px;
}

/*Old Content*/
.legal {
text-align: center;
font-size: small;
font-style: italic;
font-weight: lighter;
}

.center {
text-align: center;
}

.border {
border: 2px solid #250000;
border-spacing: 10px;
}

.rhimage {
padding-left: 10px;
}

.bold {
font-weight: bold;
}

.tablefixedwidth {
table-layout: fixed;
}

.title {
font-size: 14pt;
text-align: left;
font-weight: bold;
}

table {
border-spacing: 0;
}

h2 {
text-align: left;
}

p {
text-align: left;
}

li {
text-align: left;
}

img {
border: 0em;
}