/* CSS Document */
body {
	margin:0px;
	padding:0px;
	text-align:center;
	background:url(background_images/page.jpg);
	background-position: left 5px;
	background-repeat:repeat-x;
}

#centreContent {
	margin-left:auto;
	margin-right:auto;
	width:945px;
	background:url(background_images/header.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	min-height:400px;
	height:auto;
	color: #817DA1;
	text-align:left;
	font-family:"Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	border-top:1px solid white;
	margin-top:-1px;
}

#leftContent a {
	color:#9793BA;
}

#header {
	margin-top:129px;
	background:url(background_images/menu.gif);
	background-position: left top;
	background-repeat:no-repeat;
	height: 32px;
	text-align:right;
}

#header a {
	display:block;
	float:left;
	height:32px;
	margin-left:7px;
}

#header a:hover {
	background:url(background_images/menu_over.gif);
}

.highlightMenuLink {
	background:url(background_images/menu_over.gif);
}

#rightContent {
	width:290px;
	margin:10px;
	height:auto;
	min-height:500px;
	float:right;
	display:inline;
}

#leftContent {
	width:580px;
	float:right;
	margin-right:30px;
	text-align:justify;
}

h1 {
	font-size:22px;
	margin-top:10px;
}

h2 {
	font-size:18px;
	margin-top:20px;
	padding-bottom:7px;
	border-bottom:1px dashed #817DA1;
}

.panel {
	background:url(background_images/panel.gif);
	background-position: left bottom;
	background-repeat:no-repeat;
	width:285px;
	min-height:264px;
	padding:0px;
	height:auto;
	background-color:#9793BA;
}

.panel div {
	background:url(background_images/panel.gif);
	background-position: left top;
	background-repeat:no-repeat;
	border-top:1px solid white;
}	

.panel div h1 {
	color:white;
	margin:10px 15px 0px 15px;
	background:url(background_images/h1.jpg);
	background-position: left 25px;
	padding-bottom:5px;
	background-repeat:no-repeat;
}

.newsParagraph {
	margin:15px;
	color:white;
	font-size:14px;
	line-height:19px;
	text-align:justify;
}

#leftContent object {
	border:1px solid #9793BA;
}

#leftContent embed {
	border:1px solid #9793BA;
}

.panel object {
	width:210px;
	height:118px;
	margin-left:auto;
	margin-right:auto;
}

.panel embed {
	width:210px;
	height:118px;
	margin-left:auto;
	margin-right:auto;
}

#footer {
	margin-top:80px;
	color:#B5B1D3;
	font-size:14px;
	margin-bottom:30px;
	width:620px;
	margin-left:20px;
}

#footer a {
	color:#B5B1D3;
}

#slidePanel {
	position:absolute;
	min-height:40px;
	margin-left:-276px;
	margin-top:-230px;
	text-align:left;
	border-bottom:6px solid white;
}

.panel label {
	color:white;
	font-size:12px;
}

.panel a {
	color:white;
	line-height:normal;
}

#scroller {
	margin:0px;
	padding:0px;
}

#scroller li {
	list-style:none;
	float:left;
	width:auto;
	display:inline;
	margin-right:20px
}

#scroller a {
	text-decoration:none;
}

#scroller a:hover {
	text-decoration:underline;
}

label {
	float:left;
	display:inline;
	width:240px;
}

select {
	font-family:"Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
}

input {
	font-family:"Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
}

.newsItem {
	border-top:1px dashed #AD89C3;padding-top:8px;
}

.newsHeader {
	color:#AD89C3;
	width:580px;
	display:block;
	border-bottom:1px dashed #AD89C3;padding-bottom:8px;
}

th {
	font-size:16px;
}
