@charset "utf-8";

body {
	font: 100% "Times New Roman", Times, serif;
	background: #660033;
	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: #fff;
}
.oneColFixCtr #container {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #660033;
	margin: 0 auto; /* 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. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


/* Transferred Styles */

.style3 {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.style4 {font-size: 36px}
.style5 {font-weight: bold; font-size: 12px; }
.style6 {color: #FF00FF}
.style7 {
	font-size: 16px;
}
.style8 {font-weight: bold; font-size: 24px; }
.style9 {font-weight: bold; font-size: 12px; color: #FFFFFF; }
.style10 {color: #660033}
.style11 {color: #FFFFFF}

/* Custom */

.header {font-weight: bold; font-size: 26px; }

#nav {
	position: relative;
	top: 0px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 288px;
	}
	
a.bottomlink:link {
	color: #fff;
	text-decoration: none
}

a.bottomlink:visited  {
	color: #fff;
	text-decoration: none;
}

a.bottomlink:hover {
	color: #CCC;
	text-decoration: underline;
}

.bottomlink {
	font-size: 10px;
	font-weight: bold;
}
