/* CSS Document */

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
}

.mainTitle {
	background-image: url(images/mainTitle.jpg);
	background-repeat:no-repeat;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	height: 110px;
}

h1 {
	font-size: 120%;
	font-weight: bold;
	color: #6A211B;
}

h2 {
	font-size: 110%;
	font-weight: bold;
	color: #000000;
}

.navArea {
	padding: 12px;
	background-color: #f2f2f2;
	color: #6A211B;
}

a:link,
a:active,
a:visited {
	color: #6A211B;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}


.contentArea {
	padding: 12px;
	line-height: 180%;
}

.shadowLeft {
	/*background-image: url(images/LHSshadow.gif);
	background-repeat:repeat-y;*/
	border-left: 1px solid #000000;
}

.shadowRight {
	/*background-image: url(images/RHSshadow.gif);
	background-repeat:repeat-y;*/
	border-right: 1px solid #000000;
}

.footer {
	background-color: #E5E5E5;
	border-bottom: 1px solid #000000;
	padding: 4px;
	font-size:90%;
}

hr {
height: 1px;
border: 1px solid #cccccc;
}
