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

html {
	height: 100%;
	margin-bottom: 1px;
	}
body {
	margin: 0;
	padding: 0;
	}
.wrapper {
	font: 14px/20px Arial, Helvetica, sans-serif;
	color: #2D2B2B;
	margin: 0px auto;
	padding: 0;
}

p{ margin: 4px 0 8px;}
p.pad6 { padding: 6px 0;}
a {text-decoration: none;}

a.redlink {color: #E12157;}
a.redlink:hover {text-decoration: underline;}

a.greenlink {color: #9BB51A;}
a.greenlink:hover {text-decoration: underline;}

a.blacklink {color: #000; text-decoration: underline;}
a.blacklink:hover {color: #666; text-decoration: underline;}

.banner {
}
.byline {
	font:normal 16px/24px Arial;
	color: #fff;
	background-color: #000;
	border-top: 1px solid #fff;
	padding: 0 10px;
}
.line-height24 {
	line-height: 24px;
}
.line-height30 {
	line-height: 30px;
}
.right {
	float: right;
	}
.txtright {
	text-align: right;
}
.center {text-align: center;}
.border-top {
	border-top: 1px solid #B5B3B3;
}
.border-right {
	border-right: 1px solid #B5B3B3;
}
.border-bottom {
	border-bottom: 1px solid #B5B3B3;
}
.border-left {
	border-left: 1px solid #B5B3B3;
}

.leftColumn {
	float: left;
	border-right: 1px solid #B5B3B3;
	padding: 0px 15px 15px 0;
	margin-right: 15px;
}
.leftColumn img {
	margin: 0px auto;
	padding: 15px 15px 15px 0px;
}
.leftColumn.about img {
	padding: 15px 15px 0px 0px;
}
.rightColumn {
	margin: 0px auto;
	padding: 15px 0px 0px 15px;
	border: 0;
}
.content {
	padding: 0 0px 0 25px;
	}
.line-height24 {
	line-height: 24px;
}
.line-height30 {
	line-height: 30px;
}
.bold {
	font-weight: bold;
	}
.italic {
	font-style: italic;
}
h1 {
	font: normal 20px/50px Arial, Geneva, sans-serif;;
	text-align: left;
	margin: 0;
	padding: 0;
	}
.text18 {
	font: bold 18px/30px Arial, Geneva, sans-serif;
	letter-spacing: .1em;
}
.text14 {
	font: bold 14px/30px Arial, Geneva, sans-serif;
	letter-spacing: .1em;
}
.text12 {
	font: bold 12px/16px Arial, Geneva, sans-serif;
	letter-spacing: .17em;
}
.text16 {
	font: normal 16px/30px Arial, Geneva, sans-serif;
}
.txt14 {
	font-size: 14px;
}
paddingBottom { padding-bottom: 15px;}

.caption {
	font: 12px/15px Arial, Helvetica, sans-serif;
	margin: 5px 0 8px;
}
.leftColumn .caption {
	padding-right: 15px;
	margin: 3px 0 0px;
}
.turquoise {
	color: #009999;
}