body {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
	text-align: center; /* for IE 5x */
	}

a:link { color: #ffffff; }
a:visited { color: #cccccc; }

h1 { font-size: 17px; }

h2 { font-size: 16px; }

h3 { font-size: 14px; }
	
.wrapper {
	position: relative;
	width: 731px;  /* width of centered content, usually header width */
	margin: 0 auto;
	text-align: left; /* reset left-align */
	display:block;
	}

.logo {
	position : absolute;
	top : 0px;
	left : 0px;
	}

.toptext {
	position : absolute;
	top : 105px;
	left : 10px;
	width: 450px;
	z-index: 1;
	}

.toptext h1 {
	font-size : 12px;
	margin : 0px;
	padding : 0px;
	}

.toptext p {
	margin : 0px;
	padding : 0px;
	}

.nav {
	position : absolute;
	top : 70px;
	left : 10px;
	width: px;
	z-index: 1;
	font-weight: bold;
	color: #cccccc;
	}

.nav span {
	padding: 10px;
	}

.content {
	float:right;
	width:450px;
	margin-top:110px;
	background-color: #4B4B4B;
	color: #cccccc;
	padding:0px 20px 0px 0px;
	}

.content img {
	padding: 10px;
	}
.bord	{
	display:table; 
	width:729px;
	background-color:#4B4B4B;
}
td {
	font-size : 12px;
	}

.ads {
	float:left;
	width:230px;
	display:block;
	margin-top:110px;
	padding-left:20px;
	
	}
#form-box	{
	width:225px;
	height:290px;
	background-image:url(/images/form-bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	padding:50px 5px 0px 0px;
	margin-top:20px;
}
#form	{
	display:block;
	padding-right:20px;
	width:210px;
}
/* creates illusion of cellpadding on all td's */
.labels, .continue-button {
	padding:4px;
}
/* makes labels bold */
.labels {
	font-weight:bold;
	font-size:11px;
}
.labels a {
	color:#993300;
	text-decoration:none;
}
.labels a :hover {
	text-decoration:underline;
}
/* centers the continue button */
.continue-button {
	text-align:center;
}
/* you may modify the individual text areas with this */
.T01 input, .T02 input, .T03 input {
	font-size:12px;
	width:100px;
	background-color:#CCCCCC;
	border:#9F0000 solid 1px;
	padding-left:5px;
}
.T01 input:hover, .T02 input:hover, .T03 input:hover 	{
	background-color:#FEE7CD;
}
	
/* modifies the space around the continue button */
.continue-button input {
	padding-top:10px;
}
	
.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: 550px;
    float: right;
    width: 1px;
  	}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
  	}
#disclosures	{
	text-align:center;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:5px;
  color:#CCCCCC;
  font-size:10px;
}
#disclosures a 	{
	color:#CCCCCC;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;	 
}
#disclosures a:hover	{
	text-decoration:underline;
}
