﻿/* DEFAULTS ***********************************************************************************/
body {
	margin:0;
	font-family:"Microsoft Sans Serif", Arial, Helvetica, Geneva, sans-serif;
	font-size:90%;
}
p {
	margin-top:0px;
	margin-bottom: 12px;
}
ul.halfheight p {
	margin-bottom: 6px;
}
h1 {
	margin-top: 0px;
	font-family:Arial, Helvetica, Geneva, sans-serif;
	font-size: 135%;
	font-weight: normal;
	color: #006699;
}
h2 {
	margin-top:24px;
	font-family:Arial, Helvetica, Geneva, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #006699;
	margin-bottom: 6px;
}
h5 {
	margin-top: 0px;
	font-family:"Microsoft Sans Serif", Arial, Helvetica, Geneva, sans-serif;
	font-size:90%;
	font-weight: normal;
	color: #333333;
	margin-bottom: 0;
}
h6 {
	margin-top: 30px;
	font-family:Arial, Helvetica, Geneva, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #006699;
	margin-bottom: 0;
}
li {
	font-size: 90%;
	margin-bottom: 0.5em;
}
/* HEADER	 ***********************************************************************************/
#header {
	position: absolute;
	width: 100%;
	height: 103px;
	background-color: #006699;
}
#title {
	position: absolute;
	left: 20px;
	top: 5px;
	width: 350px;
	height: 60px;
}
.title1 {
	font-size: 225%;
	color:white;
}
.title2 {
	color:white;
	margin-left:1px;
}
/* TOP MENU	 ***********************************************************************************/
#topmenu {
	position: absolute;
	width: 757px;
	height: 22px;
	top: 80px;
	background-color: #FFFFFF;
	left: 1px;
}
.topbutton {
	position: absolute;
	width: 125px;
	height: 20px;
	top: 1px;
	background-color: #a8bcd0;
	color: #000000;
	text-align:center;
}
.topbutton a:link {
	display: block;
	height: 100%;
	color: #000000;
	text-decoration:none;
}
.topbutton a:visited {
	display: block;
	height: 100%;
	color: #000000;
	text-decoration:none;
}
.topbutton a:hover {
	background-color: #f2d766;
}

.topbutton2 {
	position: absolute;
	width: 125px;
	height: 20px;
	top: 1px;
	background-color: #006699;
	color: #ffffff;
	text-align:center;
}
.topbutton2 a:link {
	display: block;
	height: 100%;
	color: #ffffff;
	text-decoration:none;
}
.topbutton2 a:visited {
	display: block;
	height: 100%;
	color: #ffffff;
	text-decoration:none;
}
.topbutton2 a:hover {
	background-color: #f2d766;
	color: #000000;
}

/* BELOW HEADER *****************************************************************************/
.wrapper       { 
	position:absolute;
	top: 103px;
	left: 0px;
	background-color: #a8bcd0;
	width:758px;
}
/* LEFT SIDE	 ***********************************************************************************/
.leftnav {
	float: left;
	width: 168px;
}
.picture {
	position: relative;
	width: 168px;
	height: 105px;
	margin-bottom: 30px;
}
/* LEFT MENU - NEW STYLES 7 JULY ***********************************************************************************/
#navigation {
 	position: relative;
 	z-index: 1;
	margin: 0 0 30px 21px;
	width: 140px;
	font-size: 90%;
	}
#navigation ul {
	padding: 0;
	margin: 0;
	}
#navigation li {
	list-style:none;
	}
ul.top-level {
	background-color: #a8bcd0;
	}
#navigation a {
 	color: #000000;
 	cursor: pointer;
 	display: block;
 	height: 15px;
 	line-height: 15px;
 	text-decoration:none;
 	width:100%;
}
#navigation a:hover{
 	color: #ffffff;
}
#navigation li:hover {
	background-color: #a8bcd0;
 	position: relative;
}
ul.sub-level {
    display: none;
}
li:hover ul.sub-level {
	background-color: #a8bcd0;
    border: 1px #000000 solid;
    display: block;
    position: absolute;
}
ul.sub-level li {
	margin: 5px;
}
/* MAINBODY ***********************************************************************************/
html, body {
	height: 100%;
}
#mainbody {
	float: right;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 590px;
	background-color:white;
}
.trail {
	position: relative;
	float:right;
	width: 590px;
	height: 20px;
	padding-top: 2px;
	background-color:#efefef;
	font-size: 80%;
	color: #4c4c4c;
}
.trailurl {
	color: #4c4c4c;
}
.trail1 {
	margin: 0 0 0 20px;
}
.content {
	position: relative;
	width: 550px;
	min-height:800px;
	top: 20px;
	left: 20px;
	padding-bottom:20px;
	margin-bottom:20px;
}
.footer {
	position: relative;
	width: 550px;
	left: 20px;
	margin-bottom:20px;
	font-size:70%;
	color: #a8bcd0;
}
/* FRONT PAGE ***********************************************************************************/
#front1	 {
	position:relative;
	width: 360px;
}
#front2	 {
	position:absolute;
	top:28px;
	right: 20px;
}
.quick p {
	margin: 5px 0 5px 0;
	text-align: center;
}
#homenews	 {
	position:relative;
	margin: 20px 0px 0px 40px;
	color: #4c4c4c;
}
.noticeboard {
	margin-bottom: 5px;
}
.noticeline {
	font-weight: normal;
}
.noticehide {
	display: none;
	border: 1px #c0c0c0 solid;
	padding: 5px 5px 0 5px;
	margin: 0 20px 15px 20px;
}
.noticeshow {
	display: block;
	border: 1px #c0c0c0 solid;
	padding: 5px 5px 0 5px;
	margin: 0 20px 15px 20px;
}
/* XXXXXXXXXXX ***********************************************************************************/
.center {
	text-align:center;
}
.smaller {
	font-size: 90%;
}
.nodecor {
	text-decoration:none;
}
a {
	outline: none;
}
a:link {
	color: #006699;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #006699;
	text-decoration:none;
}
a.calevent:link {
	color: #006699;
	text-decoration:none;
}
a.calevent:visited {
	color: #006699;
	text-decoration:none;
}
a.calevent:hover {
	color: #f2d766;
	text-decoration:none;
}
.event {
	border-bottom: 1px #c0c0c0 solid;
	padding: 10px;
}
.event2 {
	border-bottom: 2px #006699 solid;
	padding: 10px 10px 30px 10px;
	margin-bottom: 20px;
}
table.cells td {
	vertical-align: top;
	padding: 6px;
	border-style: solid;
	border-color: #C0C0C0;
	border-width: 1px 0px 0px 0px;
}
table.translit td {
	vertical-align: top;
	padding: 5px;
	font-size:100%;
	border: 1px #c0c0c0 solid;
}
.hometext {
	position: relative;
	width: 400px;
	padding: 16px 20px 6px 20px;
	color: #002232;
}
/* LIBRARY ***********************************************************************************/
.book {
	position:relative;
	border-bottom: 1px #c0c0c0 solid;
	overflow:hidden;
	width:100%;
	margin-top: 30px;
}
.bookcover {
	position:relative;
	float:right;
	margin: 10px;
}
.booktext {
	position:relative;
	padding: 10px 10px 5px 0px;
}
.booknote       { 
	color:#666666;
}

