@charset "UTF-8";
/* CSS Document */
html {margin: 0; padding: 0;}
body {	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	alink: #FFF;
	vlink: #F00;
	link: #F00
}
/* boxes */
.container {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.fullcol {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 20px;
	float:left;
	text-align: center;
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #CCC;
}
.footer {
	width: 100%;
	margin: 0px;
	padding: 20px 20px 20px;
	float:left;
	text-align: center;
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #CCC;
	vertical-align: center;
}
.halfcolleft {
	width: 350px;
	margin: 0 auto;
	padding: 60px 25px 25px;
	float:left;
	text-align: center;
}
.halfcolbrd {
	width: 325px;
	margin: 0 auto;
	padding: 60px 25px 25px 60px;
	float:left;
	text-align: left;
}
.portrait {
	width: 325px;
	margin: 0 auto;
	padding: 60px 25px 25px 60px;
	float:left;
	text-align: right;
}
.halfcolright {
	width: 50%;
	margin: 0 auto;
	padding: 25px 15px;
	float:left;
	text-align: left;
}

/* Typography */
.nav01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #F00;
}
.subheadtxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #333;
	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;
}

.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;
}
.bodytxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	list-style:inside;
}
.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;
}
* {
	margin: 0; padding: 0;
}
.itals {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #000;
	width: 150px;
	text-align: left;
	clear: right;
	float: left;
	padding: 10px 0px 25px 15px;
}
.giant {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-style: bold;
	color: #000;
	width: 250px;
	text-align: left;
	padding-bottom: 5px;
	clear: right;
	float: left;
}
