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

body {
	background-image: url(images/bg-body.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}



h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #717171;
	font-weight: normal;
	margin: 0px;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #717171;
	font-weight: normal;
	margin: 25px 0px;
}

h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #717171;
	font-weight: normal;
	margin: 8px 0px;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: regular;
	color: #969696;
	line-height: 1.4em;
}


a:link,
a:visited,
a:focus {
	text-decoration: underline;
	color: #969696;
}
a:hover {
	text-decoration: none;
	color: #e12f29;
}
#bd a:link,
#bd a:visited, {
    text-decoration: underline; 
}

#wrapper {
	width: 800px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#hd {
	background-image: url(images/bg-header.png);
	_background-image: url(images/bg-header.jpg);
    background-repeat: no-repeat;
	background-position: 0px -1px;
	height: 290px;
	position: relative;
}

#hd h1.title {
	position: absolute;
	top: -10000px;
}

#sub-head {
	background-color: #f5f5f5;
	padding: 6px;
	text-align: center;	
	width: 750px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
}

#content {
	padding: 4px;
	text-align: center;	
	width: 750px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.first p {
	padding: 15px;
	margin-left: 10px;
}


.second p {
	background:none repeat scroll 0 0 #EFEFEF;
	line-height:42px;
	padding:0 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	padding: 5px;
	padding-left: 10px;
	font-weight: lighter;
}

.second p a:link,
.second p a:visited,
.second p a:focus {
	color: #e12f29;
	text-decoration: none;
}
