body { 
	font-family: Verdana, Tahoma, Arial, sans-serif; 
	font-size: 11px;
	color: #000; 
	top-margin: 1px;
	left-margin: 10px;
	background-color:#31536B;
}

body, TABLE, TR, TD {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #000;
	text-transform: lowercase;
}
a:link, a:visited, a:active { 
	text-decoration: underline; 
	color: #548EB8 
}
a:hover { 
	color: #28CBF4; 
	text-decoration:none;
}
h1 {
	font-size: 19px;
	font-family: arial;

}
h2 {
	font-family: arial;
	font-size: 15px;
}
a.forum:link, a.forum:visited, a.forum:active {

	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
	
}
a.forum:hover {

	text-decoration: underline;

}
table#logo_table {

	border-collapse: collapse;
	background-color: #548EB8;

}
table#title_table {

	border-collapse: collapse;
	background-color: #C5DAE8;


}
table#content_table {

	border-spacing: 70 100;
	background-color: #FFFFFF;

}
table#nav_tables {

	width: 100%;
	border-spacing: 0 0;
	border-collapse: collapse;

}
.table_align {

	text-align: left;
	margin:0px auto;
	

}
.table_layout {

	width: 97%


}
td#nav_cell {

	width: 23%;
	vertical-align: top; 

}
td#content_cell {

	width: 77%;
	vertical-align: top;
	
}
.nav_header_bg {

	background-color: #C5DAE8;


}