h1 {
	font-size: 20pt;
	font-weight: normal;
	color: #949494;
	padding-top:40px;
}

body {
	position: absolute;
	
/*	top: 50%;
	left: 0px;
*/	
	width: 100%;
	
	background-color: #7a838a;
	
	text-align: center;
}

#main {
	position: relative;
	
	
	/*	margin-left: -400px; */

	width: 1024px;
	height: 690px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	/*	padding: 10px; */
}

#logo {
	position: relative;
	float: left;
	top: 0px;
	width: 310px;
	height: 206px;
	margin-left:0px;
}

#maintext {
	position: relative;
	top: 2px;
	width: 670px;
	float: left;
}

#maintext p {
	color: #949494;
	font-size: 10pt;
}

#outer{
	position:absolute;
	height:170px;
	top:360px;
	width:625px;
	background:white;
}

#inner{
	position:absolute;
	left:310px;
	top:0;
	height:100%;
	width:138px;
	background:white;
}

#inner2{
	position:absolute;
	left:162.3px;
	top:0;
	height:100%;
	width:138px;
	background:white;
}

#inner3{
	position:absolute;
	left:162.3px;
	top:0;
	height:100%;
	width:138px;
	background:white;
}

#inner4{
	position:absolute;
	left:162.3px;
	top:0;
	height:100%;
	width:138px;
	background:white;
}
	
#outer p {
	color: #949494;
	font-size:7.5pt;
}
	
#bottomtext {
	position: relative;
	top:15px;
	width: 100%;
	float: left;
	background: white;
}

#bottomtext p {
	color: #949494;
	font-size: 8.5pt;
	padding-left: 12px;
	margin-top:5px;
	margin-bottom: 2px;
}

#bottomtext2 {
	position:absolute;
	top:260px;
	left:-630px;
	width:375px;
	background:white;
}

#bottomtext2 p {
	color: #949494;
	font-size:8.5pt;
	padding-left: 10px;
	margin-top:10px;
	margin-bottom:2px;
}
	
#copytext {
	position: relative;
	top:2px;
	width: 100%;
	float: left;
}

#copytext p {
	color: #949494;
	font-size: 5pt;
	padding-left: 12px;
	margin-top:0px;
	margin-bottom:0px;
}

#copytext2 {
	position:absolute;
	top:300px;
	left:-630px;
	width:125px;
	background:white;
}

#copytext2 p {
	color:#949494;
	font-size: 5pt;
	padding-left:10px;
	margin-top:0px;
	margin-bottom:0px;
}

#main a {
	color: #949494;
	text-decoration: none;
}

#main a:visited {
	color: #949494;
	text-decoration: none;
}

#main a:hover {
	color: #4aaa4a;
	text-decoration: none;
}


