@charset "utf-8";
.body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
		height:100%; 
}

.body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodybold {
	font-weight:bold;
}
.a:link {
	color: #F00;
}
.a:visited {
	color: #900;
}
.a:hover {
	color: #960;
}
.a:active {
	color: #360;
}
.h1 {
	font-size: 14px;
}
.h2 {
	font-size: 16px;
}
.h3 {
	font-size: 18px;
}
.h4 {
	font-size: 24px;
}
.h5 {
	font-size: 24px;
}
.left {
	width: 160px;
	background-color:#000;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: auto;
	vertical-align: text-top;
	text-align: center;
	}
	
.left a:link, a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration:none;	
	}

.right {
	width: 638px;
	background-color:#FFF;
	color:#006;
	float:right;
	vertical-align: text-top;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	font-size: 14px;
}

.right a:link, a:visited{
	width: 638px;
	background-color:#FFF;
	color:#c00;
	vertical-align: text-top;
	margin: 0px;
	padding: 0px;
	clear: none;
	height: auto;
	text-align: center;
}

.wrapper {
	width: 800px;
	border: medium solid #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}


.header  {
	width: 100%;
	background-color:#009;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #FFF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #800000;
}

.footer  {
	width: 800px;
	background-color:#009;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFF;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #800000;
	margin: 0px;
	text-align:right;
}

.accordion_clear {
	width: 10%;
	margin-bottom: 30px;
}

.visit {
	text-align: center;
	color: #FFF;
	font-size: 16px;
	text-decoration:none;
}
