body {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 1.3;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 18pt;
}

p {
	font-size: 10pt;
	padding-left: 15px;
}
a img { 
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	width: 960px;
	background: #FFF;
	border: #999 1px solid;
	margin: 20px auto 0px; 
}

.header {
	background: #FFF;
	padding: 15px;
	border-bottom: #999 1px solid;
}

.header img {
	padding: 0 340px;
}
.content {

	padding: 0;
	background: #FFFFFF;
}

.contentleft { 
	float: left;
	margin-right: 8px;
	width: 30%;
}

.content ul {
	padding: 0;
	margin: 0 0 20px 20px;
	font-size: 10pt;
}

.content ul li {
	padding: 0;
	margin-left: 20px;
}

.contentbottom {
	float: none;
	padding: 0px 0px 20px 0px;
	margin: auto;
	width: 100%;
	border-top: #999 1px solid;
	text-align: center;
}


.contentbottom p {
	padding: 0px;
	text-align: center;
}

.footer {
	padding: 10px 0;
	background: #29499C;
	color: #FFF;
}

.fltrt {  /* this class can be used to float an element right in the page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in the page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

