body {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
	text-align: center; /* for IE 5x */
	color: #333333;
	line-height: 1.3em;
	}

a { color: #2A779B; }
a:hover { color: #6FB1D0; }

h1, h2, h3 {
	font-variant: small-caps;
	letter-spacing: 1px;
	}

h1 { font-size: 18px; }

h2 { font-size: 17px; }

h3 { font-size: 15px; }

h4	{
	color:#28627D;
	text-align:center;
	font-size:14px;
}
	
.wrapper {
	position: relative;
	width: 741px;  /* 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 : 71px;
	left : 530px;
	width: 180px;
	background-color: #6FB1D0;
	padding: 10px;
	z-index: 1;
	color: #ffffff;
	line-height: 1.4em;
	}

.toptext h1 {
	font-size : 12px;
	margin : 0px;
	padding : 0px;
	}

.toptext p {
	margin : 0px;
	padding : 0px;
	}

.nav {
	position : absolute;
	top : 50px;
	left : 0px;
	z-index: 1;
	}

.nav span {
	padding: 10px;
	}

.nav a	{
	color:#2A779B;
	text-decoration: none;
	}

.nav a:hover {
	color:#6FB1D0;
	text-decoration: underline;
	}

.content {
	position : absolute;
	top : 400px;
	left : 200px;
	}

.content img {
	padding: 10px;
	}

td {
	font-size : 12px;
	}

.nav2 {
	position : absolute;
	top : 380px;
	left : 0px;
	width: 180px;
	}

.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;
	}

.prop {
    height: 50px;
    float: right;
    width: 1px;
  	}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
  	}
.support a	{
	margin:0px 5px 0px 5px;
	text-decoration:none;
}
.support a:hover	{
	text-decoration:underline;
}	
	
	
#form	{
	display:block;
	position:relative;
	width:160px;
	padding:10px;
	margin:0px;
	border: 1px solid #000000;
			
	
}

.service-select, .first-name, .last-name, .email {
	width:140px;
	font-size:12px;
	margin-bottom:10px;
	background-color:#FFFFFF !important;
	margin-left:10px;
}

.continue-button {
	margin-top:0px;
	margin-left:27px;
}

#disclosures	{
	text-align:center;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
	
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
}
#disclosures ul li a	{
	color:#000000;	
	text-decoration:none;
}
#disclosures ul li a:hover	{
	text-decoration:underline;
}