@charset "utf-8";
/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
}

body {
	background: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 10px;
	text-align: justify
}

#TopMenuNav, #TopMenu, #MiddleHeader {
	display: none;
}

#RightContent a {
	display: none
}

#RightContent h2 {
	display: none
}

#Logo {
	float: left;
	width: 200px;
	height: 106px;
	padding-top: 0px
}

.Quote {
	clear: both;
	font-size: 18px;
	font-style: italic;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	padding: 10px 0px
}

#LeftContent, #MainContent {
	padding-top: 0px;
}

#BannerText h1 {
	margin: 0px;
	padding: 2px 0px 0px 0px;
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: 0px;
	right: 0px
}

h2 {
	font-family: Times New Roman;
	font-size: 2em;
	color: #ff9c00;
	font-style: italic;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 5px 0px
}

#Footer, .MainImage {
	display: none
}

/* LINKS */

a:link, a:visited, a:hover {
	color: #486482;
	text-decoration: underline;
}
