@charset "UTF-8";
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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #272965;
}
.pullouttext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #7E7467;
}
.notestext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
}
.thrColFixHdr #container {
	width: 1000px;
	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;
	background-image: url(pics/mpp_middlebox2.jpg);
} 
.thrColFixHdr #header {
	padding: 0;
	background-color: #272A64;
	height: 410px;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 155px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 105px;
	display: inline;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 235px;
	margin-top: 0px;
	margin-right: 115px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	font-size: 9pt;
	display: inline;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 370px;
	margin-bottom: 0;
	margin-left: 270px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColFixHdr #container #mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.thrColFixHdr #container #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-transform: uppercase;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #272A64;
	color: #272A64;
}
.thrColFixHdr #container #mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: capitalize;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #272A64;
	color: #7F171B;
}
.thrColFixHdr #container #mainContent a:link {
	color: #7E7467;
	text-decoration: none;
}
.thrColFixHdr #container #mainContent a:visited {
	color: #7E7467;
	text-decoration: none;
}
.thrColFixHdr #container #mainContent a:hover {
	color: #7F171B;
	text-decoration: none;
}
.thrColFixHdr #container #mainContent a:active {
	color: #7E7467;
	text-decoration: none;
}
.thrColFixHdr #container #sidebar2 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-transform: uppercase;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	color: #272A64;
}
.thrColFixHdr #container #sidebar2 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: lowercase;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	color: #7F171B;
}
.thrColFixHdr #container #sidebar2 h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 17px;
	padding-left: 5px;
	padding-top: 1px;
	text-transform: uppercase;
	background-image: url(pics/datebg.jpg);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #402712;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #402712;
}
.thrColFixHdr #container #sidebar2 a:link {
	color: #333333;
	text-decoration: none;
}
.thrColFixHdr #container #sidebar2 a:visited {
	color: #333333;
	text-decoration: none;
}
.thrColFixHdr #container #sidebar2 a:hover {
	color: #7F171B;
	text-decoration: none;
}
.thrColFixHdr #container #sidebar2 a:active {
	color: #333333;
	text-decoration: none;
}
.thrColFixHdr #footer {
	padding: 0;
	background-image: url(pics/mpp_bottombox2.jpg);
	height: 50px;
	background-repeat: no-repeat;
	background-color: #272A64;
} 
.thrColFixHdr #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;
}
.thrColFixHdr #footer2 {
	background-color: #272965;
	color: #FFFFFF;
	font-size: 8pt;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #C59422;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.formbox {
	margin-left: 50px;
}
.thrColFixHdr #mainContent2 {
	margin-top: 0;
	margin-right: 100px;
	margin-bottom: 0;
	margin-left: 270px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.thrColFixHdr #container2 #mainContent2 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-transform: uppercase;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #272A64;
	color: #272A64;
}
.thrColFixHdr #container2 {
	width: 1000px;
	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;
	background-image: url(pics/mpp_middlebox3.jpg);
	}
	.thrColFixHdr #footer_leaderboard {
	padding: 0;
	background-image: url(pics/mpp_bottombox3.jpg);
	height: 50px;
	background-repeat: no-repeat;
	background-color: #272A64;
} .thrColFixHdr #menu {
	padding-right: 140px;
	padding-left: 130px;
	z-index: 1;
}
.whitetxt {
	color: #FEFEFE;
}
