@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-color: #444;
	border-right-color: #444;
	border-bottom-color: #444;
	border-left-color: #444;
}
#header {
width:780px;
height:45px;
padding:30px 0px 15px 0px;
	background: #FFFFFF;
	font-size: 12px;
	text-align:center;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.style1 {
	text-align: center;
}
body,td,th {
	font-family: "Century Gothic";
}
a {
color: #6B6B6B;
text-decoration: none;
}

a:hover {
	color: #000;
}

#mainContent {
	background: #FFFFFF;
	border: 1px solid #000;
	padding:11px;
	height:434px;
	width:756px;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	color: #9299A2;
	text-align: center;
}

#contentArea {
height:400px;
width:756px;
}

#contentArea2 {
height:372px;
width:728px;
padding:14px;
}

#footer {
height:16px;
padding-top:10px;
width:756px;
text-align:center;
}

.title {
	font-family: "Century Gothic";
	font-size: large;
	color: #A90232;
	text-align: center;
	font-weight: bold;
	}
.tdcontent {
font-size: small;
font-family: "Century Gothic";
}#container #mainContent #contentArea2 table tr .tdcontent {
	color: #000;
}
#container #mainContent #contentArea2 table tr .tdcontent .style2 {
	color: #000;
}
#container #mainContent #contentArea2 table tr td div {
	color: #000;
}
#container #mainContent #contentArea2 table tr td table tr td {
	color: #A90232;
}
#container #mainContent #contentArea2 table {
	color: #000;
}
