body {
	background-attachment: fixed;
	background-image: url(../images/siteGradient.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #C81426;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2C2C2C;
	margin: 0px;
}
td, tr {
	font-size: 12px;
}
.content {
	background-color: #FFFCEF;
	padding: 10px;
}
.sidemenu {
	padding: 5px;
}
.topmenu {
	background-attachment: fixed;
	background-image: url(../images/topMenuBG.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 3px 8px 3px 3px;
	height: 23px;
	text-align: right;
	vertical-align: top;
}
.sectionheader {
	background-image: url(../images/sectionHeaderBG.jpg);
	padding: 7px 10px 2px 0px;
	height: 32px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	vertical-align: top;
}

.sectionheaderSmall {
	background-image: url(../images/sectionHeaderBG.jpg);
	padding: 0px 2px 0px 0px;
	height: 32px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	vertical-align: top;
}

a:link {
	color: #0C479D;
	text-decoration: underline;
}
a:hover {
	color: #0C479D;
	text-decoration: none;
}
a:visited {
	color: #0C479D;
	text-decoration: underline;
}
a:visited:hover {
	color: #0C479D;
	text-decoration: none;

}
a.menu:link {
	color: #2C2C2C;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;

}
a.menu:hover {
	color: #2C2C2C;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}
a.menu:visited {
	color: #2C2C2C;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
a.menu:visited:hover {
	color: #2C2C2C;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}

h1 {
	font-size: 21px;
	font-weight: bold;
	color: #003399;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #CC0033;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
form {
	margin: 0px;
}
input {
	border: 1px solid #666666;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #666666;
	color: #2c2c2c;
}
.sidemenupad {
	padding-left: 24px;
}

.sidemenupad_backlink {
	padding-left: 0px;
	color: #CC0033;
}

a.backlink:link {
	color: #CC0033;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;

}
a.backlink:hover {
	color: #CC0033;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}
a.backlink:visited {
	color: #CC0033;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
a.backlink:visited:hover {
	color: #CC0033;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}

.currentsection {
	font-size: 11px;
	text-decoration: none;
}
.redlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #CC0033;
}
