.backgroundpage {
	background-image: url(../images/background_page.jpg);
	background-repeat: repeat;
}
.borderleft {
	background-image: url(../images/border_left.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.borderright {
	background-image: url(../images/border_right.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.backgroundheader {
	background-image: url(../images/background_header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.backgroundtexture1 {
	background-image: url(../images/background_texture.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.backgroundtexture2 {
	background-image: url(../images/background_texture.jpg);
	background-repeat: repeat;
	background-position: left top;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.backgroundbody1 {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.navigationglobal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
.box1 {
	border: 1px solid #CCCCCC;
	background-image: url(../images/background_body.jpg);
	background-repeat: repeat;
}
.backgroundbody {
	background-image: url(../images/background_body.jpg);
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #525252;
	padding-right: 20px;
	padding-left: 20px;
}
.pagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 15px;
	padding-right: 20px;
	padding-left: 20px;	
}
.callouttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004E9B;
	line-height: 15px;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: none;
}
.eventheadlinetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #D2A800;
}
.newsheadlinetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #004E9B;
}
.featuredtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 12px;
	padding-right: 20px;
}
.navigationfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #004E9B;
	line-height: 15px;
}