html {
	height: 100%;
	min-height: 100%;
}

body {
	background-image: url(images/mbg.png);
	background-position: top left;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0px;
	font-family: tahoma, arial;
	font-size: 14px;
	color: #000000;
}

a:link
a:visited {
	color: #277F5C;
	text-decoration: underline;
}

a:hover {
	color: #8ECFB5;
	text-decoration: none;
}

a:active {
	color: #5F1D20;
	text-decoration: none;
}

#main {
	background-image: url(images/cbg.png);
	background-position: top left;
	background-repeat: repeat-y;
	background-attachment: fixed;
	margin: 0px;
	width: 800px;
	float: left;
	padding-bottom: 20px;
}

#top {
	background-image: url(images/top.png);
	margin: 0px;
	padding: 0px;
	width: 784px;
	height: 136px;
}

#Nav {
	font-family: Tahoma, Arial;
	background-color: #E0E8EF;
	background-image: url(images/navbot.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	font-size: 14px;
	height: 22px;
	width: 784px;
}

#Nav li {
	float: left;
	position: relative;
	list-style-type: none;
	padding: 0px 20px 0px 19px;
}

#Nav li.pd {
	float: left;
	position: relative;
	list-style-type: none;
	padding: 0px 24px 0px 12px;
}

#Nav li a:link {
	color: #041458;
	text-decoration: none;
}

#Nav li a:visited {
	color: #041458;
	text-decoration: none;
}

#Nav li a:hover {
	color: #6D8BAF;
}

#Nav li a:active {
	color: #5F1D20;
}

#tab1 {
	margin: 0px;
	height: 22px;
	background-image: url(images/tab1.png);
	background-repeat: no-repeat;
	background-postition: bottom left;
	padding: 3px 5px 0px 10px;
}

#tab2 {
	margin: 0px;
	height: 22px;
	background-image: url(images/tab2.png);
	background-repeat: no-repeat;
	background-postition: bottom left;
	padding: 3px 5px 0px 10px;
}

#tab6 {
	margin: 0px;
	height: 22px;
	background-image: url(images/tab3.png);
	background-repeat: no-repeat;
	background-postition: bottom left;
	padding: 3px 5px 0px 10px;
}

#tab7 {
	margin: 0px;
	height: 22px;
	background-image: url(images/tab4.png);
	background-repeat: no-repeat;
	background-postition: bottom left;
	padding: 3px 5px 0px 10px;
}

#tab8 {
	margin: 0px;
	height: 22px;
	background-image: url(images/tab5.png);
	background-repeat: no-repeat;
	background-postition: bottom left;
	padding: 3px 5px 0px 10px;
}

#content {
	padding: 10px 30px 10px 10px;
}

#JBox {
	float: left;
	width: 560px;
	height: 220px;
	margin: 10px;
}

#eBBox {
	float: right;
	width: 176px;
	height: 220px;
	margin: 0px;
}

#Comm {
	background-image: url(images/comm.png);
	float: left;
	position: relative;
	margin: 10px;
	width: 233px;
	height: 350px;
}

#PD {
	background-image: url(images/PD.png);
	float: left;
	position: relative;
	margin: 10px;
	width: 233px;
	height: 350px;
}

#Resources {
	background-image: url(images/resources.png);
	float: left;
	position: relative;
	margin: 10px;
	width: 233px;
	height: 350px;
}

.eblist a:link {
	color: #277F5C;
	text-decoration: underline;
}

.eblist a:visited {
	color: #277F5C;
	text-decoration: underline;
}

.eblist a:hover {
	color: #8ECFB5;
	text-decoration: none;
}

.eblist a:active {
	color: #5F1D20;
	text-decoration: none;
}

.eblist li {
	list-style-type = square;
}

.listbox {
	padding: 7px;
}

.listboxshort {
	padding: 7px;
	width: 546px;
}

.listboxlong {
	padding: 7px;
	width: 736px;
}