@charset "utf-8";
/* CSS Document */

body {
	background-color: #333;	
	font-family: Arial;
}
#wrapper {
	border: 2px solid #999;	
}
#nav {
	background: url(images/nav.jpg) repeat-x;
	height: 33px;
	text-align: center;
}
#nav ul {
	list-style-type: none;	
	margin-left: 40px;
	margin-top: 0px; padding: 0px;
}
#nav ul li {
	float: left;
	display: block;
	padding-right: 80px;
}
#nav ul li a {
	color: #fff;	
	text-decoration: none;
	font-size: 14pt;
}
#cont {
	background: #fff url(images/contbod.jpg) no-repeat top center;	
}
#footer {
	background: url(images/foot.jpg) repeat-x;
	height: 78px;
	color: #fff;
}
#footer a {
	color: #fff;	
}
h1 {
	color: #192649;
	font-size: 16pt;
}
p, li {
	color: #333;	
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
margin-bottom: 3px;
font-weight: bold;
color: #B60426;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
padding-left: 15px;
cursor: default;
font-weight: normal;
color: #333;
}
.treeview li ul li a {
	color: #333;	
	font-weight: normal;
}