body {
	background: url(images/body_background.gif) no-repeat 650px 100px #FFFFFF;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 6px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.footer {
	height: 95px;
	background-image: url("images/footer_background.jpg");
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	padding-top: 20px;
	text-align: center;
}

a {
	color: #FF0000;
	text-decoration:underline;
}

a:hover {
	color: #0033FF;
	text-decoration: underline;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
h1 a {
	color: #FF0000;
	text-decoration:underline;
}
h1 a:hover {
	color: #0033FF;
	text-decoration: underline;
}

p, div, td ,tr, li, ul, input, textarea, select, submit {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

.textErrors {
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}

/* main navigation */
.menu {
	line-height: 100%;
}

/* right hand column of main content */
.contentRight {
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 20px;
}

.textDate {
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
}

/* block to wrap around content texts */
.textBlock {
	padding: 10px;
	width: 90%;
	border: 1px dashed #666666;
	text-align: left;
	background-color: #EEEEEE;
	/*filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;*/
}
.textBlock a {
	color: #FF0000;
	text-decoration:underline;
}
.textBlock a:hover {
	color: #0033FF;
	text-decoration: underline;
}

/* block to wrap around content texts */
.textBlockIndex {
	padding: 5px;
	width: 100%;
	border: 1px dashed #666666;
	text-align: left;
	background-color: #EEEEEE;
	/*filter:alpha(opacity=85); 
	-moz-opacity:.85;
	opacity:.85;*/
}
.textBlockIndex a {
	color: #FF0000;
	text-decoration:underline;
}
.textBlockIndex a:hover {
	color: #0033FF;
	text-decoration: underline;
}
.textNewsHeading {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

.imageOpacity {
	filter:alpha(opacity=100); 
	-moz-opacity:1.0;
	opacity:1.0;
}