/* left menu style */
ul#menu li.header {
	display: block;
	margin: 0 0 0 17px;
	list-style: none;
	padding: 8px 0 0 10px;
	font-weight: bold;
	color: #fff;
	background:url(../images/left_head.jpg) top left no-repeat;
	height: 23px;
}

ul#menu li.item {
	display: block;
	margin: 0 0 0 17px;
	list-style: none;
	font-weight: bold;
	background: url(../images/left_bg_w.jpg);
	background-repeat: repeat-y;
}

ul#menu li.closer {
	position: relative;
	display: block;
	margin: 0;
	list-style: none;
	padding: 0;
	height: 6px;
	background:url(../images/left_bot.jpg) top left no-repeat;
}

ul#menu li.item a:link, ul#menu li.item a:visited {
	position: relative;
	display: block;
	height: 19px;
	font-weight: normal;
	background-color: #fff;
	padding: 6px 0 0 20px;
	margin: 0 0 0 1px;
	width: 174px;
	color: #000;
	text-decoration: none;
	background: url(../images/left_bullet.gif) center no-repeat;
}

ul#menu li.item a:hover {
	position: relative;
	display: block;
	height: 19px;
	font-weight: normal;
	background-color: #fff;
	padding: 6px 0 0 20px;
	margin: 0 0 0 1px;
	width: 174px;
	text-decoration: none;
	background: url(../images/left_hover_bg.jpg);
	color: #000;
}

/* Footer links style */

#copy a:link, #copy a:visited {
	text-decoration: underline;
	color: #809dc1;
}

#copy a:hover {
	text-decoration: underline;
	color: #547aaa;
}


/* Content */

.contheader {
	display: block;
	font-family: "Trebuchet MS", Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: normal;
	margin: 0 0 15px 0;
	color: #18365b;
	padding: 0 0 3px 0;
	border-bottom: 2px dotted #809dc1;
}