@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
	margin-top: 25px;
	padding-top: 25px;
	color: #333333;
}

a:link {
	color: #FF6600;
	text-decoration: none;
}

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

a:active {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.navMain10 {
	padding-bottom: 10px;
	padding-left: 15px;
}
.navSub9 {
	padding-bottom: 9px;
	padding-left: 15px;
}
.navSub10 {
	padding-bottom: 9px;
	padding-left: 15px;
}
.navBreak {
	padding-bottom: 20px;
}

#header {
	height: 39px;
	text-align: right;
	margin-bottom: 55px;
}

#content {
	height: 510px;
}

#leftColumn {
	float: left;
	width: 200px;
}

#rightColumn {
	float: right;
	width: 580px;
}

#address {
	height: 19px;
	margin-top: 19px;
	padding-left: 21px;
}

#footer {
	margin-top: 19px;
	clear: both;
	text-align: left;
	height: 16px;
}
