.hl0 { background-color: #D0D0FF; }
.hl1 { background-color: #D0FFD0; }
.hl2 { background-color: #FFD0FF; }
.hl3 { background-color: #FFFFD0; }
.hl4 { background-color: #D0FFFF; }

.hl0, .hl1, .hl2, .hl3, .hl4 { font-weight: strong; }

#sehl {
	padding: 8px;
	text-align: center;
}

table#weekevents td {
	font-size: 0.8em;
	vertical-align: top;
}

table#weekevents table {
	width: 250px;
}

body
	{
	text-align: center;
   min-width: 600px;
	background-color: #F0F0F0;
	background-image: url('/images/gradient_bg.png');
	background-repeat: repeat-x;
	margin: 0px;
	
	font-size: 10pt;
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	
	voice-family: male;
	}

.link
	{
	cursor: pointer;
	text-decoration: underline;
	}

address
	{
	margin-left: 10px;
	
	voice-family: female;
	}

em
	{
	stress: 75;
	}

strong
	{
	stress: 90;
	}

.note2
	{
	font-size: 1.2em;
	
	voice-family: female;
	}

.center
	{
	text-align: center;
	}

img
	{
/*	border: 0px;*/
	border: 1px solid #C0C0C0;
/*	padding: 3px;*/
	}

#rightnav img
	{
	border: 0px;
	}

img.framed
	{
	border: 1px solid #000000;
	}

p.note
	{
	color: #707070;
	font-style: italic;
	font-size: 0.8em;
	
	voice-family: female;
	}
	
input.text
	{
	border: 1px solid #A0A0A0;
	padding: 2px;
	}

p
	{
	text-align: justify;
	padding-left: 10px;
	padding-right: 20px;
	/*margin-right:;*/
	}

div.mininav
	{
	border: 1px solid #909090;
	margin: 15px;
	font-size: 0.8em;
	float: right;
	padding: 10px;
	}

div.mininav ul
	{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	}

div.mininav ul li
	{
	padding: 0px;
	margin: 0px;
	}

img.floatright
	{
	margin: 10px 20px 10px 20px;
	float: right;
	}

img.floatleft
	{
	margin: 10px 20px 10px 10px;
	float: left;
	}

li
	{
	margin-bottom: 10px;
	}

li p
	{
	padding-left: 0px;
	}
	
table
	{
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 10px;
	width: 100%;
	
	/* IE again does everything differently, we need to specify the fonts here too */
	font-size: 10pt;
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	}

td
	{
	padding-right: 5px;
	}

th
	{
	padding-right: 5px;
	text-align: left;
	}
	
hr
	{
	display: none;
	}

a.external
	{
	background-image: url('/images/external_url.png');
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 13px;
	}

blockquote
	{
	color: #505050;
	background-image: url('/images/quotes.png');
	background-repeat: no-repeat;
	background-position: 15px 0px;
	
	padding-left: 40px;
	margin-left: 0px;
	
	padding-right: 25px;
	
	text-align: justify;
	
	voice-family: female;
	
	margin-bottom: 35px;
	}
	
blockquote cite
	{
	float: right;
	margin-top: 5px;
	}

blockquote cite:after
	{
	content: url('/images/quotes2.png');
	vertical-align: -45%;
	margin-left: 5px;
	}

blockquote p
	{
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
	}
	
cite
	{
	color: #A0A0A0;
	font-size: 0.8em;
	
	voice-family: female;
	}
	
a
	{
	color: #1f6f9a;
	}
	
a:hover
	{
	text-decoration: none;
	color: orange;
	}
	
span.highlighted
	{
	font-weight: bold;
	background-color: #E7E7E0;
	}

p.highlighted
	{
	background-color: #E7E7E0;
	}

tr.highlighted
	{
	background-color: #E7E7E0;
	}

tr.highlighted td
	{
	padding: 5px 5px 5px 10px;
	}
	
.hidden
	{
	display: none;
	}
	
#centered
	{
	margin: 0 auto;
	/*width: 800px;*/
	width: 1000px;
	text-align: left;
	}

#header
	{
	position: relative;
	top: -35px;
	left: -10px;
	height: 60px;
	background-image: url('/images/header.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	}
	
#wrapper
	{
	margin-top: 65px;
	margin-bottom: 30px;
	background-image: url('/images/gradient.png');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border-right: 2px solid #A0A0A0;
	border-bottom: 2px solid #A0A0A0;
	border-top: 1px solid #B0B0B0;
	border-left: 1px solid #B0B0B0;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	}

#content
	{
	border-right: 1px solid #F0F0F0;
	float: left;
	margin-top: -35px;
	padding-right: 5px;
	
	/*width: 570px;*/
	width: 770px;
	
	background-color: #FFFFFF;
	}
	
h1
	{
	font-family: "Cambria", "Georgia", "Times New Roman", "Times", serif;
	color: #2060A0;
	font-size: 2.3em;
	margin-top: 0px;
	font-weight: normal;
	margin-bottom: -5px;
	}

h2
	{
	font-family: "Cambria", "Georgia", "Times New Roman", "Times", serif;
	color: #60A0E0;
	font-size: 1.4em;
	margin-left: 5px;
	font-weight: normal;
	}
	
th.h2
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #60A0E0;
	font-size: 1.4em;
	}
	
#topnav
	{
	position: relative;
	top: -45px;
	text-align: right;
	/*padding-left: 200px;*/
	padding-left: 100px;
	font-size: 0.7em;
	
	color: #A0A0A0;
	}

#topnav a
	{
	margin-left: 5px;
	margin-right: 5px;
	}
	
/*#topnav ul
	{
	display: inline;
	}

#topnav li
	{
	display: inline;
	}*/
	
#skipto
	{
	display: none;
	}
	
#rightnav
	{
	float: right;
	width: 160px;
	padding-left: 20px;	
	font-size: 0.8em;
	background-color: #FFFFFF;
	margin-top: -15px;
	}
	
#rightnav strong
	{
	color: #1f6a9a;
	font-size: 1em;
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	}
	
/* IE handles everything about UL's differently to Gecko, so we've got some odd looking css here */
#rightnav ul
	{
	padding-left: 18px;
	margin-left: 0px;
	}

#content li
	{
/*	margin-right: 15px;*/
	}

#rightnav li
	{
	margin-left: 0px;
	}
	
#footer
	{
	width: 100%;
	color: #606060;
	margin-top: 10px;
	/* IE trick to stop the floats falling off the bottom of the page */
	clear: both;
	
	voice-family: child;
	}

#related
	{
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 25px;
	margin-bottom: 15px;
	
	voice-family: child;
	
	padding-left: 5px;
	padding-top: 5px;
	
	border-top: 1px solid #E0E0E0;
/*	border-bottom: 1px solid #E0E0E0;*/
	font-size: 0.8em;
	}

#related strong
	{
	color: #1f6a9a;
	font-size: 1em;
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	}

#related ul
	{
	padding-left: 20px;
	}

sup.note
	{
	color: #A0A0A0;
	}
