/* copyright style on bottom part of main layout */
.copyright {
	color: silver;
	font-family: verdana;
	font-size: 9pt;
}
/* main footer style - part of main layout */
td.footer {
	background-image: url(../images/mcac-botbar2.jpg);
	height: 95px;
	text-align: center;
	color: white;
	font-size: 7pt;
	font-family: verdana;
	padding-bottom: 4px;
}
/* formats main content area */
td.contentarea {
	border-top: 0px;
	border-right: black 1px solid;
	border-bottom: 0px;
	border-left: black 1px solid;
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	height: 430px;
	background-color: #FFFFFF;
}
/* sets up left side menu - part of main layout */
td.sidemenu {
	border-right: 2px dotted #666699;
	padding-left: 5px;
	padding-right: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
/* Sidemenu main menu item style */
a.menu {
	font-family: Verdana;
	font-size: 9pt;
	color: #0A466A;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
}
a.menu:hover {
	font-family: Verdana;
	font-size: 9pt;
	color: #9B3D3D;
	text-decoration: underline;
	font-weight: bold;
}
/* sub-menu style 2nd teir */
a.submenu {
	font-family: Verdana;
	font-size: 9pt;
	color: #0A466A;
	padding-left: 19px;
	text-decoration: none;
	font-weight: bold;
}
a.submenu:hover {
	font-family: verdana;
	font-size: 9pt;
	color: #0A466A;
	padding-left: 19px;
	text-decoration: underline;
	font-weight: bold;
}
/* 3rd teir submenu for left side menu */
a.sub2menu {
	font-family: Verdana;
	font-size: 9pt;
	color: #9B3D3D;
	padding-left: 30px;
	text-decoration: none;
	font-weight: bold;
}
a.sub2menu:hover {
	font-family: verdana;
	font-size: 9pt;
	color: #9B3D3D;
	padding-left: 30px;
	text-decoration: underline;
	font-weight: bold;
}
/* default text area style settings - used on most content pages*/
td.textarea {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 4px;
	font-family: verdana;
	font-size: 10pt; 
	/* border-bottom: 2px dotted black; */
}
/* header 1 pagetitle style setting - used on most content pages */
h1.pagetitle {
	font-family: verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}
h2.subpagetitle {
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	/* vertical-align: middle; */
}
p.indent {
	text-indent: 2em;
	margin: 0px;
}
p.indent2 {
	text-indent: 2em;
	margin: 3px;
}
/* Top Menu Style for jumping down to anchors in page */
a.topmenu {
	font-family: verdana;
	font-size: 10pt;
	/* font-weight: bold; */
	color: #0A466A;
	text-decoration: underline;
}
a.topmenu:hover {
	font-family: verdana;
	font-size: 10pt;
	/* font-weight: bold; */
	color: #9B3D3D;
	text-decoration: underline;
}