body {
	margin: 2ex 1em 2ex 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
        background-color: #F8F8F8;
	text-align: center;
}
#container {
	margin: 0 auto;
	width: 950px;
	text-align: left;
}
#title {
	position: absolute;
	top: 10px;
	margin: 0 auto;
	width: 900px;
	height: 80px;
	/*background-color: #E7F1F2;*/
	padding: 20px 0 0 0;
}
#title div.logo {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #88F;
}
#bar {
        position: absolute;
        top: 80px;
	left: 0;
        margin: 0 auto;
        width: 100%;
        height: 24px;
        background-color: #000040;
        text-align: center;
        vertical-align: bottom;
	padding-top: 8px;
}
#main {
	position: absolute;
	top: 120px;
	width: 900px;
	border: 3px solid #E8E8D8;
	background-color: #FFF;
	padding: 1ex 1em 1ex 1em;
}
#main h1 {
	margin: 0 0 1ex 0;
	font-size: 18px;
	border-bottom: 1px solid #000040;
	color: #000040;
}
#main h2 {
	margin: 1ex 0 1ex 0;
	font-size: 14px;
	border-bottom: 1px solid #000040;
	color: #000040;
}
#main table.main_table {
	width: 100%;
}
#main table.main_table td {
	padding: 1ex 1em 1ex 1em;
	vertical-align: top;
}
#main table.main_table td.left {
	width: 170px;
	border-right: 1px dashed #888;
	padding: 1ex 4px 1ex 4px;
	text-align: left;
}
#main table.main_table td.right {
	width: 180px;
	border-left: 1px dashed #888;
}
#main table.main_table td.right h2 {
	color: #888;
	border-bottom: 1px solid #888;
	font-size: 12px;
}
#main ul.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#main ul.menu li {
	padding: 2px 0 2px 0;
}
#main ul.menu li a {
	color: #000040;
	font-weight: bold;
}
#main ul.menu li a:visited {
	color: #000040;
}

