html, body{
	margin: 0;
	padding: 0;
	color: #72878D;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

body{
	background-color: #555E64;
}

#mainContent{
	margin: 100px auto 0;
	width: 922px;
	height: 460px;
	background-image: url(../Images/GeneralImages/background.png);
	padding: 30px 20px;
}

#columnLeft{
	height: 440px;
	width: 695px;
	float: left;
	padding: 20px;
}

#columnRight{
	height: 460px;
	float: right;
}

#logo{
	height: 100px;
	text-align: right;
	margin: 20px 20px 0 0;
}

#columnRight a img{
	border: 0px solid #FFFFFF;
}

#address{
	margin: 30px 20px 0 0;
	font-size: 11px;
	color: #005167;
	text-align: right;
}

#address a{
	color: #005167;
}

#address a:Hover{
	color: #FFF;
	text-decoration: none;

}

#content{
	height: 305px;
	text-align: center;
	padding: 0 100px	
}

.smallHeader{
	font-weight: bold;
}

#content a{
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background-image: url(../Images/GeneralImages/button.png);
	width: 182px;
	padding: 7px 22px 8px;
	margin: 15px 0;
	
}

#content a:Hover{
	background-position: 0 -30px;

}

#content p{
	padding: 20px;
}

#title h1{
	color: #005167;
	margin-left: 20px;
}