html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

a {
	color: #0a8c5e;
	text-decoration: none;
}

img {
	border: 0px;
}

#left {
	width: 171px;
	vertical-align: top;
	height: 100%;
}

#right {
	vertical-align: top;
	height: 100%;
	width: 100%;
}

#top {
	background-image:url(images/top-back.gif);
	background-repeat:repeat-x;
	height: 111px;
	width: 100%;
}

#top-left {
	background-image:url(images/top-left.gif);
	background-repeat:no-repeat;
	height: 111px;
	width: 207px;
}

#top-mid {
	align: center;
	height: 111px;
}

#top-right {
	background-image: url(images/top-right.gif);
	background-repeat:no-repeat;
	height: 111px;
	width: 207px;
}

#mid {
	background-image: url(images/mid-back.gif);
	background-repeat:repeat-x;
	height: 24px;
	width: 100%;
}

#mid-left {
	height: 24px;
	width: 74px;
}

#mid-right {
	height: 24px;
	width: 74px;
}

#nav {
	background-image:url(images/nav-back.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	height: 100%;
}


#footer_links { 
	color: #FFFFFF;
	font-size: .75em;
	height: 25px;
	width: 100%;
	vertical-align: bottom;
	background-image:url(images/footer-back.gif);
	background-repeat:repeat-x;
}

#main {
	vertical-align: top;
	width: 100%;
	height: 100%;
}

#right-border {
	width: 1px;
	background-color: #005480;
}

#right-fill {
	background-color: #ffdb82;
	width: 100%;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

.vertspacer {
	height: 15px;
}

.navspacer {
	height: 5px;
}

.small {
	font-size: small;
}

body {
	margin: 0px;
}
.navspacer {
	height: 6px;
	display:block;
}
.navbutton {
	height: 26px;
	width: 178px;
	display: block;
}
img {
	border: 0px;	
}
a {
	color:#4062FF;
	text-decoration: none;
}
a.footer {
	color: white;	
	font-weight: bold;
}
a.link_special {
	color:#4062FF;
	font-weight: bold;
	font-size: 125%;
}
ul {
	list-style-image: url(images/listbullet.gif)
}