body {
	padding: 0px;
	margin: 0px;
}
body, td, p {
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 10pt;
}

#website td {
	border: 1px solid #000000;
}
.copyright {
	color: #FFFFFF;
	font-size: 8pt;
	padding: 3px 5px 0px 0px;
}
#content {
	padding: 20px;
	background-image: url('/images/base/pageBackground.jpg');
	background-repeat: no-repeat;
}
#content td {
	border-style: none;
}
h1 {
	font-weight: bold;
	font-size: 14pt;
	font-style: italic;
	border-bottom: 2px solid #2A4587;
	color: #2A4587;
}
h2 {
	font-weight: bold;
	font-size: 11pt;
	color: #333333;
}
h3 {
	font-weight: bold;
	font-size: 10pt;
	color: #EF8215;
}
#rightInclude {
	padding: 25px 0px 0px 20px;
}

#rightInclude ul {
	padding: 3px 5px 6px 15px;
	margin: 3px 5px 6px 15px;
	font-size: 8pt;
}

a {
	color: #2A4587;
}
a:hover {
	color: #FF9900;
}