.topborder {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003399;
	border-bottom-color: #003399;
}
#leftnav {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #669999;
	padding-top: 5px;
	padding-bottom: 8px;
	background-color : White;
}

#leftnav ul {margin-left: 15px; padding-left: 15px;}

#leftnav li {
	font : 12px Verdana Geneva Arial Helvetica sans-serif;
	list-style : url(bullet.gif);
	list-style-position : outside;
	line-height: 22px;
}

a:link {color: #000000}     /* unvisited link */
a:visited {color: #000000}  /* visited link */
a:hover {color: #000000}   /* mouse over link */
a:active {color: #000000}   /* selected link */

#nav {
	float:left;
	width: 164px;
}

#content {
	width:594px;
}

#textbody {
	background-image: url(bodyfill.gif);
	background-repeat: repeat-y;
	font : 14px Verdana Geneva Arial Helvetica sans-serif;

	line-height: 20px;
	padding-top: 11px;
	padding-bottom:15px;
	padding-right: 36px;
	padding-left: 36px;

}

#textbody ul {margin-left: 15px; padding-left: 15px;}

#textbody li {
	font : 14px Verdana Geneva Arial Helvetica sans-serif;
	list-style : url(sm_inline_bullet.gif);
	list-style-position : outside;
	line-height: 20px;
}

#footer {
	font : 12px Verdana Geneva Arial Helvetica sans-serif;
	line-height: 14px;
	width: 594px;
	text-align: center;

}

