html {
	background-color: #efefef;
}

body {
	font-family: Verdana, sans-serif;
	background-color: #efefef;
	color: #252525;
	line-height: 1.5em;
}
body div {
	background-color: white;
}	
h1, h2 {
	font-family: Helvetica, Arial, serif;
	font-weight:bold;
	margin: 2px;
	margin-bottom: 5px;
	font-size: 1.5em;
	color: #2B60DE;
}

#hd img {
margin-left: 20px;
float: left;
}
#hd {
			text-align: center;
			padding: 5px;
}

#ft {
		background-color: #efefef;
		text-align: center;
		height: 2em;
		margin-top: 5px;
		padding-top: 2px;
}

#nav {

	padding: 0.5em;
	font-size: 0.9em;
	line-height: 2em;

}


#nav a, #nav a:visited {
	width: 100%;
	display: block;
	color: #2B60DE;
}

#nav a:hover, #nav a.current {
	color: #252525;
	text-decoration: none;
	background-image: url("bullet.png");
	background-position: center right;
	background-repeat: no-repeat;
}

#bd h1, #bd h2 {
	margin-top: 0.5em;
	margin-bottom: 0.7em;
}

#bd ul li {
	list-style-type: square;
	list-style-position: inside;
	margin-left: 1.1em;
}
#bd ol li {
	list-style-type: decimal;
	list-style-position: inside;
		margin-left: 1.2em;
}

#bd {
	min-height: 400px;
}
div.yui-g {
	padding: 5px;
}
p {
	display: block;
	margin-top: 0.6em;
}
sup { vertical-align: super; }

abbr { 
border-bottom-style: dotted;
border-bottom-width: 1px;
}
