/*======================================*
**title: donksstylesheet.css
author: Pam Williamson;
version: one;
Two columns with small a middle space image across top
date: September 2006; Updated to widen May 2010
To take into account of longer main column with slider
Style sheet two*/

body {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	background-color: #3a5d73;
}
#container {
	width: 820px;
	margin: auto;
}
/*separate container across the top*/ 
#divTopsection {
width: 819px;
margin-top: 20px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 8px;
background-color:#BBC2C3;
} 
/* Header Section*/
#divRightTop{
	height: 140px;
	margin-top: 20px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#divLogoLeft {
	height: 95px;
	margin-top: 3px;
	padding-top: 5px;
	text-align: center;
	padding-bottom: 20px;
}
/* Header name section*/ 
h1 {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 25pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #590057;
	text-align:	center;
	background-color: #eae5d8;
}
.topline2 {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #590057;
	text-align:	center;
}
h2 {
	color: #590057;
	font-size: 15pt;
	font-weight: normal;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	}
a {
	text-decoration: underline;
	color: #8FCE45;
}
a:hover {
	text-decoration:none;
}

/*Left column*/
#Leftcol {
	width: 184px;
	height: 804px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #32556B;
	padding: 0px;
	float: left;
	margin: 0px;
	background-color: #f1eee5;
}

/*note the right column margin gives the blue line between columns*/
#Rightcol {
	background-color: #eae5d8;
	width:630px;
	height: 804px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	overflow:scroll;
}
/*Content in main right side column*/
#divMainContent {
	padding-left: 20px;
	padding-right: 20px;
}
/*Left side main Navigation*/
#Navigation {
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 185px;
}
#Navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#Navigation li {
	display: block;
}

#Navigation ul li a  {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-size: 11pt;
	background-color: #32556B;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #32556B;
	height: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin: 0px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #32556B;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3A5D73;
	background-repeat: no-repeat;
	background-position: left;
}

#Navigation ul li a:hover,  #Navigation ul li  a.current {
	background-color: #365d7a;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #ffffff;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #365d7a;
	color: #C7FF05;
}
/*footer*/	
#footer {
	height: 22px;
	clear: both;
	color: #FFFFFF;
	font-size: 8pt;
	text-align: center;
	padding-top: 3px;
}
/*main content font*/
.para {
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	color: #000000;
	margin: 0px;
}
.contacts{
font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #590057;
}
.tblecontents{
font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
}

.imgright{
padding: 3px;
display:inline;
background: #ffffff;
border: 1px solid #cccccc;
margin:10px 5px 5px 20px;
float:right;
}
.imgleft{
padding: 3px;
display:inline;
background: #ffffff;
border: 1px solid #cccccc;
margin:10px 10px 5px 0;
float:left;
}
.imgcenter{
padding: 3px;
display:inline;
background: #ffffff;
border: 1px solid #444;
margin: 0;
}
.imgtop{
padding: 0px;
display:inline;
background: #eae5d8;
border: 2px solid #444;
margin: 0;
}
.events{
font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #590057;
}
.question{
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}