body {
font:0.8em/1.4em "Lucida Grande", Arial, sans-serif;
	line-height: normal;
}
a {}
a:hover { color:#FF0000;}

.print { display:none;}

#container { width:800px; border: #000066 1px solid; margin:15px auto;}

#navigation {	margin-left:10px;
	padding-left:0;
	width:200px;
	float:left; display: block; }
#navigation ul, #navigation ul li ul {padding-left:0;
 list-style: none;
}
	ul .about_us li {padding-left:9px; border-left: #DDE3EE 1px solid;}
	ul .whats_on li  {padding-left:9px; border-left:  #F3DAE2 1px solid;}
	#navigation a { text-decoration:none; color:#000066; }	
		#navigation a:visited { color:#000066;}#navigation a:hover { color:#FF0000;}
		#navigation li {padding-bottom:2px;}

#header {margin-bottom:25px; padding-bottom:25px;border-bottom:#CCCCCC 1px dotted;}
#content {	color: #000033;    margin-left:220px;	width: 560px; margin-bottom:20px;}
#footer {padding:2em; border-top:#CCCCCC dotted 1px; }

	table td {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 14px;
		padding:3px;
	}
	table td a {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000066;
	}
	table td a:hover {
		color: #990000;
		background-color: #DFE2EA;
	}

h1 {
	font-size:140%;
	color: #000066;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: 0.5em;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000066;
	font-weight: bold;
	letter-spacing: 0.4em;
}
.footer {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E1DEFA;
	display: block;
	width: 800px;
}
hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top:5px;
	padding-bottom:5px;
}
.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.pdf_list li{
	background-image: url(../images/icn_pdf.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-top:4px;
	list-style:none;
}
/* begin styles for RSS Feed */

.rss_box {
	 margin: 10px 5%;
	 padding: 4px 8px;
	 
	 background-color: #ededed;
	 border: 1px dashed #7485CA;
}

.rss_title, rss_title a {
	font-family: "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
	font-size: 18px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss_items {
  
}

.rss_item  {
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  font-weight : bold; 
  margin: 8px 0;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration : none;
	border-bottom: 1px solid #ededed;
	color: #88b;
	}

.rss_item a:hover { 
	text-decoration : none;
	color: #e0861e;
	border-bottom: 1px dotted #e0861e;
	}
	
.rss_date {
	font-size: 11px;
	font-weight : normal;
	color: #F60;
	}


