body {
    font-size: 14px;
	font-family: Trebuchet MS, Tahoma, Arial;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin:0 auto;
}

body a:link {
	color:#666666;
	text-decoration: none;
	font-weight:bold;
	text-decoration:none !important;
}
body a:visited {
	color: #666666;
	font-weight:bold;
	text-decoration:none !important;	
}
body a:hover {
	color: #000000;
	font-weight:bold;
	text-decoration:none !important;	
}
body a:active {
	color: #000000;
	font-weight:bold;
	text-decoration:none !important;
}

body ol, ul {
    list-style-type: disc;
}


h4{
	color: #333333;
	font-size:14px;
	text-decoration:none;
}

div#outer_container{
	width: 100%;

}
div#container{
	width:860px;
	margin: 0 auto;
	border: 1px solid #000000;
	margin-top: 20px;
	clear:none;
	
}

div#topNav{
	width: 100%;
	text-align:right;
	margin-top:10px;

}

div#main{
	width:100%;
	clear:none;
}

div#main_content{
	width: 95%;
	float:right;
	font-size:12px;
	margin-right: 10px;
}

div#left_nav{
	width: 140px;
	float:left;
	margin-left:30px;
	margin-top:20px;
}

div#header{
	clear:both;
}

div#top_nav{
	width:98%;
	text-align:right;	
}

table.top_nav_table{
	margin-right:20px;
	color:#666666;
	font-size:80%;
}

.top_nav_table td{
	padding: 10px;
}

p.address{
	color:#666666;
	font-size: 70%;
	text-align:left;
	margin-bottom: 10px;
	margin-left: 10px;
}