body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background: #f1f1f1;
}

.layout {
	width: 750px;
	margin: 25px;
}

.title, .subtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #ffdd00;
	font-size: 48px;
	margin: 0px;
}
.subtitle{
	font-size: 12px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #bb4400;
}

a.image img {
	margin: 3px;
	border-color: #bb4400;
	border: double 3px #bb4400;
}
a.image:hover img {
	border-color: #993300;
	border: solid 3px #993300;
}

a:hover {
	text-decoration: underline;
	color: #993300;
}

.menubar {
	text-align: center;
}

.footer {
	text-align: center;
	border-top: solid 1px #BBBBBB;
	color: #BBBBBB;
}
.content {
	margin: 5px;
	padding: 5px;
}
h1,h2,h3,h4 {
	color: #bb4400;
	font-style: italic;
	background-image: url(../images/fade_yellow_white.gif);
	background-repeat: repeat-y;
	border-top: 2px solid #bb4400;
	border-left: 2px solid #bb4400;
	margin-top: 20px;
}
h5 {
	color: #bb4400;
	text-align: center;
	font-size: medium;
}

p.fancy:first-letter {
	color: #bb4400;
	font-size: x-large;
	font-weight: bold;
}
img.left {
	float: left;
	margin: 0px 20px 0px 20px;
}
p.footnote {
	font-size: smaller;
	text-align: center;
}
ul li {
	list-style-image: url(../images/bullet1.gif);
	padding: 0px;
	margin: 0px;
}
ul ul li {
	list-style-image: url(../images/bullet2.gif);
}

@media print {
	.layout {
		width: 625px;
	}
	img.HChide {
		height: 0px;
		width: 0px;
	}
}
