body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	background-color: #8EB0A2;
	color: #000;
	}

p {
	margin:0;
	padding:0;
	font-size: 10px;
	padding-bottom: 8px;
	}

.mainText {
	font-size: 13px;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	padding-bottom: 8px;
	font-weight:bold;
	color: #8EB0A2;
	}
h1 {
	font-size: 18px;
	}
h2 {
	font-size: 16px;
	}
h3 {
	font-size: 12px;
	}
h4 {
	font-size: 11px;
	color: #000;
	}

strong, b {
	font-weight: bold;
	}

em, i {
	font-style: italic;
	}

a:link, a:visited, a:active, a:hover {
	outline: none;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #8EB0A2;
	}
img {
	border: 0;
	}

div#content {
	margin: 0 auto;
	border: 0;
	width: 702px;
	background-color: #FFF;
	}

div#main {
	position: relative;
	margin: 0 auto;
	padding:0;
	border: 0;
	text-align: left;
	background-image: url('images/top.jpg');
	background-repeat: no-repeat;
	}

div#homeButton {
	position:absolute;
	top:4px;
	left:8px;
	width:98px;
	height:36px;
	}

div#container {
	margin-left:20px;
	padding:0;
	padding-top:20px;
	width:660px;
	height:480px;
	}

.left{
	position:relative;
	float:left;
	width:145px;
	height:100%;
	}

.center {
	position:relative;
	float:left;
	padding-left:25px;
	padding-right:20px;
	width:256px;
	height:100%;
	border-right: 1px solid #CCC;
	}

.right{
	position:relative;
	float:left;
	padding-left:20px;
	width:183px;
	height:100%;
	}

div#social {
	margin-top: 20px;
	margin-left:20px;
	padding:0;
	width:660px;
	background-color: #FFF;
	height:75px;
	}
div#social p {
	}
.socialCenter {
	position:relative;
	float:left;
	padding-left:25px;
	width: 485px;
	}

div#copyright {
	visibility: hidden;
	display: none;
	}

.copyright, div#copyright p {
	font-size: 9px;
	color: #777;
	}

