body {
	background-color: #A1C2D1;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	padding-top: 0px;
}
.navrow {
	background-image: url(images/navbg.jpg);
	background-repeat: repeat-x;
}

.titlerow {
	padding-top: 23px;
	padding-right: 11px;
	padding-left: 29px;
    background-color: white;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #005A83;
}

.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #005A83;
}

.breadcrumb a {
	color: #579EE0;
	text-decoration: underline;
}

.breadcrumb a:hover {
	text-decoration: none;
}

.main {
    border: 1px solid #B0B0B0;
    width: 750px;
    padding: 0px;
}



.contentcell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005A83;
	padding-top: 8px;
	padding-right: 20px;
	padding-left: 42px;
	line-height: 18px;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
}

.contentcell a {
	color: #579EE0;
	text-decoration: underline;
}

.contentcell a:hover {
	text-decoration: none;
}

.newsviewscell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005A83;
	background-color: #FFFFFF;
	background-image: url(images/newsviewsbg.jpg);
	background-repeat: repeat-x;
	padding: 10px;
}

.newsviewscell a {
	color: #005A83;
	line-height: 18px;
	text-decoration: underline;
}

.newsviewscell a:hover {
	text-decoration: none;
}

.datefile {
	font-size: 10px;
	color: #727272;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

.footer a:hover {
	text-decoration: none;
}
