
#contentWrapper {
 margin: 20px auto;
	background-color:#ffffff; 
	width:950px;
}

#content {
	margin-left:20px;
	margin-top:10px;
	background-color:#ffffff; 
	width:908px; 
	height:auto;
}

#content table {
 text-align: left;
}
#content p {
	font-family:verdana; 
	font-size:11px; 
	line-height:14px; 
	color:#999999;
}
#links {
	font-size: 11px; 
	line-height: 1.5; 
	font-family: verdana;
	font-weight: bold;
}
#wt8Flash {
	position: absolute;
	margin-top: 50px;
	margin-left: 20px;
	padding-left: 50px; 
	border: none;
}
#contentCenter {
	position: absolute; 
	margin-top: 400px; 
	margin-left: 35px;
	width: 300px;
	padding-left: 50px; 
	border: none;
	font-family:verdana; 
	font-size:11px; 
	line-height:14px; 
}
#contentRight {
	position: absolute; 
	margin-top: 200px; 
	margin-left: 500px;
	width: 100px;
	padding-left: 50px; 
	border: none;
}

p.returnLink a {
	text-decoration:none; 
	color:#0066ff;
	font-size:10px; 
	line-height:14px; 
	font-family:verdana;
	font-weight:bold;
	padding-left:20px;
}

#bottomImg {
	padding-left:20px;
}

p.footer {
	padding-left:10px;
	margin-top:-5px; 
	color:#999999; 
	font-size:9px; 
	line-height:12px; 
	font-family:verdana;
}

p.footer a {
	text-decoration:none; 
	color:#0066ff;
}

body { 
	background-color:#ffffff; 
	margin:0px; 
	font-family:verdana;
	font-size: 11px;
 text-align: center;
}

th, td { 
	font-family:verdana; 
	font-size:11px;
	padding: 4px;
}
td img decoration {
	 display: block;
}

/*	odd and even are used in place of cssOne and cssTwo so that jquery.tablesorter.js works properly.	*/
tr.odd { 
	background-color:#ebebeb; 
}
tr.even { 
	background-color:#f4f4f4; 
}
tr.odd td, tr.even td {
	padding: 10px 4px; 
	border-right: 1px solid #ffffff; 
}

.cssTableBorder { border-right: 1px solid #ffffff; }

a:hover { 
	text-decoration: underline; 
}
a { 
	color:#0066ff; 
	text-decoration: none;
}
a.heavy { 
	color:#0066ff; 
	text-decoration: none;
	font-weight: bold;
	padding: 3px;
}
a.dark { 
	color:#aa4a0a; 
}

legend { 
	border:1px solid #989074; padding:2px; 
}
fieldset { 
	border:1px solid #665727; 
	padding:5px; 
}

textarea,select { 
	border:1px solid #000000; 
	padding:2px; 
}
textarea,select,input.outline { 
	border:1px solid #000000; 
	padding:2px; 
}
input.cssButton { 
	border:1px solid #989074; 
	background-color:#C8BE9D; 
}

h1 { font-size:14px; font-weight: normal; line-height: 1.2;}

th { 
	background-color:#b3b3b3; 
	text-align:left; 
	vertical-align:top; 
	padding: 8px;
}

#lightGreyBox {
	position:relative; 
	border:0px; 
	background:#ebebeb; 
	border-right:1px solid #9c9c9c; 
	padding: 21px 10px 21px 19px;
}

#questions {
	float: right;
	padding-right: 70px;
}

.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;} /* Hides from IE-mac \*/* html .clear {height: 1%;}/* End hide from IE-mac */