@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../images/body_bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.submenu {
	border: 1px solid #D60029;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
#cont {
	padding-right: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#cont    li   {
	list-style-image: url(../images/bullet.gif);
	margin-bottom: 10px;
	text-decoration: none;
}
#cont  a {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
}
.footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 56px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.footer a:link {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.footer  a:visited {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.footer  a:hover {
	font-weight: normal;
	color: #001052;
	text-decoration: none;
}


.navleft {
	background-image: url(../images/nav_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.navright {
	background-image: url(../images/nav_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.bannerleft {
	background-image: url(../images/banner_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.pagetitle {
	width: 843px;
	padding-left: 15px;
	background-image: url(../images/banner2b.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f1f1f1;
	height: 81px;
}
.content {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	line-height: 1.4em;
}
.content a {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.pics img {
border:1px solid #333;
}
a.picsNoBrdr img {
border:none;
}
