@charset "UTF-8";
* {
	padding: 0px;
	border: none;
	margin: 0px;
}
html {
	min-height:100%;
}
body {
	background-color: #6284B1;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:10pt;
	min-height:100%;
}

dt {
	font-weight: bold;
	margin-left: 20px;
	margin-top: 10px;
}

dd {
	margin-left:25px;
}

a {
	color:#997744;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
h1 {
	margin:10px;
	text-align: center;
}

h2 {
	margin: 15px;
}

h3 {
	margin: 20px;
}

ol {
	margin-left: 45px;
	font-weight: bold;
}

ul {
	margin-left:25px;
	list-style: none;
}

ul li {
	margin-top: 10px;
}

ol li {
	margin-top: 15px;
}
	


ol ol {
	font-weight:normal;
	list-style: lower-alpha
}

ol ol li {
	margin-top: 5px;
}

ol ol ol {
	list-style: disc;
	font-size:11px;
}

ol ol ol li {
	margin-top: 0px;
}

iframe {
	margin-left: 15px;
}

table {
	margin-bottom: 50px;
}

hr { color:#999; border: #999 solid 1px;}

input {	border: #000 solid 1px;}

select,textarea { border: #000 solid 1px;}



.main {
	min-height: 100%;
	background-image:url(images/white_shadow.png);
	margin: 0 auto;
	background-repeat: repeat-y;
	background-position:center;
	width: 830px;
}

.nav {
	background-color:#c3ae7f;
	width: 800px;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #555;
}

.nav a {
	color:#420;
	text-decoration: none;
	font-weight:bold;
}

.nav a:hover {
	color: #643;
}

.content {
	width:800px;
	margin: 0 auto;
	background-image:url(images/watermark.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 20px;
	padding-left:20px;
}

.text {
	margin: 20px 20px 0px 0px;
	width: 500px;
}

.images {
	margin-left: 521px;
}

.text p {
	padding: 15px 0 15px 15px;
}

.content img {
	margin-right: 50px;
	margin-top: 20px;
	clear:right;
}
	
.credit {
	clear: right;
	text-align:right;
	padding: 20px;
	color:#999;
	margin-top:30px;
}

.credit a { color: #999;}

.cal {border: #000 solid 1px;}
.cal td { padding: 2px 2px 2px 0px;}
.week td { width: 78px; text-align:center; font-weight:bold;}
.date td { font-weight:bold; padding-left: 4px;}
.event td {height: 70px; padding-bottom: 10px; vertical-align:top; font-size:10px;}
.main .content .text form table tr td {
	text-align: left;
}

.content table tr td {
	vertical-align:top}
.text img {
	margin-right: 8px;
	margin-top: 8px;
	clear:none;
}
