/** BASIC */

body {
	color: #000;
	font: small Arial, Helvetica, sans-serif;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
	color: #005;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
	color: #600;
	text-decoration: none;
	/* border-bottom: 1px solid #eba45e; */
}

a:hover {
	border: none;
}

img {
	border: none;
}

code {
	color: #005;
	text-decoration: none;
}

.blue {
	color: #005;
}

.old {
	color: #999999;
}

.left {
	text-align: justify;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

img.border {
	border: 1px solid #005;
}

img.inset_left {
	float: left;
	margin: 0em 1em 1em 0em;
	vertical-align: top;
}

img.inset_right {
	float: right;
	margin: 0em 0em 1em 1em;
	vertical-align: top;
}

p.clear {
	clear: both;
	margin-top: 1em;
}

table.event {
	width: 440px;
	border-collapse: collapse;
}

table.event, table.event td {
	border: 1px solid #005;
}

table.event td {
	padding: 0.1em 0.5em 0.1em 0.5em;
}

table.event td:first-child {
	width: 20%;
}

table.old {
	width: 440px;
	border-collapse: collapse;
}

table.old, table.old td {
	border: 1px solid #999999;
}

table.old td {
	padding: 0.1em 0.5em 0.1em 0.5em;
}

table.old td:first-child {
	width: 20%;
}

/** HEADER */

#header {
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 700px;
	height: 90px;
}

#header h1 {
	color: #600;
	font-size: 36px;
	width: 700px;
	height: 90px;
	border-width: medium;
}

#header h2 {
	display: none;
}

/** MENU */

#menu {
	width: 700px;
	margin: -2.25em auto 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#menu li {
	display: inline;
}

#menu a {
	color: #005;
	padding: 0 10px 0 11px;
	border-style: none none none solid;
	border-width: medium medium medium 1px;
	border-color: #83895c;
}

#menu a:hover {
	color: #005;
}

#menu .first a {
	border: none;
}

/** CONTENT */

#content {
	width: 720px;
	margin: 0 auto;
	background-color: #EFEBDF;
	background: url(images/img01.gif) repeat-y left top;
}

#content * {
	line-height: 140%;
}

#columnA {
	background: url(images/img02.gif) no-repeat left top;
	padding: 25px 20px 0 30px;
	width: 440px;
	float: left;
}

#columnB {
	float: right;
	width: 200px;
	padding: 25px 20px 0 10px;
	background: url(images/img03.gif) no-repeat left top;
}

#columnB * {
	color: #EFEBDF;
}

#columnB ul {
	margin-left: 0;
	padding-left: 0;
	list-style: inside circle;
}

#columnB a {
	border-bottom-color: #EBD8B7;
	color: #FFFFFF;
}

/** FOOTER */

#footer {
	width: 720px;
	height: 50px;
	margin: 0 auto;
	background: url(images/img04.gif) no-repeat left top;
	clear: both;
	text-align: center;
}

#footer p {
	margin: 0;
	padding: 35px 0 0 20px;
	font: bold 9px Arial, Helvetica, sans-serif;
}
