body  {
		font-family: "Helvetica Neue", Helvetica, Geneva, sans-serif;
		font-size: 13px;
		background: #999999;
		margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
		padding: 0;
		text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
		color: #1f2950;
}

#container/*container, contains all divs and content*/
{
width: 900px;
margin: 10px auto;/*setting the container to centre*/
background-color: #fff; /* background colour of div*/
color:#594966; /* colour of body text*/
border: 1px solid #666666; /* one pixel grey border around the container div, that contains all content and other divs*/
line-height: 150%; /*for better readability, more leading*/
text-align: left; /* this overrides the text-align: center on the body element. */
}

#container2/*container, contains all divs and content*/
{
width: 900px;
margin: 10px auto;/*setting the container to centre*/
background-color: #fff; /* background colour of div*/
color:#594966; /* colour of body text*/
border: 1px solid #666666; /* one pixel grey border around the container div, that contains all content and other divs*/
line-height: 150%; /*for better readability, more leading*/
text-align: left; /* this overrides the text-align: center on the body element. */
}
#top /*header div, contains all divs and content*/
{
padding: 0 0 0 0;
background: #ffffff;
border-bottom: 1px solid #1f2950;


}

#top h1 /*sets all margins of the main heading within header div to 0 because bowsers interpret them differently*/
{
padding: 0;
margin: 0;

}

#slideshow {
width: 690px;
height: 300px;
}

h1 /*sets all margins of the main heading within header div to 0 because bowsers interpret them differently*/
{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 24px;
line-height: 130%;
color: #594966;
text-align: left; /* this overrides the text-align: center on the body element. */
font-weight: bold;
padding: 0;
margin: 0;
}

h2 /*sets all margins of the main heading within header div to 0 because bowsers interpret them differently*/
{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 120%;
color: #594966;
text-align: left; /* this overrides the text-align: center on the body element. */
font-weight: bold;
padding: 0;
margin: 0;
}

h3 /*sets all margins of the main heading within header div to 0 because bowsers interpret them differently*/
{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
line-height: 130%;
color: #594966;
text-align: left; /* this overrides the text-align: center on the body element. */
font-weight: bold;
padding: 0;
margin: 0;
}
#leftnav /*this is floating the navigation div to the left hand side, a width has to be given*/
{

float: left;
width: 160px;
/*height: 1080px;*/
margin: 0;
padding: 1em; /*this makes sure the content is 1em away from the border of the div*/
}

#sidenav {

width: 154px;
margin: 0 0 0 0;
padding: 0;
list-style: none;
font-size: 100%;
}


#sidenav li {
margin: 0;
padding: 0 0 2px 0;
font-size: 100%;
}

#sidenav a {
display: block;
margin: 1px;
padding: 5px 0 8px 5px;
color: #fff;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
text-decoration: none;
background: #e27e98;
font-size: 100%;
font-weight: normal;
}


#sidenav a.calendar {
display: block;
margin: 10px 1px 1px 1px;
padding: auto;
color: #ffffff;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
text-decoration: none;
text-align: center;
background: #594966;
font-size: 100%;
font-weight: normal;
border : 2px dashed #ffffff;
}

#table link a {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
	color: #e0e5eb;
}


#sidenav a:hover {
color: #fff;
background-color: #594966;
text-decoration: none;
}

#sidenav a.calendar:hover {
color: #594966;
background-color: #e0e5eb;
text-decoration: none;
border : 2px dashed #594966;
}
a {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
	color: #594966;
}
a:visited {
	color: #594966;
}
a:hover {
	color: #e27e98;
}
a:active {
	color: #594966;
}

/*this determines the appearance of all main links in the document*/

/*#links a {
	font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
	color: #594966;
}
#flinks a:visited {
	color: #594966;
}
#links a:hover {
	color: #594966;
}
#links a:active {
	color: #594966;
}*/

/*this determines the appearance of all secondary links in the document*/

#bullet li { list-style-type: circle; }


#content /*this is the main content div*/
{
margin-left: 175px;  /*it is 150px away from the left hand side, this makes sure that it won't wrap under the sidenav if the sidenav div is shorter than the content div*/
padding: 1em; /*1em this makes sure the content of this div is 1em away from the border of the content div, these are interpreted differently by each browser*/
}

.tableText {/*this determines the appearance of the footer text*/
	font-size: 13px;
	color: #ffffff;
	margin: 1px 10px 1px 150px;
	font-family: "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	
}
.tableTextS {/*this determines the appearance of the footer text*/
	font-size: 12px;
	color: #594966;
	margin: 1px 10px 1px 15px;
	font-family: "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
	
}

#table {
margin: 0 0px 0 -3px;
}

#footer
{
clear: both; /*this makes sure that the footer div is always underneath all other floated divs*/
margin: 0;
padding: 10px 0 10px 185px;
color: #5774ae;
background-color: #e27e98;
border-top: 5px solid #fff;/*this creates a 1 pixel border on the top edge of the footer div*/

}

#footer a {
	font-family: "Helvetica Neue", Helvetica, Geneva, sans-serif;
font-size: 10px;
	color: #ffffff;
}
#footer a:visited {
	color: #ffffff;
}
#footer a:hover {
	color: #ffffff;
}
#footer a:active {
	color: #ffffff;
}

.footerText {/*this determines the appearance of the footer text*/
	font-size: 10px;
	color: #cdebde;
	font-family: "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
	
}

#leftnav p { margin: 0 0 0 0; } /*This removes the space above content in the leftnav div*/
#content h2 { margin: 0 0 .5em 0; } /*This removes the space above content in the c div*/

.floatleft
{
float: left;
margin: 0px  10px 5px 0px ;
}



.gallery img	{	margin	:	2px 2px 2px 2px;
}

.itals			{	font-style: italic;
}

/*menu styling*/


.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: yellow;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px;
color: #fff;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
font-weight: normal;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #e27e98;
width: 200px; /* default width for menu */

}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
padding: 2px 0;
text-decoration: none;
color: #fff;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
font-weight: normal;
text-indent: 5px;
height: 29px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #594966;
color: white;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}


/*menu styling*/





.tablehead {
	font-size: 18px;
	color: #ffffff;
	padding: 5px 10px 5px 5px;
	font-family: "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	
}


