.style1 {
	color: #FF6600;
	font-weight: bold;
	font-style: italic;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-style: italic;
}
h1 {
	font-size: 36px;
	color: #FF6600;
}
h3 {
	font-size: 18px;
	color: #FF6600;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #0000FF;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#header {
	background-image: url(images/WDorglogo.gif);
	background-repeat: no-repeat;
	height: 145px;
	background-position: right top;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#menubar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0000FF;
	border-bottom-color: #0000FF;
	height: 10px;
	text-align: left;
	padding: 10px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0000FF;
}
