/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px Arial, Helvetica, sans-serif;
	color:#000000;
	}
	
a {
	color: #003300;
	}
	
a:hover {
	color: #FF9900;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #FF9900
	}

#navigation a {
	font:11px Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:5px 6px 8px 22px;
	}
	
#navigation a:hover {
	color:#000000;
	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;
	}
	
#logo 	{
	font:14px Arial, Helvetica, sans-serif;
	color: #FF9900;
	letter-spacing:.5em;
	line-height:30px;
	}

#tagline 	{	
	font:11px Arial, Helvetica, sans-serif;
	color: #FF9900;
	letter-spacing:.2em;
	line-height:14px;
	}
	
#monthformat td {
	 border-bottom: 1px solid #FFFFCC;
	 }
	 
#dateformat {
	font:11px Arial, Helvetica, sans-serif;
	color: #FFFF00;
	letter-spacing:.4em;
	}
	
#dateformat a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFF00;
	letter-spacing:.1em;
	text-decoration: none;
	}
	
#dateformat a:hover {
	color: #FFFFCC;
	}

/* Class Styles */
	
.bodyText {
	font:12px Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:22px;
	margin-top:0px;
	letter-spacing:0.1em;
	border: 1px none #003300;
	}
	
.pageName{
	font:18px Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:24px;
	letter-spacing:0.3em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
	}
	
.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;
	}
	
.navText {
	font:11px Georgia, Times New Roman, Times, serif;
	color: #1F2669;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
.textbox{
	text-indent:0px;
	padding:10px;
	border:1px solid #6B9D6C;
	margin-bottom:15px;
	background-color: #D7E5D7;
}
#navcontainer {
	width: 140px;		
}

#navcontainer ul {
	margin: 0;
 	padding: 0;
 	list-style-type: none;
 	font: bold 11px Arial, Verdana, Helvetica, sans-serif;
	text-indent: 10px;
	line-height: 27px;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
}

#navcontainer a {
	display: block;
	width: 140px;
	height: 27px;
	border-bottom:1px solid #A2C3CB;
	background-color: #D7E5D7;
}

#navcontainer a:link, #navcontainer a:visited {
	color: #003300;
	text-decoration: none;
	background-color: #D7E5D7;
}

#navcontainer a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #996600;
}

#navcontainer li a#current {
	color: #E2EFF2;
	text-decoration: none;
	background-color: #6B9D6C;
}
#navcontainer li a.bottom {
	border-bottom:0px;
}

#navcontainer li.sub a {
	background:#ffffff;
	color: #C66A58;
	text-decoration: underline;
	font-weight:normal;
	text-indent:0px;
	line-height:27px;
	border-bottom:0px;
	padding-left:20px;
	width:120px;
}

#navcontainer li.sub a.bottom {
	border-bottom:1px solid #A2C3CB;
}
#navcontainer li.sub a#subcur {
	background:#ffffff url(images/arrow.gif) no-repeat 7% 50%;
	color: #135A6C;
	text-decoration: none;
}
#navcontainer li.sub a:visited, #navcontainer li.sub a:link {
	background:#ffffff;
	color: #C66A58;
	text-decoration: underline;
}
#navcontainer li.sub a:hover {
	background:#ffffff url(images/arrow.gif) no-repeat 7% 50%;
	color: #3290A2;
	text-decoration: underline;
}
