<style type="text/css">
.div#hiddenContent {display: none;}
</style>

<script language="javascript">
function showHide(element) {
  if (document.getElementById) {
    // W3C standard
    var style2 = document.getElementById(element).style;
    style2.display = style2.display ? "" : "block";
  }
  else if (document.all) {
    // old MSIE versions
    var style2 = document.all[element].style;
    style2.display = style2.display ? "" : "block";
  }
  else if (document.layers) {
    // Netscape 4
    var style2 = document.layers[element].style;
    style2.display = style2.display ? "" : "block";
  }
}
</script>
<style>

div#hiddenContent {display: none;}
body,td,th {
	font-family: Arial;
	font-size: 14px;
	link: #000080;
	text: 000000;
}
H1 {
	font-family:Tahoma;
	color:navy;
	text-align:center;
	font-size: 24px;
	font-weight: bold;
	text-indent: 0px;
}
H2 {
	font-family:Tahoma, Arial, sans-serif;
	color:navy;
	text-align:center;
	font-size: 18px;
	font-weight: bold;
	text-indent: 0px;
}
.optin_box {
	padding: 15px;
	border: 1px dashed #000000;
}

H3 {
	font-family:Verdana;
	color:navy;
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	text-indent: 0px;
}
H4 {
	font-family:Tahoma,Arial,sans-serif;
	color:navy;
	text-align:center;
	text-indent: 0px;
}
.sidebar1 {
	border: 1px solid #CCCCCC;
	background: url(/images/elements/sidebar_background_right.PNG)
	font-family: Verdana;
	font-size: 12px;
	padding: 15px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	vertical-align: top;
	text-indent: 0px;
}
.sidebar {
	font-family: Verdana;
	font-size: 12px;
	padding: 15px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	vertical-align: top;
	text-indent: 0px;
}

.menu a:hover {
	color: #000066;
    text-decoration: none;
	padding: 0px;
	margin: 0px;
}
.menu a:hover {
	
	color: #0000FF;
    text-decoration: none;
	padding: 0px;
	margin: 0px;
}

</style>
.main-column {
	padding: 30px;
}
.optin-box {
	background-color: #FFFFE8;
	border: 1px dashed #000000;
}

.main-column {
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 16px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	vertical-align: top;
	text-indent: 25px;
}
.opening {
	text-indent: 0px;
}

.frame {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;