/* CSS Document */

p{
font-family: Veranda, sans-sherif;
font-size: 16px;
color:#000000;
line-height: 18px;
padding: 3px;
}

h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#990000;
padding: 5px;
}

h2{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#990000;
padding: 4px;
}

h3{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#990000;
padding: 3px;
}

.bold {
	font-family: Veranda, sans-sherrif;
	font-size: 15px;
	font-weight: bold;
	color: #990000;
}

.navigation {
	font-family: Veranda, sans-sheriff;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
	background-color: #000000;
	display: block;
	padding: 8px;
	width: 140px;
}

.navigation:hover {
	font-family: Veranda, sans-sheriff;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFCC;
	display: block;
	padding: 8px;
	width: 140px;
}

.leftimage{
float: left;
margin: 10px 10px 10px 10px;
border: 1px solid #000000;
}

.rightimage{
float: right;
margin: 10px 0 10px 10px;
border: 1px solid #000000;
}

  #content #nav{
border-bottom: 0px solid #000000;
border-top: 1px solid #000000;
border-right: 0px solid #000000;
border-left: 1px solid #000000;
width: 25em;
}

#content #nav ul{
margin: 0;
padding: 0;
background-color: transparent;
list-style-type: none;

border: 0px solid #000000;
width: auto;
}

#content #nav ul li{
display: inline;
padding: 0;
margin: 0;
width: auto;
}

#content #nav ul li a {
background-color: #FF9900;
border-bottom: 1px solid #000000;
border-right: 1px solid #000000;
color: #000000;
display: block;
padding: 4px 0 6px 4px;
text-decoration: none; 
height: 1%;
text-align: left;
width: auto;
}

#content #nav ul li a:hover, #content #nav ul li a:focus { 
background-color: #990000;
color: #FFFFFF;
border-bottom: #FFFFFF;
border-right: #ffffff;
width: auto;
}

