/* CSS Document */
body {
	background: white;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	}
a {
	color: #000000;
	text-decoration: underline;
}		

#nav{
	display: none;
	}
#footerCentered{
	padding-top:5pt;
	font-size: 7pt;
}

h1{
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 5pt;
	text-transform: uppercase;
}
h2{	font-size: 11pt;
	font-weight: bold;
	padding-bottom: 5pt;
	}
p, label{
	font-size: 10pt;
	padding-bottom: 5pt;
	}
input, select, textarea{
	font-size: 10pt;	
	}
.fields{
	width: 250pt;
	border:1pt solid #000;
}

/* Contact */
.contactLeft{
	width: 55%;
	padding: 10pt 5% 0 0
	}
.contactRight{
	width: 40%;
	padding: 10pt 0 0 0;	
	}
	
/* News */	
.news .newsLeft{
	float: left;
	margin: 10pt 0 0  0;
	width: 48%;
}
.news .newsRight{
	float: left;
	width: 48%;
	margin: 10pt 4% 0 0;
}
.news .text{
	float: left;
	width: 60%;
	padding: 0 0 0 10pt;
}
.alpha-shadow{ float: left;}

.news #mainPic{
	width: 300px;
	margin: 20pt 0 20pt 0;
}
.news #mainPic p{
	margin: 0 0 0 0;
	clear:both;
}
.news #mainText{
	margin: 0 0 10pt 0;
	float:left;
}