/* CSS Document */
body {
	background-color: #FFFF99;
	margin-left: 10px;
	margin-top: 62px;
	margin-right: 10px;
	margin-bottom: 75px;
	color: #000000}
.main_table {
	padding: 0px;
	border-spacing: 0px;
	border: 0px;
	border-bottom-style:hidden;
	border-collapse:collapse;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width:785px;
}
em {
	font-style: italic;
}
.content {
	padding: 10px 10px 10px 10px;
	border-spacing: 0px;
	vertical-align:top;
	text-align:justify;
	background-color:#FFFFFF;
	width:555px;
}
#left_content {
	float:left;
	width: 100%;
	border:0px;
}
#right_content {
	float:right;
	width: 48%;
	border:0px;
}
#top_content {
	width: 100%;
	border:0px;
}
#bottom_content {
	width: 100%;
	border:0px;
}
#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin-top: 8px;
}
#nav-menu li
{
padding: 0;
height: 2.25em;
line-height: 2.25em;
text-align: right
}
.nav {
	background-color:#31A6FF;
	width:190px;
	padding: 10px 10px 10px 10px;
	border-spacing: 0px;
	vertical-align:top;
	text-align:right;
	color: #FFFFFF;
	font-weight: bold;
}
.nav a {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	color: #99CCFF;
}
.nav a:active {
	color: #99CCFF;
}
#footer {
	border-top-style: solid;
	border-top-color: #CCFF99;
	border-top-width: 2px;
	color: #000099;
	padding: 10px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width:783px;
}
.footer_link {
	color: #000099;
}
