* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
}
body {
	background: #ccc;
	color: #333;
	font-size: 0.75em;
	padding: 2.5em 0 0 2.5em;
}
body, input {
	font-family: Georgia, serif;
}

hr.x {
	display: none;
}

div.container {
	position: relative;
	width: 70em;
}
div.container:after, #content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#header {
	position: absolute;
	text-indent: -9999em;
}


#content {
	background: #fff;
	border: 1px solid #000;
}
#main-content {
	float: right;
	width: 47em;
	padding: 1em;
	padding-bottom: 2em;
}
#main-content h2 {
	font-size: 2em;
	color: #066;
	border-bottom: 1px solid #999;
	margin-bottom: 1em;
}
#main-content h3 {
	color: #066;
}
#main-content a {
	color: #0A529E; 
}
#main-content a:hover {
	color: #2083EF;
}
#main-content p {
	margin: 1.5em 0;
}
#main-content p.img {
	text-align: center;
}
#main-content p.img.gallery img {
	padding: 0.3em;
	border: 1px solid #aaa;
	border-top-color: #ddd;
	border-left-color: #ddd;
	margin: 0.3em;
}
#main-content p.notice, #main-content p.sub-notice {
	color: #0A529E;
	text-align: center;
}
#main-content p.sub-notice {
	color: #063;
}
#main-content div.board {
	text-align: center;
}
#main-content div.board p {
	margin: 0.4em 0 1.5em;
}
#main-content div.board h3 {
	color: #0A529E;
}
#main-content p.visitor, #main-content p.updated {
	margin: 0.3em 0;
	text-align: center;
}
#main-content p.updated {
	color: #ccc;
}
#main-content ol, #main-content ul {
	margin: 1em;
}
#main-content li {
	margin: 0.2em 1em;
}

#main-content div.event {
	margin: 1.5em 0;
}
#main-content div.event p {
	margin: 0.5em 1em;
}
#main-content div.event h4 {
	color: #00f;
}
#main-content table {
	margin: 1.5em 0;
	border: 0;
}
#main-content table td {
	padding: 0.5em 0.3em;
	border: 0;
	border-bottom: 1px solid #ddd;
}
#main-content table tr.even {
	background: #f2f2f2;
}
#main-content table tr.special, #main-content span.em {
	color: #00f;
	font-weight: bold;
}
#main-content table th {
	background: #eee;
	padding: 0.5em;
	border: 0;
	border-bottom: 1px solid #999;
}
#main-content table tr.ruled {
	background: #E8ECF6;
}




#sub-content {
	float: left;
	width: 18em;
	padding: 1em;
	background: #F2F2F2;
	border-right: 1px solid #999;
	padding-bottom: 2em;
}
#sub-content address {
	font-style: normal;
	color: #063;
}



#main-menu h3 {
	position: absolute;
	text-indent: -9999em;
}
#main-menu ul {
	margin-bottom: 2em;
	list-style: none;
}
#main-menu ul li {
	padding: 0.15em 0.1em;
}
#main-menu ul li a {
	padding: 0 0 0.3em 1.8em;
	background: transparent url(../images/dot_trans.gif) no-repeat;
	color: #900;
	text-decoration: underline;
}
#main-menu ul li a:hover {
	color: #060;
}
#main-menu ul li.pdf a {
	background: transparent url(../images/pdf_trans.gif) no-repeat;
}


#footer {
	clear: both;
	font-family: verdana, sans-serif;
	font-size: 0.8em;
	color: #000;
}
#footer p {
	padding: 0.4em;
	line-height: 160%;
}
#footer p.copy {
	float: left;
	width: 70%;
}
#footer p.top {
	float: right;
	width: 25%;
	text-align: right;
}
#footer a {
	color: #063;
}
#footer a:hover {
	color: #900;
}