/* CSS Document */
#pagewrapper {
	width:776px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background: url(images/header.jpg);
	width: 776px;
	height: 75px;
}
#footer {
	background: url(images/footer.jpg);
	width: 776px;
	height: 36px;
	margin-top: -12px;
	position: relative;
}
#contentwrapper {
	width: 776px;
	height: auto;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
	padding-right: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(images/centerbackground.jpg);
	background-repeat: repeat-y; 
}
#thankyoucontentwrapper {
	width: 776px;
	height: auto;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
	padding-right: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(images/thankyoucenterbackground.jpg);
	background-repeat: repeat-y; 
}
#thankyoufooter {
	background: url(images/thankyoufooter.jpg);
	width: 776px;
	height: 36px;
	margin-top: -12px;
	position: relative;
}
#footertext {
	text-align: center;
}

/* Special Classes */

.homelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 15px;
	margin-right: 20px;
	text-align:right;
}
.homelink a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.homelink a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.homelink a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.requestinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	font-style:italic;
	color: #666666;
	text-align: center;
}
.contenttable {
	margin-top: -15px;
	margin-left: -3px;
	padding: 0px;
	table-layout:fixed;
}
.photo {
	padding-left: -5px;
	margin-left: -5px;
	padding-right: 15px;
	margin-right: 15px;
}
.photocontent {
	margin-left: 175px;
	margin-top: -10px;
}
.photoh2 {
	margin-left: 175px;
}
.arrowbullet {
	list-style-image:url(images/arrowbullet.jpg);
	padding-left: 4px;
	margin-left: 25px;
	font-size: 15px;
	font-weight: bold;
}

/* Standard HTML Tag Defitions */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	padding-top: 3px;
	padding-left: 5px;
	margin-left: 15px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	padding-top: 3px;
	padding-left: 5px;
	margin-left: 15px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding-top: 3px;
	padding-left: 5px;
}
p {
	padding-left: 5px;
}
a:link {
	color: #605f4c;
}
a:hover {
	color: #605f4c;
}
a:visited {
	color: #605f4c;
}