/* Global Styles */

body {
	margin:0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; width: 100%;
	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: #660033;
	background-attachment:fixed;
	background: #FBFAD7;
	}
#container {
	width: 900px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	}
#header {
	background: #D4D0C8;
	height: 189px;
}
#header .img1 {
float:left;
}
#header .img2 {
	float:right;
	width: 600px;
	height: 189px;
}
#border1 {
	height: 10px;
	background: #8B3F5C;
}
#mainContent {
	padding: 20px 0 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #D6BCAE;
	font-size: 20px;
}

td {

	font:11px Arial, Helvetica, sans-serif;
	color:#000000;
	}
	
a {
	color: #FF080E;
	}
	
a:hover {
	color: #FF9900;
	}

/* ID Styles */
#box1 {
	padding: 10px 10px 10px 10px;
	font-size: 14px;
}
#navigation {
}
#navigation td {
	border-bottom: 1px solid #B17D85
	}

#navigation a {
	font:13px Arial, Helvetica, sans-serif;
	color: #990000;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 8px 22px;
	}
	
#navigation a:hover {
	color:#FFFFCC;
	font-weight:bold;
	background: url("mm_bullet_yellow.gif") 10px 50% no-repeat;
	}
	
#navheader {
	font:24px georgia;
	color: #1F2669;
	letter-spacing:.4em;
	padding:10px;
	line-height:30px;
	}
#footer {
font: 12px Arial, Helvetica, sans-serif;
height: 20px;
}
/* Class Styles */
	
.bodyText {
	font:12px Arial, Helvetica, sans-serif;
	color:#FFFFcc;
	line-height:22px;
	margin-top:0px;
	letter-spacing:0.1em;
	}
	
.pageName{
	font:18px Arial, Helvetica, sans-serif;
	line-height:24px;
	letter-spacing:0.3em;
	}
	
.columnHeader {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FF080E;
	line-height:18px;
	letter-spacing:.05em;
	}
	
.subHeader {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #FF080E;
	line-height:18px;
	letter-spacing:.1em;
	}

.smallText {
	font:10px Arial, Helvetica, sans-serif;
	color:#333333;
	}
	
.style1 {
	color: #660033;
	font-size: 14pt;
}
.style2 {
	color: #660033;
	font-size: 24pt;
	font-weight: bold;
}
.style3 {	color: #660033;
	font-size: 10pt;
}
.style4 {font-size: 14px}
.style5 {
	color: #ffffcc;
	font-size: 9pt;
}
