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

body {
	background-color:#2b636d; /* turquoise */
	background-image:url(../images/body-bg.gif);
	background-repeat:repeat-x;
	margin: 8px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.red {
	color:#8e001c; /* red */
}
.turquoise {
	color:#2b636d;
}
.wrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
.header #logo {
	float: right;
	margin-right: 5px;
}
.header H1.red {
	float: right;
	padding: 0px;
	font-size: 17px;
	font-weight: bold;
	margin-top: 4px;
	margin-right: 1ex;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing:1px;
}
.header h2.red {
	font-size: 16px;
	font-style: italic;
	margin-top: 4px;
	margin-left: 2em;
}
.page {
	background-color: #FFFFFF;
}
.flash {
	text-align: right;
	margin-top: 24px;
	margin-bottom:10px;
}

.content {
	width: 570px;
	margin-left: 30px;
	margin-top: 24px;
	padding-bottom:24px;
}
.content {
	min-height:520px;
}
.content h1 {
	font-family:"Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size:22px;
	font-weight:normal;
	border-bottom:1px solid #8e001c; /* red */
	display:inline-block;
	margin-bottom:0;
}
.content h2 {
	color:#9d9d9d;
	font-size:100%;
	text-transform:uppercase;
	margin-top:2px;
	font-weight:normal;
}
.content h4 {
	color:##8e001c; /* red */
}


h3.quote {
	width:220px;
	float:left;
	margin-right:2em;
	margin-bottom:1em;	
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	text-align:center;
	font-size:20px;
	line-height:30px;
}

.content a:link, .content a:visited {
	text-decoration:none;
	color:#2b636d; /* turquoise */
	border-bottom:1px dotted #8e001c; /* red */
}
.content a:hover, .content a:active {
	text-decoration:none;
	color:#8e001c; /* red */
	border-bottom:1px solid #8e001c; /* red */
}

.stripe {
	height:10px;
	background-image:url(../images/stripes.gif);
	background-repeat:repeat-x;
	margin-left:2em;
	margin-right:2em;
}
.footer {
	background-color:#000;
	padding:1em;
	color:#fff;
	text-align:center;
}
.footer h1 {
	color:#8e001c; /* red */
	font-size:15px;
}
.footer h1 img {
	vertical-align:middle;
}
.footer h2 {
	font-size:12px;
	font-weight:normal;
}
.footer ul {
	list-style:none;
	margin-left:0;
	padding-left:0;
}
.footer ul li {
	display:inline;
}
.footer ul li a {
	padding-left:6px;
	padding-right:6px;
}
.footer h2 a:link, .footer h2 a:visited {
	color:#fff;
	text-decoration:none;
}
.footer h2 a:hover, .footer h2 a:active {
	color:#fff;
	text-decoration:underline;
}
.footer p {
	color:#6a6a6a; /* medium gray */
}
.footer p a:link, .footer p a:visited {
	color:#6a6a6a; /* medium gray */
	text-decoration:none;
}
.footer p a:hover, .footer p a:active {
	color:#8a8a8a; /* medium gray */
	text-decoration:none;
}



#menu h2 {
	color:#2b636d; /* turquoise */
	font-size:12px;
	border-top:2px solid #fff;
	margin-left:10px;
	padding-top:4px;
}


.imageOnLeft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
	border:none;
}
.imageOnRight {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
	border:none;
}

.clearer {
	clear:both;
}
.twitter {
	text-align:left;
	margin-top:10px;
}
.facebook {
	text-align:center;
	margin-top:10px;
}
.youtube {
	text-align:center;
	margin-top:10px;
}