body {
	font-family: Veranda;
	font-size: 11px;
	text-align: center;
	margin: 0 auto;
	background-image: url(../images/background-pattern.jpg);
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #063;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #960;
	letter-spacing: 0.1em;
	font-style: italic;
	font-weight: bold;
}

.float-right {
	float: right;
}
.float-left {
	float: left;
}


#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 760px;
	position: relative;
}
#topnav {
	white-space: nowrap;
}
#content-main {
	width: 530px;
	margin-bottom: 20px;
}
#content-navigation {
	width: 222px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #363;
	line-height: 20px;
	font-weight: bold;
}
#content-navigation #callout {
	background-image: url(../images/background-pattern.jpg);
	width: 168px;
	padding: 6px;
	margin: 0 0 20px 30px;
}
#content-navigation #callout p {
	margin: 9px 0;
}

#content-navigation #news {
	text-align: left;
	margin-left: 25px;
	margin: 12px 12px 12px 20px;
}

#content-navigation #response-buttons img {
	margin-bottom: 9px;
}
#content {
	background-image: url(../images/background-pattern-light.jpg);
	padding-top: 20px;
}
#content-main #content-area {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
.content-padding-right {
	margin: 0 20px 10px 65px;
	}
.content-padding-left {
	margin: 0 20px 10px 0;
	}
#leftnav {
	margin: 0 12px;
	padding-right: 6px;
}

#footer {
	clear: both;
	text-align: center;
	margin-top: 20px;
}
#footer .padding-right {
	padding-right: 150px;
}
#footer .padding-left {
	padding-left: 220px;
}



#content-area a:link {
	color: #063;
	text-decoration: none;
	border-bottom: dotted #063 1px;
}
#content-area a:visited {
	text-decoration: none;
	color: #960;
	border-bottom: dotted #960 1px;
}
#content-area a:hover {
	text-decoration: none;
	color: #063;
	border-bottom: none;
}
#content-area a:active {
	text-decoration: none;
	color: #900;
	border-bottom: dotted #900 1px;
}
.altButtonFormat2 {
	background-color: #063;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	border: 1px solid #9CC;
	width: 75px;
	margin: 0 8px;
}
#contact-form {
	width: 80%;
}
input, select {
	width: 175px;
	font-size: 11px;
}
#contact-form label {
	margin-right: 9px;
	float: right;
}
#contact-form td {
	padding-bottom: 6px;
}
.rule-above {
	border-top: dotted #630 1px;
	margin-top: 12px;
	padding: 12px 0;
}
.rule-below {
	border-bottom: dotted #630 1px;
	margin-bottom: 12px;
	padding: 12px 0;
}
.border-right {
	border-right: dotted #630 1px;
}

.red-text {
	color: #f00;
}
