html, body {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #E9E9E9;
}
.clr {clear:both}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 1px dotted #999;
	background-color: #FFF;
}

#header h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 45px;
	text-align: left;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	color: #D6D6D6;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}

#navbar {
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
}
ul.menu  {
	white-space: nowrap;
	display: block;
	margin: 0px;
	padding: 0px;
}
.menu li {
	list-style-type: none;
	float:	left;
	display: block;
}
.menu a {
	display: block;
	float:left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 17px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	color: #666;
	text-decoration: none;
	white-space: nowrap;
}
.menu a:hover, .menu a:active{
	color: #C00;
	background-color: #FFF;
}
#content {
	padding: 30px;
}
#content li {
	list-style-image :  url(../images/bullet.gif);
	}
#content  .small {
	font-size: 12px;
}
#content .hilite {
	color: #3366FF
}
#content h1 {
	font-weight: lighter;
	color: #37567B;
	font-size: 28px;
}
#content h2 {
	font-weight: lighter;
	color: #37567B;
	font-size: 22px;
	margin-bottom: -12px;
}
#content h3 {
	font-size: 18px;
	font-weight: lighter;
	color: #37567B;
	margin-bottom: -16px;
}
#content a {
	text-decoration: none;
	color: #000066;
}
#content a:hover {
	text-decoration: underline;
	color: #0CF;
}
#content .bigger {  font-size: 16px; color: #000066}
#footer {
	font-size: 11px;
	color:#000;
	background-color: #EEE;
	padding: 5px;
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
