@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	background-repeat: no-repeat;
}
.contactus_bg {
	background-image: url(images/contactus_bg.gif);
	background-repeat: no-repeat;
}

.about_bg {
	background-image: url(images/about_bg.gif);
	background-repeat: no-repeat;
}

.home_bg {
	background-image: url(images/home_bg.gif);
	background-repeat: no-repeat;
}
.thankyou_bg {
	background-image: url(images/thankyou_bg.gif);
	background-repeat: no-repeat;
}

.documents_bg {
	background-image: url(images/documents_bg.gif);
	background-repeat: no-repeat;
}
.body_heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #999999;
	font-weight: bold;
	background-position: left;
}


.body_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
}
.body_text   a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
}


.oneColFixCtr #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
}
.oneColFixCtr #mainContent {
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #pagecontent {
	background-image: url(images/home_bg.gif);
	background-repeat: no-repeat;
}
.body_heading a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
.body_heading a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
.body_heading a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
.body_text a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: none;
}
.body_text a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
}
.doc_heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
	background-image: url(images/doc_icon.gif);
	background-repeat: no-repeat;
}
.doc_heading a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
.doc_heading a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
.doc_heading a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/doc_icon_a.gif);
}
.wait_bg {
	background-image: url(images/wait_bg.gif);
	background-repeat: no-repeat;
}
.body_footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
}
