﻿/* CSS Document */

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #000066 url(../common/bg.gif) repeat-x top;
}
#container {
	padding: 0px;
	width: 760px;
	border-right: 1px solid #161D54;
	border-left: 1px solid #161D54;
	margin: 0px auto;
}
#container #header {
	height: 120px;
	border-bottom: 1px solid #999999;
}
#container #main {
	background: #000033;
	font: 13px/160% Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 30px;
}
#container #main #image {
	height: 340px;
}
#container #main #navi {
	text-align: center;
	height: 30px;
}
#container #main #info {
	text-align: center;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
	color: #E0E0E0;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#container #footer {
	height: 140px;
	background: #161D54 url(../common/footer.jpg) no-repeat;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	padding-top: 15px;
	text-align: center;
	margin: 0px;
	clear: both;
	border-top: 1px solid #999999;
}
#container #main a:link {
	color: #000033;
	text-decoration: none;
}
#container #main a:visited {
	color: #000033;
	text-decoration: none;
}
#container #main a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#container #main a:active {
	background-color: #CCCCCC;
}
#container #footer a:link {
	color: #B1B1B1;
	text-decoration: none;
}
#container #footer a:visited {
	color: #B1B1B1;
	text-decoration: none;
}
#container #footer a:hover {
	color: #B1B1B1;
	background-color: #3366CC;
}
#container #footer a:active {
	color: #FFFFFF;
}
#container #footer li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#container #footer ul {
	margin: 0px;
	padding: 0px;
}
.topic {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-left-style: solid;
	color: #FFFFFF;
	background-color: #FFFFFF;
	text-align: left;
}
.banner {
	margin: 0px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #333333;
}
.large {
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
}


.topicspot {
	color: #272822;
	font-size: 12px;
}
#container #main #info img {
	float: left;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#container #main #info p {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	text-align: left;
}
#container #main #info ul {
	text-align: left;
	list-style-type: disc;
	margin-top: 0px;
	margin-bottom: 0px;
}
