/* CSS Document */

body {
	background-color: #05438a;
	margin:0px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-family:Arial, Verdana, "Trebuchet MS";
	color:#333333;
}
.top {
	background-image:url(images/topPage.gif);
	margin:0px auto;
	height: 25px;
	width:960px;
}
.bottom {
	background-image:url(images/bottomPage.gif);
	margin:0px auto;
	height: 25px;
	width:960px;
}
.page {
	background-image:url(images/midPage.gif);
	margin:0px auto;
	width:870px;
	padding: 20px 45px 20px 45px;
}
.colleft {
	width: 210px;
	float: left;
	line-height: 24px;
	font-size:14px;
}
a {	
	color: #333333;
	text-decoration:none;
}
a:hover {	
	text-decoration:underline;
}
.colRight {
	float:right;
	width: 629px;
	background-image:url(images/mainBg.jpg);
	background-repeat:no-repeat; 
	background-position:0px 0px;
	font-size:14px;
	padding-top: 180px;
	padding-left: 30px;
}
.title {
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 15px;
}
.address { 
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #cccccc;
	font-size: 12px;
	text-align: right;
	color: #666666;
	width: 659px;
	float:right;
