body {
	margin: 0;
	background: #fff url('../img/bkgnd_img.png') 0 100% repeat-x;
	font-family: "Comic Sans MS";
	font-size: 14px;
}
a:link { /* unvisited link */
	color:#000000;
	text-decoration: none;
}      
a:visited { /* visited link */
	color:#000000;
	text-decoration: none;
}  

a:hover { /* mouse over link */
	color:#00b64f;
	text-decoration: underline;
}  


#wrapper{
	width: 960px;
	margin: 50px;
}

#header {
	background: #fff url('../img/header_img.png')  no-repeat;
	margin: 30px 40px;
	padding: 0px;
	float: right;
	width: 533px;
	height: 100px;

}

#header h1 {
	display: block;
	text-indent: -5000px;
}

#navlft {
	background: url('../img/nvbkgnd_img.png') 100% 0 no-repeat;
	float: left;
	padding: 0px;
	margin-top: 80px;
	margin-left: 40px;
	width: 211px;
	height: 328px;
}

#sidelft {
	background: url('../img/ltcontentbkgnd_img.png') no-repeat;
	float: left;
	padding: 0px;
	margin: 30px 40px;
	width: 212px;
	height: 302px;
}

#subsidelft {
	float: left;
	padding: 0px;
	margin: 30px 40px;
	width: 212px;
	height: 100%;
}

#content {
	margin: 20px 40px;
	padding: 0px;
	float: right;
	width: 530px;
	height: 550px;
}

#subcontent {
	margin: 20px 40px;
	padding: 0px;
	float: right;
	width: 530px;
	height: 100%;
}

#rightcontent {
	padding-left: 20px;
	padding-top: 20px;
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	width: 470px;
	height: 500px;
}

#hmrtcontent {
	background: url('../img/rtcontentbkgnd_img.png') top left no-repeat;
	line-height: 24px;
	font-size: 16px;
	padding: 30px;
	width: 450px;
	height: 550px;
	margin: 0px;
}

#subrtcontent {
	line-height: 24px;
	font-size: 16px;
	padding: 30px;
	width: 450px;
	height: 100%;
	margin: 0px;
	min-height:550px;
}

#navlft li {
	padding-left: 0px;
	color: #000;
	list-style: none;
	margin: 0;
	text-transform: uppercase;
}

#navlft li a {
	background: url('../img/navbtn_img.jpg') bottom left no-repeat;
	padding-left: 10px;
	padding-bottom: 4.5px;
	padding-top: 5px;
	font-size: 16px;
	line-height: 55px;
	height: 49px;
	width: 160px;
	display: block;
	text-decoration: none;
	margin-left: -20px;
}

#sidelft li {
	padding-top: 0px;
	list-style: none;
}

#sidelft h2 {
	padding-left: 10px;
	padding-top: 10px;
	color: #081472;
	font-size: 24px;
	list-style: none;
	margin: 0;
}

#subsidelft h2 {
	padding-left: 10px;
	padding-top: 10px;
	color: #081472;
	font-size: 20px;
	list-style: none;
	margin: 0;
}

#sidelft li a {
	border: #e0ded7 1px solid;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	line-height: 16px;
	height: 40px;
	width: 180px;
	display: block;
	text-decoration: none;
	list-style: none;
	margin-left: -29px;

}

#navlft li a:hover { /* mouse over link */
	color:#fff;
}

#sidelft li a:hover { /* mouse over link */
	color:#fff;
	background: #00b64f;
	border: outset 1px #00b64f;
}

#navlft li a.active {
	color: #fff;
	text-decoration: none;
}

#footer {
	border-top: #000 groove 1px;
	margin-top: 40px;
	clear: both;
	width: 960px;
	height: 200px;
	margin-left: 50px;
}
#footer h2 {
	font-weight: bold;
	color: #a65900;
	font-size: 16px;
	text-align: left;
}

.boldteal {
	font-weight: bold;
	color: #086fa1;
}

#footer .copyright {
	padding: 0px 10px;
	position: absolute;
	left: 50px;
	height: 200px;
	width: 300px;
	color: #235d79;
}

#footer .interests {
	padding: 0px 10px;
	position: absolute;
	left: 370px;
	height: 200px;
	width: 300px;
	color: #235d79;
}

#footer .about {
	padding: 0px 10px;
	position: absolute;
	left: 690px;
	height: 200px;
	width: 300px;
	color: #235d79;
}

.intro {
	font-size: 20px;
	color: #235d79;
}

#subsidelft a.calendar {
	text-decoration: underline;
	color: #00b64f;
	font-weight: bold;
}