.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.contentfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	margin:'margin-top:5','margin-bottom:5';
}

.footerfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
}

.rightfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #cc9900;
}

.border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CC9900;
	border-left-color: #CC9900;
}
.leftborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC9900;
}
.topbottomborder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-color: #0099CC;
	border-left-color: #0099CC;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CC9900;
	border-bottom-color: #CC9900;
}
.rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC9900;
}
.topborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CC9900;
}

A.right:link {text-decoration: none; color: #cc9900}
A.right:visited {text-decoration: none; color: black}
A.right:active {text-decoration: none; color: cc9900}
A.right:hover {text-decoration: underline; color: black}

A.bottom:link {text-decoration:none; color:#ffffff}
A.bottom:visited {text-decoration: none; color: black}
A.bottom:active {text-decoration: none; color: #cc9900}
A.bottom:hover {text-decoration: underline; color: black}

A.footer:link {text-decoration: none; color: white}
A.footer:visited {text-decoration: none; color: black}
A.footer:active {text-decoration: none; color: white}
A.footer:hover {text-decoration: underline; color: black}

A.textlink:link {text-decoration: underline; color: #330099}
A.textlink:visited {text-decoration: none; color: black}
A.textlink:active {text-decoration: none; color:#330099}
A.textlink:hover {text-decoration: underline; color: black}

#photogallery { text-align: center; }
#photogallery ul { padding: 0; margin: 0; list-style-type: none; }
#photogallery img { border: none; }
#photogallery ul { width: 510px; }
#photogallery li { float: left; margin-right: 10px; margin-bottom: 10px;}

.newslist {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	}
.newslist li {
	padding-bottom: .5em;
	}
.logo-box {
	vertical-align: top;
	margin-bottom: 15px;
	}
.logo-box img {
	float: left;
	padding-left: 50px;
	padding-bottom: 25px;
	width: 113px;
	}
.logo-box img.first {
	padding-left: 0;
	}
hr.clr {
	clear: both;
	margin-bottom: 15px;
	}
