body {
	font: 9pt/16pt Verdana;
	color: #ffffff;
	margin: 0px;
	background-image: url(bg.png);
	background-repeat: repeat;
}

p {
	font: 9pt/16pt Verdana;
	color: #ffffff;
	text-align: justify;
	line-height: 16px;
	padding-top: 8px;
}

b {
	color: #375C7F;

}

i {
	color: #95AAC3;

}

a:link, a:visited {
	font: 9pt/16pt Lucida Sans;
	font-weight: bold;
	text-decoration: none;
	color: #DAA921;

}

a:hover, a:active {
	text-decoration: none;
	color: #32516C;
	background-color: #E2E2E2;

}

a.nav:link, a.nav:visited {
	font: 9pt/16pt Verdana;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;

}

a.nav:hover, a.nav:active {
	text-decoration: none;
	font-style: italic;
	color: #D4C24C;
	background-color: #304848;

}


#layout {
	position: relative;
	top: 20px;
	bottom: 0px;
	background-color: #000000;
	background-image: url(header.png);
	background-repeat: no-repeat;
	background position: left top;
	text-align: center;
	padding: 1px 0 0 0;
	width: 875px;
	margin: 0 auto;

}


#navi {
	text-align: left;
	margin-top: 310px;
	margin-right: 0px;
	margin-left: 10px;
	background-color: #000000;
	width: 100px;

}




#content {
	text-align: left;
	margin-top: 120px;
	margin-right: 15px;
	margin-left: 15px;
	width: 832px;
	background-color: #000000;
}
	
.centeredImage
    {
    text-align:center;
    }
	
#footer {
	padding-top: 40px;
	
}

top {
	font-family: Arial;
	font-size: 26px;
	color: #ffffff;
	letter-spacing: 4px;
	font-style: italic;
	background-color: #000000;
	background-position: left middle;
	border-bottom: double #A9252E;

}