* {
	padding: 0px;
	margin: 0px;
}
html {
	overflow-y: scroll;
}
body {
font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #1e4d7d;
	text-align: center; /* This line is here to fix everyone's favorite IE 5.x alignment bug. */
	background-color: #0e3c68;
}
td {
	vertical-align:top;
}
p {
	line-height:18px;
	padding-bottom:10px;
}

/* -------------------------------------
END: General Tag Methods
------------------------------------- */

/* -------------------------------------
BEGIN: Main Structure Tags
------------------------------------- */
#site_main {
	margin:0;
	padding:0;
	width:100%;
}

#site_left {
	background-image:url('/images/body_bg_left.jpg');
	background-repeat:repeat-x;
}
#site_right {
	background-image:url('/images/body_bg_right.jpg');
	background-repeat:repeat-x;
}
#site_center {
	width:989px;
	background-image:url('/images/body_bg_center.jpg');
	background-repeat:no-repeat;
	min-height:1450px;
}
#wrapper {
	width: 989px;
	margin-left: auto;
	margin-right: auto;
	text-align:left; /* Treated as align */
	min-height:1450px;
}

#header {
	position:relative;
	float:left;
	width: 916px;
	height:126px;
	margin:0px 36px 0px 36px;
	background-image:url('/images/header.jpg');
	background-repeat:no-repeat;
}
#page {
	position:relative;
	float:left;
	width: 916px;
	margin:0px 36px 0px 36px;
	background-color:#fff;
}
#thankyou #page {
	background-image:url('/images/thankyou_bg.jpg');
	background-repeat:no-repeat;
	width: 916px;
	height:1025px;
}
#logo {
	margin-top:20px;
	margin-left:20px;
	width:232px;
	height:71px;
	float:left;
}
#page_content {
	float:left;
	position:relative;
	margin:10px 0px 6px 14px;
}
#page_text {
	float:left;
	padding-left:10px;
	padding-right:20px;
	width:536px;

}
#thankyou #page_text {
	float:left;
	padding-left:50px;
	padding-right:20px;
	margin-top:415px;
	width:780px;
	
}
#footer {
	position:relative;
	float:left;
	width: 916px;
	height:246px;
	margin:0px 36px 0px 36px;
	background-image:url('/images/footer_bg.jpg');
	background-repeat:no-repeat;
	text-align:center;
   color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
#thankyou #footer {
	background-image:url('/images/thankyou_footer.jpg');
	background-repeat:no-repeat;
	padding-top:25px;
	font-size:11px;
}

