/*STRUCTURE*/
.mainTDwrapper {
	background-image:url("img/main_tile.jpg");
	background-repeat:repeat-x;
}
.mainDiv {
	margin-left: 32px;
	margin-top: 0px;
	width: 948px;
	height: auto;
	border: 1px solid #000;
}
.textwrapper {
	padding-top: 0px;
	padding-left: 25px;
	padding-right: 20px;
	border-left: 1px dotted #a0a0a0;	
}

.imagebar {

	position: absolute;
	left: 70px;
	top: 250px;
}



/*TEXT STYLES*/
body {
	font-size: 12px;
	font-family: arial;
	color: #000;
}


h1 {
	font-size: 24px;
	color: #6A1B0D;
	font-weight: bold;
}

.italicHead {
	font-size: 18px;
	color: #6A1B0D;
	font-style: italic;
}

.italicHeadRed {
	font-size: 18px;
	color: red;
	font-style: italic;
}

.subhead {
	color: #6A1B0D;
	font-weight: bold;
}

.mainText {
	font-size: 12px;
	font-family: arial;
}

a.nav, a.nav:visited, a.nav:active {
	font-size: 14;
	color: #fff;
	font-weight: bold;
	font-family: arial;
	text-decoration: none;

	margin-top: -10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 6px;
	padding-right: 8px;
}
a.nav:hover, a.nav:active {
	text-decoration: none;
	background: #27251B;
}


a.mainLink, a.mainLink:visited {
	color: #6A1B0D;
	font-weight: bold;
	text-decoration: none;
}
a.mainLink:hover, a.mainLink:active {
	text-decoration: underline;
}


.copyright, a.copyright, a.copyright:visited {
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
a.copyright:hover, a.copyright:active {
	text-decoration: underline;
}

h2.menu {
	font-size: 18px;
	font-weight: bold;

}

.menuHead {
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.menuBody {
	font-size: 13px;
	line-height: 13px;
	padding-left: 10px;
}


h2.menu2 {
	font-size: 18px;
	font-weight: bold;
	color: #6A1B0D;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;		

}