@charset "UTF-8";

body {
	background-color: #453E3C;
	background-image: url(images/bk.gif);
	text-align: center;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #444444;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #444444;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

a {
	font-weight: bold;
	color: #343434;
}
a:hover {
	font-weight: bold;
	color: #000000;
}
#container {
	width: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}

#header {
	width: 760px;
	float: left;
}

#logo {
	height: 113px;
	width: 150px;
	float: left;
}

#title {
	float: left;
	height: 32px;
	background-color: #333333;
	padding-top: 81px;
	text-align: center;
	width: 460px;
}

#cal {
	float: left;
	height: 100px;
	background-color: #333333;
	padding-top: 13px;
	width: 150px;
	text-align: center;
}

#pathway {
	clear: left;
	float: left;
	width: 760px;
	background-color: #CCCCB3;
	height: 20px;
}
#leftnav {
	background-color : #666633;
	margin : 0;
	vertical-align : top;
	padding: 10px;
	text-align: left;
}

/* Styles for Left Navigation Items */
#leftnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px; /* Width of Menu Items */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

#leftnav ul li {
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #484824;
	}
	
#leftnav li ul {
	position: absolute;
	left: 179px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}


#leftnav ul li a {
	display: block;
	text-decoration: none;
	color: #333333; /* IE6 Bug */
	padding: 5px;
	border-bottom: 0;
	background-color: #666633;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a {
	height: 1%;
	background-color: #666633;
}
/* End */

#leftnav ul li a:hover {
	color: #56562B;
	background: #f9f9f9;
} /* Hover Styles */
		
#leftnav li ul li a { padding: 5px 5px; } /* Sub Menu Styles */
		
#leftnav li:hover ul, li.over ul { display: block; }
/* End Styles for Left Navigation */

#mainbody {
	background-color: #999966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	width: 550px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#homeimg {
	text-align: center;
	height: 400px;
}

#homecontent {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#newsletter {
	background-color: #e7e7da;
	text-align: center;
	width: 200px;
}
#footer {
	background-color: #ccccb3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: center;
}
.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #CCCCCC;
	width: 140px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#subscribe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}