body {
	text-align: center;
}

#banner {
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #800C15;
	border-right-color: #800C15;
	border-left-color: #800C15;
	width: 901px;
	height: 123px;
	background-image: url(../images/banner.jpg);
}

#container {
	margin: 0 auto;
}

#left_nav {
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	width: 212px;
	border-left-color: #800C15;
	border-left-style: solid;
	border-top-color: #800C15;
	border-top-style: solid;
	vertical-align: top;
	text-align: left;
}

#left_nav ul {
	list-style: none;
	margin: 8px 8px 0 8px;
	padding: 0;
}

#left_nav li {
	list-style:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 6px;
	border-bottom-color: #800C15;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 6px;
}

#left_nav li a {
	text-decoration:none;
	color: #000000;
}
#left_nav li a:hover {
	text-decoration:none;
	color: #0F1C85
}

#picture_cell {
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-style: solid;
	border-top-color: #800C15;
	text-align: left;
}

#map {
	padding-left: 8px;
	text-align: left;
	border-right-color: #800C15;
	border-right-style: solid;
	padding-bottom: 8px;
}

#page_content {
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	border-top-style: solid;
	border-top-color: #800C15;
	border-right-color: #800C15;
	border-right-style: solid;
	text-align: left;
	vertical-align: text-top;
}
#page_content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}


#page_content h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	border-bottom: solid #800C15 1px;
	margin-top: -3px;
}
#page_content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}


#right_info {
	border-right-color: #800C15;
	border-right-style: solid;
	border-top-color: #800C15;
	border-top-style: solid;
}

#footer_top {
	border-left-color: #800C15;
	border-left-style: solid;
	border-right-color: #800C15;
	border-right-style: solid;
	border-top-color: #800C15;
	border-top-style: solid;
	border-bottom-color: #800C15;
	border-bottom-style: solid;
	width: 901px;
	height: 74px;
	background-image: url(../images/footer.jpg);
}

#footer_bottom {
	border-left-color: #800C15;
	border-left-style: solid;
	border-right-color: #800C15;
	border-right-style: solid;
	border-bottom-color: #800C15;
	border-bottom-style: solid;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	color: #333333;
	font-weight: normal;
}

.footertxt {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.footerlnk:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;		
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.footerlnk:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;		
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.footerlnk:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;		
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#img_left_nav {
	margin-left: 16px;
	margin-top: 8px;
	margin-bottom: 8px;
	
}
#page_content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-top: 3px;
	margin-bottom: -16px;
}
.noli {
	list-style-type: none
}