body {
	background-image: url(images/bg.gif);
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	margin-top: 0px;
}
.bold {
	font-weight: bold;
}
.bigbold {
	font-weight: bold;
	font-size: 14px;
}
.bigboldwhite {
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}
.small {
	font-size: 10px;
}
.header {
	font-size: 16px;
	color: #79110E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#main_div {
	width: 800px;
	height: 637px;
	position: absolute;
	z-index: 0;
	margin-left: -400px;
	left: 50%;
	top: 50%;
	margin-top: -318px;
}
#header_div {
	height: 148px;
	width: 800px;
	position: relative;
	z-index: 1;
}
#main_nav_div {
	height: 26px;
	width: 800px;
	position: relative;
	z-index: 1;
	background-color: #e7eaee;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #a0acba;
	border-bottom-color: #a0acba;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	line-height: 26px;
}
#main_nav_div img {
	margin-top: 10px;	
}
#main_nav_div a {
	color: #000000;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}

#main_nav_div a:hover {
	color: #1D3555;
}
#footer_div {
	height: 60px;
	width: 800px;
	position: relative;
	z-index: 1;
	background-color: #1d3655;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a0acba;
	text-align: center;
	color: #FFFFFF;
}
#footer_div a {
	color: #FFFFFF;
	text-decoration: none;
}
#main_content_div {
	height: 400px;
	width: 800px;
	position: relative;
	z-index: 1;
	background-color: #FFFFFF;
	line-height: 18px;
}

#main_content_div a {
	color: #79110E;
	text-decoration: none;
}

#main_content_div a:hover {
	color: #666666;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}