body {
	background-color: #3F3F3F;
	color: #EFEFEF;
	margin: 0px;
	font-family: verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
}
.main_div {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
.main_div_top {
	background-image: url('images/top.png');
	background-repeat: no-repeat;
	height: 150px;
}
.main_div_top_search {
	padding-top:45px;
	padding-right:25px;
	text-align: right;
}

.main_table {
	vertical-align: top;
}
.main_table_cell_nav {
	vertical-align: top;
	padding-left: 20px;
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #B1D7FC;
	width: 200px;
}
.main_table_cell_content {
	vertical-align: top;
	padding-left: 20px;
	width: 824px; 
}
.main_table_cell_content_infotable {
	background-color: #4F4F4F;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #B1D7FC;
	width: 450px;
	vertical-align: middle;
}
.main_table_cell_content_infotable:hover {
	background-color: #5F5F5F;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #B1D7FC;
	width: 450px;
	vertical-align: middle;
}
.main_table_cell_info {
	text-align: center;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #B1D7FC;
}
.nav_links {
	text-decoration: none;
	color: #B1D7FC;
}
.nav_links:hover {
	text-decoration: none;
	color: #EFEFEF;
}
img {
	border-width: 0px;
}
.search_button {
	background-color: #EFEFEF;
	border: 1px solid #B1D7FC;
	width: 75px;
}