@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}

html, body {
	background-color: #FFFFFF;
	background-position: center;
	text-align: left;
	height: 100%;
}

.clear {
	clear: both;
	text-align: left;
}

.maincontent {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 0 -70px;
	width: 1095px;
}

.mainheader {
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 1095px;
}

.logoheader {
	width:227px;
	height:200px;
	float:left;
	margin: 0px;
	padding: 0px;
}

.mainheadercontact {
	width:850px;
	height:136px;
	float:right;
	margin: 0px;
	text-align:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.mainheaderinformation {
	width:850px;
	height:28px;
	margin: 0px;
	float:right;
	vertical-align: bottom;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.content {
	width:850px;
	height:auto;
	margin: 0px;
	float:right;
	text-align:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Arial;
	color: #000;
	font-weight: normal;
}

#contentcolumn {
	width:203px;
	height:auto;
	margin: 0px;
	float:left;
	text-align:left;
	;
	padding-left: 5px;
	font-weight: normal;
}

.contentleft {
	width:150px;
	height:auto;
	margin: 0px;
	float:left;
	text-align:left;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 70px;
}

.footer {
	width:850px;
	height:50px;
	float:center;
	text-align:center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 227px;
}

.push {
	height: 70px;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	width: 750px;
	height: auto;
}

.content p{
	padding-top: 15px;
	font-family: Arial;
	font-weight: normal;

	color: #;
	font-size: 18px;
	color: #000;
}

.contentleft p{
	padding-top: 15px;
}

a {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	}
a:visited {
	color: #999999;
}
a:hover {
	color: #0099ff;
}
a:active {
	color: #0099ff;
}

.right {
	float: right;
	padding: 5px;
}

