div.news {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #003366;
	padding: 2px;
	background-color: #FFFFFF;
}
div.news a:link {text-decoration:none;color: #003366}
div.news a:active {text-decoration:none;color: #003366}
div.news a:visited {text-decoration:none;color: #003366}
div.news a:hover {text-decoration:underline; color: #003366}

div.feature {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #003366;
	background-color: #FFFFFF;
}
div.feature a:link {text-decoration:none;color: #003366}
div.feature a:active {text-decoration:none;color: #003366}
div.feature a:visited {text-decoration:none;color: #003366}
div.feature a:hover {text-decoration:underline; color: #003366}
body {
	background-color: #FFFFFF;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
div.container {
	display:block;
	margin: auto auto;
	position: relative;
	border: none;
	width: 800px;
	padding: 0px;
	height: 600px;
}
div.address {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #003366;

}
div.smalladdress {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
div.mainbodycentre {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 150%;
	font-size: 12px;
	color: #006699;
}

div.mainbodyprint {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 125%;
	text-align: left;
	clip:   rect(auto auto auto auto);
}

div.subnavigation {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #006699;
}
div.subnavigation .subnavbox {
	border : 1px solid #CCCCCC;
	padding : 1px;
	margin: 1px;
}
.pageheader {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .5em;
	text-align: left;
	font-style: normal;
	color: #006699;
}
p.mainbody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #006699;
}
table.webform {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #006699;
}
.formfield-required {
	background-color: #ffffcc
}
h2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
table.calendar caption {caption-side: top; padding-bottom : 0px;text-align:left;font:24px Tahoma;font-weight:bold; color:#006699}
.calendar tr {
	vertical-align : top;
}
.calendar td {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #006699;
	height: 65px;
	overflow: auto;
	valign:top;
	text-align:left;
	width:14.286%;
}
.calendar td.appointment {
	background-color: #ccffff
}
.calendar th {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
	width:14.286%;
}
/*
.calendar td div {
	float:right;
	width:75px;
	height:65px;
	overflow: auto;
	width:14.286%;
}
*/
.calendar td div.date {
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#006699;
}
.calendar td div.note {
	text-align:left;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #006699;
}
ul.navigationmenu {
	margin-left:0px;
}
ul.navigationmenu li {
	list-style : none;
	display : block;
	border : 1px solid #CCCCCC;
	padding : 1px;
	margin: 1px;
}

ul.navigationmenu li a {
	text-decoration : none;
	color: #006699;
}
ul.navigationmenu li a:hover {
	text-decoration : underline;
	color: #006699;
}
dd {
	padding-bottom: 10px;
}
dt {
	font-weight: bold;
}
div.footer {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #003366;
	border-top-style: none;
	border-top-color: #003366;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;

}
div.sitemap {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: normal;
	background-color: #FFFFCC;
	padding: 1px;
	border: 1px solid #999999;
	margin:2px;
	text-align: center;
	vertical-align: middle;
	
	width: 60px;
	-moz-border-radius: 10px; 
	-moz-box-sizing: border-box; 
	border-radius: 10px; 
	box-sizing: border-box;
	padding:5px;
	behavior: url(border-radius.htc);
}

div.sitemap a {
	text-decoration : none;
	color: #006699;
}

div.sitemap a:hover {
	text-decoration : underline;
	color: #006699;
}