.bodyText {
	font-family: "Myriad Pro", Arial, "Microsoft Sans Serif";
	font-size: 14px;
	color: #000;
	font-weight: normal;
}
.bodyTextBold {
	font-family: "Myriad Pro", Arial, "Microsoft Sans Serif";
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.bodyTextNaviBar {
	font-family: "Myriad Pro", Arial, "Microsoft Sans Serif";
	font-size: 14px;
	color: #000;
	font-weight: normal;
	text-align: right;
}
.copyright {
	font-family: "Myriad Pro", Arial, "Microsoft Sans Serif";
	font-size: 10px;
	color: #000;
}
body {
	background-color: #FFF;
	background-image: url(../images/bgnd.jpg);
	background-repeat: repeat-x;
}
.titleText {
	font-family: "Myriad Pro", Arial, "Microsoft Sans Serif";
	font-size: 24px;
	color: #000;
	text-align: right;
}
.titleTextMinor {
	font-family: "Myriad Pro", Arial, "Microsoft Sans Serif";
	font-size: 20px;
	color: #000;
	text-align: center;
}
.titleTextMinorRight{
	font-family: "Myriad Pro", Arial, "Microsoft Sans Serif";
	font-size: 20px;
	color: #000;
	text-align: left;
}
#indexContentContainer {
	width: 790px;
	position:relative;
	top: 10px;
}
#generalContentContainer {
	width: 790px;
	position:relative;
	top: 10px;
}
#indexContentNews {
	width: 540px;
	float: left;
	position:relative;
}
#indexContentCalendar {
	width: 250px;
	float: right;
	position:relative;
}
#generalContent {
	width: 580px;
	float: right;
	position:relative;
}
#generalContentSidebar {
	width: 210px;
	float: left;
	position:relative;
}
#bannerSpacer {
	position:relative;
	top: 7px;
}
hr {
	height: 3px;
}
a:link {
	text-decoration: none;
	color:#000;
}
a:visited {
	text-decoration: none;
	color:#000;
}
a:hover {
	text-decoration: none;
	color:#000;
}
a:active {
	text-decoration: none;
	color:#000;
}
