<style type="text/css"> 
/* #cde1f6 - gray bkgd
   #69c - blue links
   #ee1d25 - red
*/     
body {
	background: #faf2f2 url(Images/bkgd.png); 
	margin:0 auto;
	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 */
}
#wrapper {
	width:980px;
	height: 1250px;
	background-image:url(../Images/bkgd.png);
	background-repeat:no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:13px;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	text-decoration: none;
	color: #000;
} 

#main {
	margin: 200px 30px 50px 30px;
	padding: 20px 0;
}
#contact {
	float:right;
	margin: 220px 110px 0 0;
	padding: 0;
	font-size:18px;
	font-variant:small-caps;
	font-style:italic;
	font-weight:bold;
	color:#ee1d25;
}
#returnHome {
	float:right;
	margin: 225px 65px 0 0;
	padding: 0;
	font-size:18px;
	font-variant:small-caps;
	font-style:italic;
	font-weight:bold;
	color:#ee1d25;
}
#content {
	margin: 0;
	float:right;
	text-align:right;
	width:900px; 
	padding: 20px;	
} 

#form {
	padding: 30px 0 0 40px;
	margin: 10px 25px 5px 10px;
	width: 750px;
}

#confirm {
	float:left;
	text-align:left;
	text-indent: 50px;
	font-weight:bold;
	font-variant:small-caps;
	padding: 50px 0 0 0;
}
#footer {
	margin: -50px 30px 0 30px;
	font-size: 11px;
	text-align: center;
	padding: 0;
	font-weight: bold;
	text-indent: 0;
}
.special {
	color:#f30;
	font-weight:bold;
	font-size:110%;
}
.bold {
	font-weight:bold;
	font-variant:small-caps;
}
.indent {
	text-indent:2em;
}
.img {
	float:right;
	margin: 20px;
}
p {
	text-indent: 20px;
}
a {
	text-decoration:none;
	color:#069;
}
a:visited {
	text-decoration:none;
	color:#069;
}
a:hover {
	text-decoration:underline;
	color:#5c0b08;
}

h1 {
font-size:20px;
font-variant:small-caps;
font-style:italic;
font-weight:bold;
color:#f00;
padding:10px 0 0 10px;
}
h2 {
font-size:16px;
font-variant:small-caps;
font-style:italic;
color:#f30;
padding:0 0 0 18px;
margin: 0 0 -12px 0;
}
.hr {
	text-align:left;
	height:2px;
	width:95%;
	color:#ed1f27;
	padding: 0 10px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

</style>[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColElsRtHdr #sidebar1 { padding-top: 30px; }
.twoColElsRtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
