@charset "UTF-8";
.headerContainer {
	margin: 0px;
	padding: 0px;
	height: 77px;
	background-image: url(/images/headerbar.jpg);
	background-repeat: repeat-x;
}
.navContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 4px 4px 4px 10px;
}
.navItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-right: 15px;
	float: left;
	clear: none;
}
.navItem a:link{
	color: #333333;
	text-decoration: none;
}
.navItem a:visited{
	color: #666666;
	text-decoration: none;
}
.navItem a:hover{
	color: #800029;
	text-decoration: none;
}
.footer {
	background-color: #800029;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
@media screen{
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #800029;
	margin: 0px;
}
  body>.footer{
   position: fixed;
  }
 }
.logo {
	position: absolute;
	top: 0px;
	right: 0px;
}
.contentContainer {
	background-image: url(/masterbackground.jpg);
	background-repeat: repeat-x;
	height: 300px;
	margin-bottom: 40px;
	padding: 15px;
}
.bodyContent {
	width: 600px;
	padding-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	background-image: url(/images/roundedback.gif);
}
.smalllinks {
	clear: both;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
	border-top: 1px dotted #CCCCCC;
	width: 100%;
	margin-top: 20px;
	padding-top: 5px;
	margin-bottom: 40px;
}
.smalllinks a:link{
	color: #666666;
	text-decoration: none;
}
.smalllinks a:visited{
	color: #999999;
	text-decoration: none;
}
.smalllinks a:hover{
	color: #000000;
	text-decoration: none;
}

.bodyLeft {
	width: 400px;
	float: left;
	clear: left;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.bodyRight {
	padding: 0px;
	margin-left: 10px;
	float: right;
	clear: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #800029;
	margin: 10px 0 5px;
	padding: 0;
}
.artTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #800029;
	margin-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.artText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.artDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-bottom: 15px;
}
.artTitle a:link{
	color: #800029;
	text-decoration: none;
}
.artTitle a:hover{
	color: #000000;
	text-decoration: none;
}
.artTitle a:visited{
	color: #800029;
	text-decoration: none;
}
