
hr.divider, #menu h3, #accessability, #search-site {display: none}

body {
	padding-bottom: 40px;
	text-align: center;
	background: #CC9;
	font-size: 10pt;
	font-family: Trebuchet MS, serif; /* Verdana, Arial, sans-serif; */
}

#container {
	margin: 0 auto;
	width: 800px;
	background: #CC9 url(../images/container.gif) top left repeat-y;
	text-align: left;
}

#content {
	padding: 20px 10px 10px 10px;
	width: 580px;
	float: right;
}

#sidebar {
	padding: 0 10px;
	width: 180px;
	float: left;
	color: #FFF;
}

.module {
	padding: 15px 5px;
}

.page-list {
	padding-left: 5px;
}

#footer {
	padding: 10px 0 0 200px;
	clear: both;
	background: url(../images/footer.gif) bottom left no-repeat;
	text-align: center;
	font-size: 0.7em;
	font-family: Verdana, Arial, sans-serif;
	color: #66664c;
}

#footer p {
	border-top: 1px solid #3f0000;
	padding-top: 5px;
}


/* Links *********************************************/
a {
	color: #9f2f00;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#sidebar a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}


/* Text *********************************************/
#header h1 {
	border-top: 1px solid #3f0000;
	padding: 3px 0 10px 0;
	font-size: 2.8em;
	font-family: "Lucida Sans", Lucida, Verdana;
	font-variant: small-caps;
	font-weight: bold;
	color: #3f0000;
	text-align: center;
	text-decoration: none;
}

#sidebar h3 {
	font-size: 1.2em;
	font-family: "Lucida Sans", Lucida, Verdana;
	font-variant: small-caps;
	font-weight: bold;
}

#header h3, #header h3 a, #header h3 a:hover {
	padding-bottom: 3px;
	font-size: 1.3em;
	font-family: "Lucida Sans", Lucida, Verdana;
	font-variant: small-caps;
	font-weight: bold;
	color: #3f0000;
	text-align: center;
	text-decoration: none;
} #header h3 a:hover {text-decoration: underline}

h2 {
	padding-top: 10px;
	font-size: 1.6em;
	font-family: "Lucida Sans", Lucida, Verdana;
	font-variant: small-caps;
	font-weight: bold;
	color: #3f0000;
}

.page-list h3 {
	font-size: 12pt; /* 1.2em*/
	font-family: "Lucida Sans", Lucida, Verdana;
	display: inline
}

#content p {
	padding: 5px 0;
	font-size: 1em;
	line-height: 2em;
}

#content ul {
	list-style: square inside none;
}

#content li {
	padding: 5px 0 5px 5px;
}

#content .page-list li p {
	padding: 0 0 5px 10px;
}

#sidebar span {
	font-size: 0.7em;
}


/* Forms *********************************************/
#sidebar input.text-input {
	border: 1px solid #000;
	padding: 3px;
	width: 162px;
}

#sidebar input.submit {
	float: right;
}


/* Menu *********************************************/
#menu {
	padding: 15px 0;
}

#menu li {
	display: block;
	border-top: 1px solid #e1631f;
	border-bottom: 1px solid #000;
	width: 180px;
	height: 30px;
}

#menu li a {
	display: block;
	padding-left: 10px; padding-top: 7px;
	width: 170px;
	height: 23px;
	background: url(../images/menu.gif) top left repeat-y;
	font-size: 1.2em;
	font-family: "Lucida Sans", Lucida, Verdana;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
}
#menu li a:hover {background: url(../images/menu.gif) top center repeat-y; text-decoration: none;}
#menu li.active a {background: url(../images/menu.gif) top right repeat-y;}


/* Admin *********************************************/

table.admin {width: 90%;}

table.admin td {
	margin: 0;
	padding: 5px;
	width: 20%;
	border: 1px solid #000;
	border-width: 0 1px 1px 0;
}

table.admin td a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

td.caution a:hover {
	color: #F00;
	text-transform: uppercase;
}

tr.hide td {border: 0; height: 1px; padding: 0;}

p.important {
	color: #F00;
}


/* Calendar *********************************************/
#calendar td {background: #DDA; border: 1px solid #000; padding: 3px;} 
#calendar td a {font-size: 0.8em}
#calendar td.blank {background: #CC9; border: 0;}
#calendar td.button a {display: block; width: 100%; height: 100%; text-align: center; font-size: 1.4em;}
#calendar td.button a:hover {text-decoration: none}
#calendar tr.days td {font-weight: bold; text-align: center;}
#calendar th {text-align: center; font-size: 1.4em;}
	