/* Global Styles */

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: #FFFFFF;
/*	background-color: #ededed;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;*/
}
	
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #003366;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

td {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	}
	
a {
/*	color: #FF6600;
	font-weight:bold;*/
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	text-decoration:underline;
	}
a:hover {
	color: #FF0000;
	}

/* ID Styles */

#copyright {
	border-top: 1px solid #003366;
	color:#FFFFFF;
	font-size:9px;
	}
	
#dateformat {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	letter-spacing:.2em;
	}
#dateformat a {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight:bold;
	letter-spacing:.1em;
	}
#dateformat a:hover {
	color: #FF6600;
	letter-spacing:.1em;
	}

#monthformat {
	border-bottom: 2px solid #E6F3FF;
	}
		
#navigation td {
	border-bottom: 1px solid #003366;
	}
#navigation a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	background: url(../images/mm_arrow.gif) 14px 45% no-repeat;
	}
#navigation a:hover {
	background: #ffffff url(../images/mm_arrow_hover.gif) 14px 45% no-repeat;
	color:#FF6600;
	}
	
#subtitle 	{	
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #FFFFFF;
	letter-spacing:0.2em;
	line-height:14px;
	}

#title 	{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing:0.2em;
	line-height:30px;
	}

/* Class Styles */
	
.bodyText {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	line-height:16px;
	margin-top:0px;
	}
	
.defTable tr {
	background-color:#EEF2F3;
}

.fontSize12{
	font-size:12px;
	}
	
.fontSize14{
	font-size:14px;
	}
	
.fontSize16{
	font-size:16px;
	}
	
.fontSize18{
	font-size:18px;
	}
	
.fontSize20{
	font-size:20px;
	}
	
.greenText {
	color:#006600;
}
.greenText a {
	color:#006600;
	text-decoration:underline;
}
.greenText a:hover {
	color:#FF0000;
}

.imagineThePossibilities{
	color: #003366;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	}

.navText {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	
.pageTitle{
	/*	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	line-height:24px;
	letter-spacing:.2em;*/
	color: #003366;
	font-size: 22px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	}
	
.quote {
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
	}
	
.subHeader {
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	line-height:16px;
	letter-spacing:.2em;
	}

.smallText {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	}
	
