/* standard elements */
html {
	min-height: 100%;
}
* {
	margin: 0;
	padding: 0;
}
a {
	color: #933;
}
a:hover {
	color: #666;
	text-decoration: none;
}
body {
	background:url(images/bkgd.jpg) repeat-x top;
	color: #444;
	font: normal 62.5% arial, sans-serif;
	padding-top: 0px;
}
p, code, ul {
	padding-bottom: 1.2em;
}
li {
	list-style: none;
}
h1 {
	font: normal 1.8em arial, sans-serif;
}
h2 {
	font: bold 1.4em arial, sans-serif;
}
h3 {
	font: bold 1.2em arial, sans-serif;
	line-height:1.4em;
}
form, input {
	margin: 0;
	padding: 0;
	display: inline;
	align:center
}
code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em arial, sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}
h1 {
	padding-top: 6px;
	color: #999;
	margin-bottom: 0px;
}
h2 {
	padding-top: 10px;
	color: #369;
	margin-bottom: 10px;
}
h3 {
	padding-top: 0px;
	color: #933;
	margin-bottom: 8px;
}
/* misc */
.clearer {
	clear: both;
	font-size: 0;
}
.left {
	float: left;
}
.right {
	float: right;
	text-align:right
}
/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 786px;
}
.outer-container {
	background:url(images/body.jpg) no-repeat center top;
	padding-bottom: 0px;
}
/* header & title */
.header {
	background: #FFF;
	height: 132px;
	text-align: center;
}
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {
	border-color: #F60;
}
.header .title .slogan {
	font: normal 1.1em arial, sans-serif;
	padding-top: 6px;
}
/* path */
.path {
	background: url(images/subbanner_bk.jpg) repeat-x #933;
	color: #FFF;
	font: bold 1.1em arial, sans-serif;
	margin-top:2px;
	padding: 8px 0px;
	text-align: center;
}
.path a {
	color: #FAFAFA;
	text-decoration: none;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}
/* main */
.main {
	background: url(images/main.gif) repeat-y;
	border-top: 4px solid #FFF;
	padding: 8px 6px 0 0;
}
/* content */
.content {
	float: right;
	width: 558px;
	line-height: 18px;
	padding: 0px 18px 0 0;
}
.content .descr {
	color: #664;
	font-family: 'lucida grande', arial, sans-serif;
	font-size: 0.9em;
	line-height: 13px;
	margin-left: 0px;
	margin-bottom: 6px;
}
.content .names {
	color: #888;
	font-family: arial, san-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	margin: -5px 0 15px 0px;
}
.content li {
	font-family: 'lucida grande', arial, sans-serif;
	list-style: square;
	margin: 0 0 5px 26px;
	line-height: 1.5em;
}
.content p {
	font-family: 'lucida grande', arial, sans-serif;
}
/* navigation */
.navigation {
	float: left;
	width: 180px;
	padding-bottom: 450px;
}
.navigation h2 {
	color: #5A5A43;
	font: bold 1.1em arial, sans-serif;
	line-height: 25px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #d7d7d7;
}
.navigation li {
	border-bottom: 1px solid #d7d7d7;
}
.navigation li a {
	font: bold 1.0em arial, sans-serif;
	color: #999;
	display: block;
	padding: 4px 0 4px 8%;
	text-decoration: none;
	width: 92%;
}
.navigation li a:hover {
	background: #F0F0EB;
	color: #933;
}
.navigation table {
	background-color: #e5e5e5;
	font: normal 1.0em arial, sans-serif;
	float: center;
	width: 160px;
	padding: 5px;
	margin-left: 10px;
}
/* footer */
.footer {
	background: #999;
	color: #F7F7F2;
	font: normal 0.9em 'lucida grande', arial, sans-serif;
	line-height:1.6em;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {
	color: #F7F7F2;
	text-decoration: underline;
}
/* calendar */

table {
	font-family: 'lucida grande', arial, sans-serif;
	border-collapse: collapse;
	width: 555px;
	align: center;
}
table p {
	padding: 5px;
}
th {
	padding: 0 0.5em;
	text-align: left;
	line-height: 25px;
	font-style: bold;
	background: #D5D9A7;
}
tr.calendar td {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background: #CCC;
}
td.date {
	width: 75px;
	background: #f1f1f1;
	border-bottom: 1px solid #CCC;
	padding: 2px 0.9em;
}
td.event {
	border-left: 1px solid #CCC;
	text-align: left;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
	padding: 2px 0.9em;
}
.center {
	font-family: verdana, sans-serif;
	font-size: .90em;
	text-align: center;
}
