@charset "utf-8";
body {
	font: 1em Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: url(images/page_bkgnd.jpg) repeat-x left top;
}
a:link, a:visited {
	font-weight: bold;
	color: #0064C0;
	text-decoration: none;
}
a:hover, a:active {
	color: #000;
	text-decoration: underline;
}
.underlinedLink a, .underlinedLink a:visited {
	text-decoration: underline;
}
.underlinedLink a:hover, .underlinedLink a:active {
	color: #CC0032;
}
p {
	margin-top: 0px;
	padding-top: 0px;
}
li {
	padding-bottom: 3px;
	list-style-image: url(images/bubblebullet.gif);
	list-style-position: outside;
}
li.nobullet {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 990px;
	background: url(images/side_bdr.gif) repeat-y left top;
}
#header {
	margin: 0px auto;
	padding: 0px;
	width: 990px;
	height: 189px;
	background: url(images/header.jpg) no-repeat;
}
#mainContent {
	width: 880px;
	margin: 0px;
	padding: 25px 55px 0px;
	background: url(images/header_extension.jpg) no-repeat left top;
	text-align: left;
}
#menuContainer {
	height: 87px;
	width: 760px;
	margin: 102px 115px 0px;
	float: left;
}
#footer {
	font-size: 11px;
	background: url(images/footerBkgnd.jpg) no-repeat left bottom;
	height: 88px;
	width: 990px;
	padding: 15px 0px 0px;
}
.pageTitle {
	font-size: 1.4em;
	font-weight: bold;
	color: #CC0032;
	text-align: center;
	display: block;
}
.buttonText {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	display: block;
	line-height: 12px;
	margin: 7px 5px 0px;
}
.redText {
	font-weight: bold;
	color: #CC0032;
}

.medText {
	font-size: 1.15em;
}
.medRedText {
	font-size: 1.15em;
	color: #CC0032;
}
.medBlueText {
	font-size: 1.15em;
	color: #0064C0;
}
.smallText {
	font-size: 0.85em;
}
.footerLinkText {
	font-size: 12px;
	font-weight: bold;
}
.footerLinkText a, .footerLinkText a:visited {
	text-decoration: underline;
	color: #CC0032;
	font-weight: bold;
}
.footerLinkText a:hover, .footerLinkText a:active {
	color: #0064C0;
}
