﻿html {
	background-image: url('../images/background.png');
}

#bd {
	background-color: #fbfbe9;
}

body {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
}
a, a:visited {
	color: #0000FF;
}

h1,h2,h3 {
	color: #800000;
}

#copyright, #hd ul li, #sidebar #con-hd {
	background-color: #FFD700;
}

.c, #ft, #sidebar #con-hd, #sidebar li, h1 {
	text-align: center;
}

h1 {
	margin-top: 0em;
}

p.em {
	font-style: italic;
	font-weight: bold;
	color: #000066;
}

#hd ul {
	margin: 1em 0em 1em 0em;
}
#hd ul li {
	padding: 2px 5px 2px 5px;
	/*background-image: url(../images/menubg.gif);*/
	/*background-repeat: repeat-x;*/
	position: relative;
	display: inline;
	border-style: solid;
	border-width: 1px 1px 1px 0px;
	border-color: black;
}
#hd ul li.first {
	border-left-width: 1px;
}
#hd ul li a, #hd ul li span {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
#hd ul li span {
	cursor: default;
}
#hd ul li a:hover {
	background-color: #F2B10E;
}
#hd ul li ul {
	display: none;
	left: -1px;
	top: 8px;
	position: absolute;
}
#hd ul li ul li {
	*float: left;
	border-top-width: 0px;
	border-left-width: 1px;
	min-width: 100px;
	*width: 130px;	
	*overflow: hidden;
	display: block;
	white-space: nowrap;
	background-color: #e3f1bd;
}
#hd ul li ul li a {
	display: block;
	background-color: #e3f1bd;
	font-weight: normal;
}
#hd ul li ul li a:hover {
	background-color: #cde686;
}

#sidebar #con-bd {
	background-color: #CCCCCC;
}
#sidebar #con-bd dl {
	margin-top: .1em;
}

#sidebar li, #hd li {
	list-style: none;
}

dl {
	margin-left: .5em;

}
dt {
	font-weight: bold;
}

.floatright {
	margin-left: .5em;
	float: right;
	clear: right;
}

.floatleft {
	margin-right: .5em;
	float: left;
	clear: left;
}
a.strike {
	text-decoration: line-through;
}