body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 16px;
}

a{
	color: #000000;
	outline: none;
}

h1{
	margin-top: 0px;
	font-size: 20px;
	font-weight: bold;
}

h2{
	margin-top: 0px;
	font-weight: bold;
	color: #767676;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 16px;
}

p, ul, ol{
	line-height: 23px;
	margin-top: 0px;
	margin-bottom: 20px;
}

li{
	margin-bottom: 5px;
}

#header{
	background-color: #800000;
	color: #FFFFFF;
	padding: 10px;
}

#header h1{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#header p{
	margin: 0px;
	padding: 0px;
}

#menu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu li{
	margin: 0px;
}

#menu a{
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 10px;
	padding-right: 38px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#content{
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
}

#footer{
	padding: 10px;
	font-size: 11px;
	background-color: #e0e0e0;
	color: #767676;
}

#footer ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	line-height: normal;
}

#footer li{
	padding-right: 3px;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-left: 3px;
	margin: 0px;
}

#footer li.last{
	border-style: none;
}

.pic{
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 5px;
}

#return{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#return li{
	margin: 0px;
}


#return a{
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	padding: 10px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #9a3939;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
}

.clear{
	clear: both;
}
