@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url(images/logo/back.png);
	background-repeat: repeat-y;
	background-position: center;
	left: 25px;
	top: 25px;
}
.table #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.table #header {
	height: 144px;
	background-image: url(images/logo/CAChead.png);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.table #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-style: italic;
	font-size: 38px;
}
.table #mainContent {
	background: #FFFFFF;
	border: 2px solid #000;
}
.table #footer {
	padding: 0 10px;
	background-color: #F8E0AB;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.table #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.table #container #menu {
	color: #FBF4E3;
}

em {
	font-size: 100%;
}
#mainContent table tr td table tr td {
	color: #000;
	font-size: 100%;
}
.table #container #mainContent table tr td table tr td h4 strong {
	color: #000;
	font-size: 100%;
}
table tr td h4 strong {
	color: #000;
	font-size: 100%;
}
.table #container #mainContent table tr td table {
	text-align: left;
}
.table #container #mainContent table tr td table tr td table tbody tr td {
	font-size: 100%;
}
