@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.45em;
	color: #222222;
	background-color: #FFFDEC;
	background-image: url(images/bodyBG.jpg);
	background-repeat: repeat;
	margin: 0px;
}
#wrapper {
	width: 850px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#topBar {
	height: 190px;
	width: 850px;
}
#topBar img {
	margin-top: 15px;
	margin-left: 10px;
}
#content {
	background-image: url(images/logoBG.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 15px;
}
.floatLeft {
	float: left;
	padding-right: 20px;
}
a:link, a:visited{
	color: #BC2120;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
}
a:active {
	color: #C82251;
}
.smallType {
	font-size: .8em;
}
.blueText {
	color: #3D5F93;
	font-weight: bolder;
	font-style: italic;
}
#ecpatImg {
	padding: 0px;
	height: 135px;
	width: 117px;
	margin-right: 35px;
}
.floatRight {
	float: right;
	margin-right: 10px;
	margin-left: 20px;
}
h2 {
	color: #1F2286;
}
#content h1 {
	color: #B40C02;
}
