@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/mainShadow.png);
	background-repeat: repeat-y;
	background-position: top center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

#pageContainer {
	width: 986px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#contentContainer {
	margin-top: 30px;
	margin-left: 10px;
}

#flashBanner {
	text-align: center;
}

#sideBar {
	float: left;
	width: 194px;
	background-color: #F4F4F3;
}

#pageContent {
	float: left;
	width: 745px;
	margin-left: 20px;
	margin-right: 10px;
}

#footerContainer {
	width: 986px;
	margin: 0 auto;
	margin-top: 40px;
}

ul.menuList {
	margin: 0;
	padding: 0;
}

li.menuItem {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #B8B8A8;
	line-height: 35px;
	margin-right: 5px;
	margin-left: 5px;
}

.Heading_1 {
	color: #AD404D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
} 

.Heading_2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
} 

.black_body_text {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

a.navLink {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a.navLink:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a.navLink:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a.navLink:active {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}

a.navLink:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}

a.navLinkSub {
	color: #666666;
	text-decoration: none;
}

a.navLinkSub:link {
	color: #666666;
	text-decoration: none;
}

a.navLinkSub:visited {
	color: #666666;
	text-decoration: none;
}

a.navLinkSub:active {
	color: #666666;
	text-decoration: underline;
}

a.navLinkSub:hover {
	color: #666666;
	text-decoration: underline;
}