@charset "utf-8";
/* CSS Document */
body {
	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;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #003366;
}
.main #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	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;
	background-color: #C0C0C0;
}
.main #header {
	height: auto;
	width: 960px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #6C0F2B;
}
#header table tr #td1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 48px;
	color: #FFF;
}

#menu {
	height: 40px;
	width: 960px;
}
.main #mainContent {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.main #footer {
	background-color: #6C0F2B;
	color: #FFF;
	font-size: 18px;
}


#footer a {
	color: #FFF;
	text-decoration: none;
}
#mainContent #p1 {
	border: 2px solid #6C0F2B;
	text-decoration: none;
}
.main #container #mainContent #p1 a {
	color: #000;
	text-decoration: none;
}
