body {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
	text-align: center; /* for IE 5x */
	background: url(/images/1800bg.gif) repeat-x #C3E6E6;
	}

a:link { color: #2E9093; }
a:visited { color: #1F6668; }

h1 { font-size: 17px; }

h2 { font-size: 16px; }

h3 { font-size: 14px; }
	
.wrapper {
	position: relative;
	width: 761px;  /* width of centered content, usually header width */
	margin: 0 auto;
	text-align: left; /* reset left-align */
	}

.logo {
	position : absolute;
	top : 0px;
	left : 0px;
	}

.toptext {
	position : absolute;
	top : 65px;
	right : 10px;
	width: 550px;
	z-index: 1;
	}

.toptext h1 {
	font-size : 12px;
	margin : 0px;
	padding : 0px;
	}

.toptext p {
	margin : 0px;
	padding : 0px;
	}

.nav {
	position : absolute;
	top : 135px;
	left : 0px;
	width: 761px;
	z-index: 1;
	}

.nav span {
	padding: 10px;
	}

.nav a:link {
	color: #DEF3F3;
	text-decoration: none;
	}

.nav a:visited {
	color: #C3E6E6;
	text-decoration: none;
	}

.nav a:hover {
	color: #ffffff;
	text-decoration: none;
	}
#right-col	{
	float:right;
	display:block;
	clear:right;
	width:230px;
}
#left-col	{
	float:left;
	display:block;
	clear:left;
	width: 520px;
}

#related-links	{
	display:block;
	clear:both;
	padding:5px 15px 5px 1px;
}
.related	{
	color:#9D5F00;
	font-size:17px;
	font-weight:normal;
	font-family:"Trebuchet MS", Tahoma, "Times New Roman", sans-serif;
	margin-bottom:5px;
}
#related-links a	{
	color:#2E9093;
	text-decoration:none;	
}
#related-links a:hover	{
	text-decoration:underline;
}
.blurb	{
	margin-top:4px;
	margin-bottom:10px;
}

#form-bg	{
	background-image:url(/images/form-bg.jpg);
	width: 212px;
	height: 257px;
	margin-bottom: 10px;
}
#form	{
   float:right;
   display:table; 
   width: 200px;
   padding: 14px 2px 0px 0px;
   margin-top: 50px;
}
.service-type, .labels	{
   font-size:14px;
   font-family:"Times New Roman", Times, serif;
   font-weight:bold;
   text-align:center;
}
.service-select, .first-name, .last-name, .email {
   display:table;
   font-size:12px;
   text-align:center;
}
.service-select select, .first-name input, .last-name input, .email input {
   width:180px;
   font-size:12px;
}
.service-select select:hover, .first-name input:hover, .last-name input:hover, .email input:hover {

}
.continue-button	{
	text-align:center;
}
.continue-button input {
   margin-top:10px;
}


#middle {
	position : absolute;
	display: block;
	top : 157px;
	left : 0px;
	width: 759px;
	background-color: #DEF3F3;
	border: solid 1px #2E9093;
	line-height: 1.5em;
	}
#content {
	padding: 0px 0px 0px 10px;
}
.content img {
	padding: 10px;
	}

td {
	font-size : 12px;
	}

.ads {
	position : absolute;
	top : 160px;
	right : 10px;
	text-align : center;
	}

.breadcrumbs {
	text-transform : capitalize;
	}

.linkbox {
	width: 90%;
	background-color: #ffffff;
	color: #000000;
	border: solid 1px #666666;
	padding: 10px;
	font-family: "Courier New", "Andale Mono", monospace;
	font-weight: bold;
	}


.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
  	}