@charset "UTF-8";
/* CSS Document */

body {
	text-align:center;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#8C799B;
	margin-top:0px;
	}
#wrapper {
	width:932px;
	height:100%;
	margin:0 auto;
	background-image:url(images/bodybg.jpg);
}
#logo {
	float:left;
	width:399px;
	height:192px;
	background-image:url(images/top.jpg);
	}
#header {
	float:right;
	text-align:left;
	width:503px;
	padding-top:32px;
	padding-right:30px;
	height:160px;
	background-image:url(images/top2.jpg);
	}
#left {
	border: 0px solid blue;
	padding-left:16px;
	padding-top:10px;
	width:260px;
	height:100%;
	background-image:url(images/nav.jpg);
	float:left;
	}
#content {
	text-align:left;
	float:right;
	width:611px;
	padding-left:15px;
	padding-right:30px;
	height:100%;
	background-image:url(images/content.jpg);
	}
#spacer {
	clear:both;
	}
#footer {
	width:932px;
	height:32px;
	background-image:url(images/footer.jpg);
	}
#footer2 {
	border: solid 0px blue;
	height:42px;
	width:600px;
	margin-left: auto;
	margin-right:auto;
	background-color:#8C799B;
	}
#newsletter {
	text-align:center;
	line-height:24px;
	display:block;
	height:26px;
	width:260px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color: #FFF;
	background-image:url(images/newsletterbg.jpg);
	}
#flash {
	float:right;
	display:block;
	width:375px;
	height:265px;
	}
	
/* Font Style */
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #382E6E;
	font-size:36px;
}
.bodycopy {
	font-family: "Trebuchet MS" , Arial, sans-serif;
	font-size: 13px;
	color: #000000;
}
.footertext {
	font-family: "Trebuchet MS" , Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}
.subhead {
	font-size: 18px;
	color:#3e356d;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
.footertext {
	font-family: "Trebuchet MS" , Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

.footertext a{
	text-decoration: none;
	}

.calendartitle	{
	color: #382E6E;
	font-weight:bold;
	}
	
.whiteheader {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 31px;
}
.mainnav li{
	list-style: none;
	}
.mainnav li a{
	border:solid 0px red;
	text-align:left;
	padding-left:34px;
	margin-left:-39px;
	line-height:26px;
	display:block;
	width:225px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color: #382E6E;
	}
.mainnav li a:link {
	display:block;
	text-decoration:none;
	}
.mainnav li a:active {
	text-decoration:none;
	}
.mainnav li a:visited {
	text-decoration:none;
	}
.mainnav li a:hover {
	text-decoration:none;
	background:url('images/navover.jpg') top left no-repeat;
	}
	
.subnav li a{
	border:solid 0px green;
	list-style: none;
	text-align:left;
	padding-left:25px;
	line-height:24px;
	display:block;
	height:26px;
	width:180px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color:#666666
	}
.subnav li a:link {
	text-decoration:none;
	}
.subnav li a:active {
	text-decoration:none;
	}
.subnav li a:visited {
	text-decoration:none;
	}
.subnav li a:hover {
	text-decoration:underline;
	background:none;

	}

#bottomnavbox	{
	border: 1px solid #8C799B;
	background-color: #8C799B;
	}
	
.footernav	{
	list-style:none;
	float:left;
	padding: 0px 5px 0px 5px;
	border-right: solid 1px #333333;
	}

.last	{
	border-right: solid 0px #333333;
	}
	
.footernav li a{
	font-family: "Trebuchet MS" , Arial, sans-serif;
	font-size: 11px;
	color: #333;
	}
.footernav a:link {
	color: #333333;
	text-decoration: none;
}
.footernav a:visited {
	text-decoration: none;
	color: #333333;
}
.footernav a:hover {
	text-decoration: underline;
	color: #333333;
}
.footernav a:active {
	text-decoration: none;
	color: #333333;
	}
	

a.bodylink:link {
	color: #312B51;
	text-decoration: none;
}
a.bodylink:visited {
	text-decoration: none;
	color: #312B51;
}
a.bodylink:hover {
	text-decoration: underline;
	color: #312B51;
}
a.bodylink:active {
	text-decoration: none;
	color: #312B51;
}
	
a.workshop {
	display:block; 
	text-align:center; 
	float:right; 
	width:158px;
	padding-top:7px;
	height:47px;
	background-image:url(images/workshopbutton.jpg);
	font-size: 16px;
	color:#3e356d;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
a.workshop:link {
	text-decoration:none;
	}
a.workshop:active {
	text-decoration:none;
	}
a.workshop:visited {
	text-decoration:none;
	}
a.workshop:hover {
	text-decoration:none;
	background-image:url(images/workshopover.jpg);
	}
	