a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	background-image: url(../images/structural/header_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #000000;
	margin: 0.1em;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	color: RGB(135,96,40);
	margin: 0 0 25px 0;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: justify;
	line-height: 1.8em;
	color: #000000;
	margin: 15px 0 0 0;
}
p {
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.8em;
	margin: 10px 0 0 0;
}
strong {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: bold;
	color: RGB(0,147,163);
}
ul {
	margin: 0 0 20px 0;
	padding: 0;
}
ul li {
	vertical-align: middle;
	margin: 0 0 0 15px;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.8em;
	color: RGB(0,56,147);
	list-style-image: url(../images/structural/bullet.gif);
}
ul.pdf li {
	list-style-image: url(../images/structural/bullet_pdf.gif);
}
.quote {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.6em;
	font-weight: bold;
	font-style: italic;
	color: RGB(0,147,163);
	margin: 20px 0;
}
.menuContainer {
	position: absolute;
	height: 37px;
	top: 0px;
	left: 0px;
	right: 0px;
}
.menu {
	width: 800px;
	margin: 0 auto 0 auto;
	background-image: url(../images/menu/menu_bg.jpg);
	background-repeat: repeat-x;
}
.menuItems img {
	margin: 0 14px 0 14px;
}
.menuItems #right {
	margin: 0 0 0 2px;
}
.menuItems #left {
	margin: 0 2px 0 0;
}
.pageContainer {
	position: absolute;
	top: 80px;
	left: 0px;
	right: 0px;
	padding: 0;
	margin: 0;
}
.pageTop {
	width: 800px;
	margin: 0 auto 0 auto;
	height: 70px;
	background-image: url(../images/structural/page_top.jpg);
	background-repeat: no-repeat;
}
.page {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/structural/page_border.jpg);
	background-repeat: repeat-y;
	clear: both;
}
.contentContainer {
	background-image: url(../images/structural/side_bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0 8px;
	padding: 0;
	min-height: 400px;
	background-color: #FFF;
}
.contentContainer .sideImage {
	float: left;
}
.content {
	margin: 0 70px 0 190px;
	padding: 15px 0 50px 0;
	;
	background-color: #FFF;
}
.footer {
	background-image: url(../images/structural/footer_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
	padding-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 0.8em;
	color: #FFFFFF;
}
.footer a {
	color: #FFFFFF;
	padding: 0 3px 0 0;
}
.credits {
	padding-top: 12px;
	font-size: 0.7em;
}
}
