/* body */

body {
	margin-left: 40px;
	margin-top: 30px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

h2 { font-size:16px; font-weight:normal; padding:none; }

a:link {
	color: #A4A4A4;
	text-decoration: none;
}
a:visited {
	color: #A4A4A4;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #A4A4A4;
	text-decoration: none;
}
 a.on { color:#000000; }

.container { width:940px; height:500px; vertical-align:bottom; height:auto; margin-bottom: 20px; }

/* header */

.website_title { height:80px; width:940px;  float:left;}

.table_container { height:auto; width:940px;  float:left; margin-bottom: 20px;}


/* navigation */

.naivigation {width:220px; height:auto; float:left; border-top: 3px solid black;}
	.naivigation div {}
	.naivigation div a{display:block;}
	
.navigation_titles { padding-top:6px; height:24px; width:220px; border-bottom: 2px solid #A4A4A4; color:#A4A4A4; }
	
.address {float:left; vertical-align:bottom; width:220px; font-size:14px; color:#A4A4A4;}


/* main */

.main_heading {padding-top:6px; height:24px; width:700px;  float:left; border-top: 3px solid black; margin-left:20px;}

.main_content {width:700px; height:inherit;  padding-top:26px; padding-bottom:26px; float:left; border-top: 2px solid #A4A4A4; margin-left:20px;}

.main_footer {margin-top:20px; width:700px;  float:left; color:#A4A4A4; margin-left:20px; font-size:13px;}

.fonts {font-size:23px; font-weight:bold; color:#686868;}
