@charset "utf-8";
body {
}

 
p {
	padding-top:10px;
	padding-bottom:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#CCCCCC;
}

.h1light {
	padding-top:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#DCDCDC;
	font-size: 7.55em;
	letter-spacing: -.075em;
	align: center;
}

.h1dark {
	padding-top:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#626456;
	font-size: 7.55em;
	letter-spacing: -.075em;
	align: center;
}
.space {
	height:40px;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #626456;
	letter-spacing: -.075em;
	text-decoration:none;
}

a:hover {
	border-bottom: 2px dotted #FFFFFF;
	color: #FFFFFF;
}


.logo {
   	padding: 50px 0px 25px 0px;
}

.main {
	width: 800px;
}
	  
.buttonleft {
	width: 395px;
	float: left;
	background-color: #B8D03B;
	font-size: 2.75em;
}
.buttonright {
	width: 395px;
	float: right;
    background-color: #B8D03B;
	font-size: 2.75em;
}

p.pfooter {
	_position: relative;
}

div.footer {
	display: table; 
	height: 100px; 
	width: 400px;
	_position: relative; 
	overflow: hidden;
}

div.footertext {
 	_position: absolute; 
	display: table-cell; 
	vertical-align: middle;
}