@charset "utf-8";
html, body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#C0DFFD;
	color: #003366;
}
a {
	color: #003366;
	text-decoration: none;
}
a:hover{
	color: #FF6600;
	text-decoration: underline;
}
#mainArea {
	width: 900px;
	margin-right: auto;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 50px;
}
#mainArea #mainHeader {
	background-color: #3366CC;
	height: 127px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainArea #mainHeader #headerImg {
	height: 127px;
	width: 382px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*
#mainArea #mainHeader #headerImg img {
	display: block;
	float: left;
}
*/
#mainArea #mainHeader #headerTitleBox {
	width: 503px;
	float: right;
	margin-right: 5px;
}

#mainArea #mainHeader #headerTitleBox #headerName {
	width: 450px;
	height: 34px;
	/*
	height: 64px;
	*/
	color: #CCFF99;
	font-size: 24px;
	text-align: center;
	/*
	line-height:30px;
	*/
	padding-top: 40px;
}
#mainArea #mainHeader #headerTitleBox #headerTagline {
	width: 450px;
	height: 53px;
	font-size: 12px;
	color: #FF9933;
	text-align: center;
	letter-spacing:0.4em;
	line-height:18px;
}
#mainArea .spacerStripe {
	background-color: #003366;
	height: 1px;
}
#mainArea #mainContent #mainNav {
	width: 165px;
	background-color:#E6F3FF;
	height: 425px;
	float: left;
	display: block;
	list-style-type: none;	/*
	position: relative;
	left: 8px;
	top: 10px;
	*/
}
#mainArea #mainContent #mainNav .navItem{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C0DFFD;
	font-size:11px;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	background: url("mm_arrow.gif") 14px 45% no-repeat;
}

#mainArea #mainContent #mainNav .navItem a{
	text-decoration: none;	
}

#mainArea #mainContent #mainNav .navItem a:hover{
	text-decoration: underline;
}

#mainArea #headerDatebar {
	height: 20px;
	background-color: #CCFF99;
	color: #003366;
	font-size:11px;
	letter-spacing:0.2em;
	padding-top: 5px;
	padding-left: 15px;
}
#mainArea #mainContent {
	//height: 400px;
}

#mainArea #headerDatebar a{
	text-decoration: none;
	font-weight: bold;
}
#mainArea #headerDatebar a:hover {
	font-weight: bold;
	text-decoration: underline;
}

#contentBox {
	width: 580px;
	padding-top: 5px;
	margin-top: 10px;
	margin-left: 185px;
	padding-left: 15px;
	background-color: #FFFFFF;
}

#contentBox #contentHeader {
	width: 500px;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-size:18px;
	color: #3366CC;
	line-height:24px;
	letter-spacing:.2em;
}
#contentBox #contentText {
	width: 550px;
	padding-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
	font-size:11px;
	color:#003366;
	line-height:20px;
	margin-top:0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	min-height: 200px;
	max-height: 300px;
	overflow: auto;
}
