@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../art/bg.jpg);
	background-repeat: repeat;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 18px;
	margin-top: 0px;
}
.body_bold {
	color: #333;
	font-weight: bold;
}
.body_bold_contact {
	color: #960;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #069;
	margin-top: 0px;
	line-height: 24px;
}
h2 {
	font-size: 15px;
	color: #960;
	margin-bottom: -8px;
	margin-top: 24px;
}
h3 {
	font-size: 15px;
	color: #960;
	margin-bottom: -10px;
	margin-top: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-bottom: 4px;
}
ul {
	list-style-type: square;
}
.top_nav {
	height: 38px;
	width: 124px;
	float: left;
	text-align: center;
}
#top_nav_active {
	float: left;
	background-image: url(../art/button_hover.png);
	background-repeat: no-repeat;
	color: #CCCCCC;
	padding-top: 10px;
	height: 36px;
	width: 124px;
	text-align: center;
}
.top_nav a:link, .top_nav a:visited, .top_nav a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../art/button.png);
	background-repeat: no-repeat;
	display: block;
	padding-top: 10px;
	height: 36px;
}
.top_nav a:hover {
	background-image: url(../art/button_hover.png);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	padding-top: 10px;
	color: #CCC;
}
#sidebar_top a:link, #sidebar_top a:visited, #sidebar_top a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../art/sidebar_top.png);
	background-repeat: no-repeat;
	display: block;
	padding-top: 10px;
	height: 50px;
}
#sidebar_top a:hover {
	background-image: url(../art/sidebar_top_hover.png);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	padding-top: 10px;
	color: #CCC;
}
#end a:link, #end a:visited, #end a:active {
	text-decoration: underline;
	color: #CCC;
}
#end a:hover {
	text-decoration: underline;
	color: #0080c6;
}
.no_border {
	border-top-width: 0px
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
}
a:link, a:visited, a:active {
	color: #069;
	text-decoration: none;
}
a:hover {
	color: #333;
}
