/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
h1{
	margin-top:5px;
	font-size: 1.4em;
	font-variant: small-caps;
	margin-left: 10px;
	}
	h2 {
	margin-top:10px;
	font-size: 1.2em;
	font-variant: small-caps;
	margin-left: 10px;
	}
	h3 {
	margin-top:10px;
	font-size: 1.1em;
	font-variant: small-caps;
	margin-left: 10px;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
	background-color: #FFFFFF;
}

/*wrapper*/

#wrapper {
	width: 925px;
	border: thin solid #CCCCCC;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/*menu*/

#menu {
float: right;
width: 925px;
height: 50px;
border-right: 1px solid #ccc;
}
#menu ul {
list-style: none;
float:right;
background-color:#FFFFFF;

}
#menu li {
display: inline;
}
#menu a {
	display: block;
	float: left;
	width: 115px;
	height: 35px;
	padding: 10px 0 10px 0;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 1.3em;
	color: #546078;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-left-color: #ccc;
}
#menu a:hover {
	background: #b2d5fb;
}
#menu .active a {
	background: #b2d5fb;
	color: #FFFFFF;
}
#currentpage a:link, #currentpage a:visited,
#currentpage a:hover, #currentpage a:active {
background-color: #b2d5fb;
color: #546078;
}
/*header*/

#header {
	float: right;
	width: 699px;
	height: 178px;
	margin-left: 10px;
}

/*leftnavigation */

#leftcolumn {
	width: 215px;
	float:left;
	background-color: #FFFFFF;
	margin-top: -55px;
}

#leftnav
{
padding-left: 0;
width: 210px;
color: 	#7D8085;
text-align: left;
	margin-left: 0px;
	margin-right: 5px;
	padding-top: 7px;
}

#leftnav li
{
	list-style: none;
	border-bottom: 1px solid #ccc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 1px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#leftnav li a { text-decoration: none; 
color: #546078;
}
#leftnav li a:hover { 
color: #F29900; 
text-decoration: none; 
}
.bluespace { 
  padding: 10px;
	margin-top: 5px;
	background-color: #b2d5fb;
	height: 30px;
}
.events {
	padding: 10px;
	margin-top: 10px;
	font-size: 1.2em;
	text-align: center;
	font-variant: small-caps;
	background-color: #b2d5fb;
	margin-bottom: 10px;
}
.news {
margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 6px 6px 20px;
	font-size: 0.9em;
	font-weight: lighter;
	text-align: left;
	border: thin solid #ccc;
}
.news a {
text-decoration: none;
color: #546078;
float:right;
}
.news a:hover {
color: #F29900;
}
.advert {
	width: 182px;
	padding-top: 20px;
	padding-left: 35px;	
}
.links {
margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 6px;
	font-size: 1.2em;
	font-weight: lighter;
	text-align: center;
	border: thin solid #ccc;
	font-variant: small-caps;
}
.links a {
text-decoration: none;
color: #546078;
}
img { border: none; }

/* rightcolumn */

#rightcolumn {
	width: 700px;
	float: right;
	padding-top:5px;	
}
.update {
	text-align:left;
	padding-left: 10px;
	font-size: 0.9em;
}
.date {
	float: right;
	font-size: 0.9em;
	text-align:right;
	padding-right: 10px;
}
.righttext {
	width: 700px;
	border: thin solid #ccc;
	clear: both;
	overflow: auto;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-bottom:10px; 
	text-align: justify;
}
.righttext p{
	margin-right:10px;
	padding-top: 10px;
	padding-left:10px;
}
.righttext li{
	list-style-position: outside;
	list-style-type: disc;
	
}
.word {
width: 700px;
	border: thin solid #ccc;
	clear: both;
	overflow: auto;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-bottom:10px; 
	text-align: justify;
}
.word p{
	margin-right:10px;
	padding-top: 10px;
	padding-left:10px;
}
.word ul {
list-style-position: inside;
	list-style-type: disc;
}
.word li{
	
	margin-right:10px;
	padding-top: 10px;
	padding-left:10px;
	
}
.box {
	float: left;
	border: thin solid #CCCCCC;
	padding: 5px;
	margin: 10px;
	height: 200px;
	width: 317px;
	text-align: left;
}
.bottombox {
	border: thin solid #CCCCCC;
	padding: 10px;
	height: 200px;
	width: 307px;
	margin-top: 10px;
	margin-right: 190px;
	margin-bottom: 10px;
	margin-left: 190px;
}
.clearboth {
	clear: both;
}
img.floatLeft {
	float: left;
	margin-right: 15px;
}
img.floatRight {
	float: right;
	margin-left: 15px;
	
}

.centeredImage {
text-align:center;
margin-top:0px;
margin-bottom:0px;
padding:0px;
}
img.center {
	display: block;
	margin-left:  auto;
	margin-right: auto;
	text-align: center;
}

#footer {
	width: 925px;
	height: 15px;
	clear: both;
	margin-left: -10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-weight: lighter;
	font-variant: small-caps;
	padding-left:10px;
	padding-right:10px;
	padding-top: 5px;
}
#footer p {
padding-top: 10px;
}
#footer a {
	text-decoration: none;
	color:#333;
	}
.copy{
text-align: right;
margin-top: -18px;
}
	#linkleft {
	width: 335px;
	float: left;
	margin-top: 10px;
	}
	#linkright {
	width: 335px;
	float: right;
	padding-left:10px;
	margin-top: 10px;
	}
	#linkright a{
text-decoration: none;
color: #546078;
margin-top: -12px;
}
#linkright a:hover {
color: #F29900;
}
#sitemap {
	list-style-position: inside;
	margin-left: 20px;
	margin-top: 10px;
	line-height: 23px;
	 }
#sitemap a{
text-decoration: none;
color: #546078;
}	
#sitemap a:hover {
color: #F29900;
} 
#sitemap ul { margin-left: 30px; 
}
#sitemap ul ul { margin-left: 50px; }
