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

* {
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 906px;
	background: #F6EBD4 url(../images/pageBack.gif);
	background-repeat: repeat-x;
	background-position: 50% 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #F6EBD4 url(../images/back.gif);
	background-repeat: repeat-x;
	background-position: 50% 0;
}

#header {
	height: 160px;
	width: 906px;
	background-position: 50% 0;
}

#contentWrapper {
	width: 906px;
	padding: 0px;
	background-image: url(../images/pageBack.gif);
	background-repeat: repeat-x;
	float: left;
}

#content {
	width: 651px;
	float: left;
	background-color: #FFFFFF;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

#sidebar {
	width: 205px;
	float: left;
	background-image: url(../images/sideBack.gif);
	height: 1150px;
}

#footer {
	width: 701px;
	height: 26px;
	text-align: center;
	float: left;
	background-image: url(../images/footerBack.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 5px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #1B3564;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #16325C;
	text-decoration: underline;
	padding-top: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #D96028;
	text-decoration: none;
	padding-top: 10px;
}


.regText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #16325C;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.photo {
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
}
.photoLarge {
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 40px;
}

.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #16325C;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


a:link {
	color: #16325C;
}

a:visited {
	color: #16325C;
}

a:hover {
	color: #D96028;
	text-decoration: underline;
}

a:active {
	color: #16325C;
}

