body {
	font-family:"Times New Roman", Times, serif;
	background-image:url(/images/background.jpg);
	background-color:#fff;
	font-size:14px;
	margin:0;
	padding:0;
}

a {
	color:#600;
}

a:hover {
	color:#060;
}

p {
	text-align:justify;
	margin:5px 15px 15px 15px;
	line-height:22px;
}

ul {
	font-size:15px;
	margin:5px 15px 15px 35px;
	line-height:22px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	font-size:24px;
	color:#600;
}

h2 {
	font-weight:bold;
	font-style:italic;
	text-align:center;
	font-size:24px;
	margin:10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-weight:bold;
	text-align:center;
	font-size:18px;
	margin:10px 0;
}

#container { 
	width:960px;
	margin:10px auto;
	background-color:#fff;
	border-top:8px solid #600;
	border-right:2px solid #600;
	border-bottom:8px solid #600;
	border-left:2px solid #600;
}

#nav {	
	margin: 0;
	padding: 0 0 0 10px; 
	height:42px; 
	background-color:#600; 
	width:950px; 
	border-top:2px solid #999;
	border-bottom:2px solid #999;
}
	
#nav li	{	
	float: left;
	list-style: none;
	font: 14px Georgia, "Times New Roman", Times, serif;
	font-weight:bold; 
}

#nav li a {	
	display: block;
	background: #600;
	padding: 12px 4px;
	text-decoration: none;
	width: 108px;
	color: #fff;
	text-align:center;
}

#nav li a:hover	{	
	background: #892b1d; 
}
		
#nav li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-width:2px 2px 1px 2px;
	border-color:#999;
	border-style:solid;
}
		
#nav li ul li {	
	float: none;
	display: block;
	background: #892b1d;
	padding: 4px 8px;
	color:#fff;
	white-space: nowrap;
	border-bottom:1px solid #ccc;
	line-height:24px;
}
		
#nav li ul li a	{	
	width: auto;
	text-align:left;
	display:inline;
	background:#892b1d;
	padding:0;
	margin:0;
}
		
#nav li ul li a:hover {	
	text-decoration:underline;
}

 
.menu {
	font-family:"Times New Roman", Times, serif;
	border-top:1px solid #006600;
	border-bottom:1px solid #006600;
	background-color:#fef2f1;
}

.menu a {
	color: #bb0f10; 
	font-weight: bold;
	font-size:14px;
	text-decoration:none;
}

.menu a:hover {
	color:#006600;
	text-decoration:underline;
}

.nav {
	font-family:Georgia, "Times New Roman", Times, serif;
	border-top:2px solid #999;
	border-bottom:2px solid #999;
	background-color:#600;
	font-size:14px;
	color:#fff;
	text-align:center;
	padding:6px;
	line-height:24px;
}

.nav a {
	color: #fff; 
	font-weight: bold;
	text-decoration:none;
}

.nav a:hover {
	color:#fff;
	text-decoration:underline;
}

div.backtotop {
	text-align:right;
	padding-bottom:10px;
	border-bottom:2px solid #999;
}

div.backtotop a {
	color: #bb0f10;
	font-weight: bold;
	font-size:12px;
	text-decoration:none;
}
		
div.title {
	font-weight:bold;
	font-size:32px;
	font-style:italic;
	text-align:center;
	margin:5px 0 5px 0;
}

div.subtitle {
	font-weight:bold;
	text-align:center;
	margin:5px 0 5px 0;
}

span.item {
	font-weight:bold;
	font-size:1.1em;
}
		
span.desc {
	font-size:.8em;
}

