body {
	background-color: #555555;
	font-family: "trebuchet ms", arial, verdana;
	font-size: 11pt;
	color: #000000;
	margin: 10px 0 10px 0;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #800000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
hr {
	width: 100%;
	color: #FF0000;
}
h1 {
	font-size: 16pt;
	font-weight: bold;
	color: #C11B17;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	color: #800000;
}
p a img {
	border: 0px;
}

.fontsm { 
	font-size: 8pt;
	color: #000000;
}
.fontlg { 
	font-size: 12pt;
	color: #FFFFFF;
}
#page {
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	padding: 6px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background-color: #FFFFFF;
	width: 710px;
	text-align: center;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
#quotes {
	background-color: #F5F5F5;
	border-width: 1px;
	border-style: dotted;
	border-color: #FF0000;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}
#main {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	width: 735px;
}
#main p {
	line-height: 150%;
}
#footer {
	background-color: #FFFFFF;
	width: 735px;
	text-align: center;
	clear: both;
}
#footer-box {
	background-color: #F5F5F5;
	width: 50%;
	border: 1px solid #FF0000;
	padding: 10px 0px 10px 0px;
	margin-left: auto;
	margin-right: auto;
}

/* For the navigation menu: */
#menuleft {
	background: #FFFFFF;
	width: 150px;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#menuleft ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menuleft ul li img {
	display: block;
}
#menuleft li a {
	font-size: 12pt;
	height: 28px;
	padding: 7px 0 0 10px;
	text-decoration: none;
}
#menuleft li a:link, #menuleft li a:visited, #menuleft li a:active {
	color: #800000;
	display: block;
	background-image: url('img/menu_bg.jpg');
	font-weight: bold;
}
#menuleft li a:hover {
	color: #800000;
	display: block;
	text-decoration: underline;
	background-image: url('img/menu_bg_over.jpg');
	font-weight: bold;
}