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

/* boxes */
.container {
	width: 950px;
	margin: 0px;
	padding: 15px;
	background-image: url(images/bg-logo-gradient.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 550px;
}
.container-details {
	width: 950px;
	margin: 0px;
	padding: 15px;
	background-image: url(images/bg-logo-details.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 550px;
}
.fullcol {
	width: 900px;
	margin: 0 auto;
	padding: 15px 15px 25px;
	float:left
}
.leftcol {
	width: 240px;
	margin: 0 auto;
	padding: 15px;
	float:left
}
.midcol {
	width: 400px;
	margin: 0 auto;
	padding: 15px;
	float:left
}
.rightcol {
	width: 200px;
	margin: 0 auto;
	padding: 140px 0px 0px 10px;
	float:left;
}

/* boxes on all pages but the index page */

.maincontent {
	width: 600px;
	margin: 0 auto;
	padding: 15px;
	float:left;
}
.two-columnpage {
	width: 400px;
	margin: 0 auto;
	padding: 15px;
	float:left;
}

/* Typography */
.subheadtxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #005F37;
	letter-spacing: 2px;
}
.smalltxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	color: #000;
}
.mediumtxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16.5px;
	color: #000;
}
.nav {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	font-weight: normal;
	word-spacing: 1px;
}
#topbar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
}
.nav02 {
	color: #007443;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.subhead02 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #005F37;
	letter-spacing: 2px;
}
.subhead03 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #005F37;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
}
.bodytxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #000;
}
.indenttxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	text-indent: 20px;
}
.greentxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #005F37;
	text-indent: 20px;
}
/* Links */
.alink {
	color:#060;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFF;
	text-decoration: none;
}
.alinksmall {
	color:#060;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFF;
}
