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


outline { 
	none;
}

body {
	text-align: center;
	min-width: 900px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-image: url(../images/bg_tile.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 25px;
}

/* WRAPPER */

#wrapper {
	text-align: left;
	width: 900px;
	background-color: #FFFFFF;
	border: 3px solid #971223;
	margin: 0 auto;
}

/* MASTHEAD - includes siteNav */

#wrapper #masthead {
	text-align: center;
}

/* SITENAV */

#wrapper #masthead #siteNav {
	color: #971223;
	background-image: url(../images/siteNav_bg.gif);
	background-repeat: repeat-x;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

#wrapper #masthead #siteNav li {
	list-style-type: none;
	padding-right: 25px;
	padding-left: 25px;
	display: inline;
}

#siteNav a:hover, #siteNav a:active {
	color: #0075c6;
	text-decoration: none;
}

#wrapper #masthead #siteNav .here, 
#wrapper #masthead #siteNav .here a:link, 
#wrapper #masthead #siteNav .here a:visited {
	color: #FFFFFF;
	background-color: #971223;
	font-weight: bold;
	text-decoration: none;
}

#wrapper #masthead #siteNav a:link, 
#wrapper #masthead #siteNav a:visited {
	color: #971223;
	text-decoration: none;
	}





/* CONTENT */

#wrapper #content {
	float: right;
	min-height: 376px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -19px;
	margin-left: 0px;
}

#wrapper > #content {
	margin: 0;
	}

/* FOOTER */

#wrapper #footer {
	clear: both;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #0075c6;
}
#wrapper #footer p {
	padding-top: 20px;
	line-height: 14px;
}

#wrapper #footer a:link, #wrapper #footer a:visited {
	padding-top: 20px;
	line-height: 14px;
	color: #0075c6;
}

#wrapper #footer a:hover, #wrapper #footer a:active {
	padding-top: 20px;
	line-height: 14px;
	color: #0026ac;
}

/* general */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #0026ac;
	font-weight: normal;
	padding-left: 25px;
}

.callout {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #0026ac;
	font-weight: normal;
}
.b {
	font-weight: bold;
}

.cap {
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	color: #3FB7D4;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.quote {
	font-size: 11px;
	line-height: 15px;
	color: #00A0C6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}



a:link {
}
a:visited {
}
a:hover {
}
a:active {
}
.i {
	font-style: italic;
}
.bi {
	font-style: italic;
	font-weight: bold;
}
