/* tags */
body {
	text-align: center;
	margin: 0;
	background-color: #959595;
	background-image: url("/images/page_bg.png");
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica; }

/* block elements */
.bottomNavBar {
	background-color: #474646;
	background-image: url("/images/footer_bg.png");
	background-repeat: repeat-y;
	width: 977px;
	text-align: center; }

.bottomNavBar p {
	background-color: #D7D7D7;
	background-image: url("/images/footer_shadow.gif");
	background-repeat: repeat-x; }

.bottomNavBar a {
	color: #474646;
	font-size: 0.75em; }

.copyrightBlock {
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0.1em;
	width: 90%; }

/* text blocks */
.pageTitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #08165D; }

.introTxt {
	font-size: 0.875em; }

.teaserTxt {
	width: 75%; }

.copyright {
	font-size: 0.75em; }

/* page logo */
.logo {
	margin-left: 1em;
	margin-right: auto;
	margin-top: 3em;
	text-align: left; }

.mainBody {
	width: 977px;
	margin-left: auto;
	margin-right: auto; }

a {
	text-decoration: none; }
	a:hover {
	text-decoration: underline; }

/* navigation links */
.navLink {
	font-size: 0.75em; }

/* support form */
.supportForm {
	width: 50%;
	border: solid 1px #474646;
	padding: .5em;
	text-align: left;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto; }

.formSubmit {
	text-align: center;
	margin: auto; }

.formLabel {
	font-size: 0.875em; }

.formLabelCheck {
	font-size: 0.75em; }

.cellCorners {
	border-radius: 7px 5px 8px 8px;
	-moz-border-radius: 7px 5px 8px 8px;
	padding: .2em; }

.oddCell {
	background-color: #A8FFA8; }
