* {
	padding: 0px;
	margin: 0px;
	}
body {	
	background-color: #013565;
	font-family: arial, verdana, sans-serif;
	}
h2 {
	color:#800000;
	font-family: Palatino, Times New Roman, serif;
	padding: 5px 15px 0px 15px;
	}
h2.right {
	text-align: right;
	border-bottom: 1px solid #800000;
	margin:0 2px;
	padding-bottom: 5px;
	}
#main {
	position: relative;
	width: 807px;
	margin: 0 auto;
	}
#header {
	background: transparent url(images/header.jpg) no-repeat top left;
	width: 807px;
	height: 156px;
	}
#content {
	background: transparent url(images/mainbg.jpg) repeat-y top center;
	height: 505px;
	}
#content p {
	width: 490px;
	font-size: .85em;
	line-height: 1.9em;
	padding: 20px 5px 0px 15px;
	font-weight: bold;
	}
#content p.sub {
	font-weight: normal;
	line-height: 1.0em;
	padding: 15px 5px 10px 15px;
	font-size: .75em;
	}
#content p.quoteMain {
       text-align: justify;
       font-style: italic;
       }
#content a {
	text-decoration: none;
	padding-right:25px;
	height: 50px;
	color: #800000;
	background: transparent url(images/arrow.png) no-repeat bottom right;
	}
#content a:hover {
	text-decoration: underline;
	}
#fade {
	position: absolute;
	bottom:40px;
	right: 0px;
	background: transparent url(images/banner.png) no-repeat top left;
	width: 500px;
	height: 140px;
	}
#fade h1 {
	display: none;
	}
#fade a {
	width: 500px;
	height: 140px;
	position: absolute;
	right: 0px;
	background-image: none;
	}
#footer {
	color: #fff;
	text-align: center;
	font-size: .8em;
	padding: 6px;
	}
