	body {
		
		text-align: center; /* for IE */
	}
	
	#bg {position:absolute; width:100%; height:261px; z-index:1; left: 0; top: 1; visibility: visible;}
	
#print_header, #print_footer, #print_clear {
   display: none;
   }

	#main {
	margin: 0 auto;
	text-align: left;
	border: 0px none;
	width: 850px;
	height: auto;
	position: relative;
	top: 0px;
	left: 3px;
	float: none;
	visibility: visible;
	z-index: 4;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	line-height: 5px;

}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9px;
}

A {
	FONT-WEIGHT: normal; COLOR: #999999; TEXT-DECORATION: none;
}

a:hover {
	color: #990000;
}
a:active {
	color: #990000;
}

.headline2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
ul {
	text-indent: 0px;
	left: 10px;
}
.linkbar {
	color: #FFFFFF;
}

#sidebar{
position:absolute; width:316px; height:430px; z-index:3; left: 71px; top: 82px; visibility: visible;}

td.field input.error, td.field select.error, tr.errorRow td.field input,tr.errorRow td.field select {
	border: 2px solid red;
	background-color: #FFFFD5;
	margin: 0px;
	color: red;
}

tr td.field div.formError {
	display: none;
	color: #FF0000;
}

tr.errorRow td.field div.formError {
	display: block;
	font-weight: normal;
}

div.error {
	color: red;
}

div.error a {
	color: #336699;
	font-size: 12px;
	text-decoration: underline
}

div.tooltip {
	position: absolute;
	left: 30px;
	bottom: 0px;
	display: none; /* in case javascript is disabled */
	width: 170px;
	background-color: #F4F1E9;
	z-index: 100;
	padding: 10px;
	border: 1px solid #CCCCCC;
}


label.error {
	display: block;
	color: red;
	font-style: italic;
	font-weight: normal;
}

input.error {
	border: 2px solid red;
}

#twitter_div {
	text-indent: 0px;
	padding-left: 100px;
	
