body {
	font-family: tahoma, Verdana, arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(pattern.gif);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.top-nav{
	background-image: url(top-nav-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 32px;
	width: 500px;
}
.top-nav ul{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.top-nav li{
	display:inline;
}
.top-nav li a{
	display: block;
	float: left;
	font-family: tahoma, Verdana, arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	margin-right: 32px;
	margin-left: 10px;
}
.top-nav li a:hover{
	text-decoration:underline;
}
.top-nav li #corner{
	background-image: url(top-nav-corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	width: 12px;
	margin: 0px;
	padding: 0px;
}
.header-banner {
	background-image: url(head-banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 185px;
	width: 800px;
	margin-top: 12px;
	margin-bottom: 12px;
}
#right-nav-bar {
	background-image: url(right-nav-bar.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 228px;
	width: 213px;
}
#right-nav-bar ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#right-nav-bar li a{
	display: block;
	padding-left: 40px;
	text-decoration: none;
	color: #2175BC;
	font-family: tahoma, Verdana, arial;
	font-size: 12px;
	font-weight: bold;
	background-image: url(right-nav-bullet.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
}

* html #right-nav-bar li a{ /*IE only */
	width: 187px; /*IE 5*/
	width: 169px; /*185px minus all left/right paddings and margins*/
}

#right-nav-bar li a:hover {	
	text-decoration:underline;
}
.left-top-corner {
	background-image: url(left-top-corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 9px;
	width: 9px;
}
.right-top-corner {
	background-image: url(right-top-corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 9px;
	width: 9px;
}
.left-bottom-corner {
	background-image: url(left-bottom-corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 9px;
	width: 9px;
}
.right-bottom-corner {
	background-image: url(right-bottom-corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 9px;
	width: 9px;
}
.top-border {
	background-image: url(top-border.gif);
	background-repeat: repeat-x;
	height: 9px;
	background-position: left bottom;
}
.bottom-border {
	background-image: url(bottom-border.gif);
	background-repeat: repeat-x;
	height: 9px;
	background-position: left top;
}
.right-border {
	background-image: url(left-border.gif);
	background-repeat: repeat-y;
}
.left-border {
	background-image: url(right-border.gif);
	background-repeat: repeat-y;
}
.tahoma-20-blue {
	font-family: tahoma, Verdana, arial;
	font-size: 20px;
	font-weight: normal;
	color: #023761;
	text-decoration: none;
}
.bottom-dashed-border {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #023761;
}
.tahoma-12-black {
	font-family: tahoma, Verdana, arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.footer {
	padding: 0px 10px 10px 10px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}
.footer ul {
	margin: 0px;
	padding: 0px;
}
.footer li {
	display: inline;
}
.footer li a {
	font-family: tahoma, Verdana, arial;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
}
.tahoma-11-grey {
	font-family: tahoma, Verdana, arial;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
