/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/BackgroundImage.jpg);
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.header {
	height: 95px;
	width: 760px;
	background-image: url(images/Title.jpg);
	background-repeat: no-repeat;
}
.TitleExpander {
	height: 95px;
	width: auto;
	background-image: url(images/TitleExpander.jpg);
	background-repeat: repeat-x;
}
.MainContainer {
	width: 100%;
	height: 100%;
}
.leftNavContainer {
	display: block;
	height: auto;
	width: 150px;
	background-repeat: repeat-y;
	background-image: url(images/LeftMiddle.jpg);
	float: left;
}
.leftNavTop {
	display: block;
	height: 150px;
	width: 150px;
	background-repeat: no-repeat;
	background-image: url(images/LeftNav.jpg);
}
.leftNavBottom {
	display: block;
	height: 246px;
	width: 150px;
	background-repeat: no-repeat;
	background-image: url(images/LeftBottom.jpg);
}
/* IE Bug Fix 
html>body .mainContent {
}*/
.mainContent 
{
	font-family: arial, verdana, helvetica, geneva, sans-serif;
	
	
	height: 100%;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	background-color: #FFE9D2;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 160px;
	padding-top: 10px;
	margin-right: 10px;
}
.mainContent p {
	font-size: 16px;
	color: #000000;
	font-family: arial, verdana, helvetica, geneva, sans-serif;
}
.Footer {
	display: block;
	background-image: url(images/Footer.jpg);
	height: 60px;
	width: 150px;
}
.FooterExpander {
	height: 60px;
	width: auto;
	background-image: url(images/FooterExpander.jpg);
	background-repeat: repeat-x;
	clear: left;
}
.MainContainer .mainContent a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
.MainContainer .mainContent a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
}
.MainContainer .mainContent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #660000;
	text-decoration: underline;
}
.MainContainer .mainContent h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}

.MainContainer .mainContent h3 {
	font-family: arial, verdana, helvetica, geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #660000;
	text-decoration: underline;
	 margin-bottom:-0px;

}

.graphic { border-width:3px; border-color: #000000; border-style: solid;}

.graphic2 {margin:10px;    border-width:3px; border-color: #000000; border-style: solid;}


