body {
background-image: url(scarlet.jpg);
background-color: #993333;
margin: 0px;
padding: 0px;
font-family: verdana, helvetica, sans-serif;
font-size: 9pt;
color: #FFFFFF;
text-align: justify;
}


#nav {
float: left;
width: 15%;
z-index: 2;
text-align: center;
}

#content {
float: right;
z-index: 2;
width: 80%;
}

div.padding {
padding-left: 15px;
padding-right: 15px;
}



h6 {
height: 120px;
background-image: url(logo.png);
background-position: top center;
background-repeat: no-repeat;
background-color: #FFFFFF;
margin: 0px;
padding: 0px;
}


h1 {
color: #FFFFFF;
border-bottom: 1px solid #FFFFFF;
font-weight: normal;
font-family: georgia, times, serif;
font-size: 18pt;
font-style: italic;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
text-align: right;
margin-top: 0px;
}

a:link { color:#FFFFFF; font-family: georgia, times, serif; text-decoration: underline; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; }
a:visited { color:#FFFFFF; font-family: georgia, times, serif; text-decoration: underline; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; }
a:hover { color:#FFFFFF; font-family: georgia, times, serif; text-decoration: overline; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; }

a.title:link { color: #FFFFFF; text-decoration: none; text-transform: none; font-weight: normal;}
a.title:visited { color: #FFFFFF; text-decoration: none; text-transform: none; font-weight: normal;}
a.title:hover { color: #FFFFFF; text-decoration: underline; text-transform: none; font-weight: normal;}

a.nav:link { color: #993333; text-decoration: none; text-transform: none; font-weight: normal; border: none; background-color: #FFFFFF }
a.nav:visited { color: #993333; text-decoration: none; text-transform: none; font-weight: normal; border: none; background-color: #FFFFFF }
a.nav:hover { color: #993333; text-decoration: underline; text-transform: none; font-weight: normal; border: none; background-color: #FFFFFF}

.menu {
	color: #993333;
	font-family: georgia, times, serif;
	font-size: 12pt;
	font-style: italic;
	letter-spacing: 2px;
	text-align: center;
	padding: 10px;   
	margin-bottom: 5px;
	background-color:#FFFFFF;
	width: 85%;
}


.title {color: #FFFFFF;
font-weight: normal;
font-family: georgia, times, serif;
font-size: 18pt; 
font-style: italic;}

blockquote { color: #993333;
	padding: 10px;   
	background-color:#FFFFFF;
	width: 85%; 
	line-height: 18px;}

p, ul, li {line-height: 18px;
	text-align: justify;}
