/* CSS Document */

body {
	background-color: #C0DFFD;
	margin: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
}
		
#header {
	background-color: #3366CC;	
}

#footer {
	background-color: #3366CC;
	border-top: 2px solid #C0DFFD;
	height: 25px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

#date {
	background-color: #CCFF99;
	height: 25px;
	border-top: 1px solid #003366;
	border-bottom: 2px solid #3366CC;
	padding-left: 15px;
	letter-spacing: .2em;
}

#navigation {
	background-color: #E6F3FF;
	margin: 0;
	width: 165px;
	height: 221px;
	top: auto;
	}
	
#navigation td {
	border-bottom: 2px solid #C0DFFD;
	width: 165px;
}

.navtd {
	background-color: #E6F3FF;
	vertical-align: top;
	width: 165px;
}

#logo 	{
	float: right;
	margin: 15px 70px 0 0;
	text-align: center;
	}
	
.logo {
	color: #CCFF99;
	font-size: 34px;
	letter-spacing: .3em;
	line-height: 30px;
}

.tagline {
	color: #FF9933;
	font-size: 22px;
	letter-spacing: .3em;
	line-height: 10px;
}

#copy {
	width: 436px;
	margin: 25px 0 0 75px;
	padding-bottom: 30px;
	float: left;
}

.copytd {
	width: 500px;
	vertical-align: top;
}

.pageName{
	color: #3366CC;
	letter-spacing: .2em;
	}

#sidebar {
	margin: 25px 100px 0 75px;
	padding-bottom: 30px;
	float: right;
}

.sidetd {
	vertical-align: top;
}

.subHeader {
	font-size: 13px;
	color: #3366CC;
	line-height:16px;
	letter-spacing:.2em;
	}
	
#resource {
	width: 382px;
	height: 188px;
	margin: 8px 6px 0 0;
	border-top: 2px solid #C0DFFD;
	float: left;
}

.resourceimg {
	width: 100px;
	height: 100px;
	margin-top: 15px;
	margin-right: 6px;
	margin-bottom: 20px;
	float: left;
}

.resourcecontent {
	margin: 0;
	width: 460px;
}

/* link styles */

a {
	color: #FF6600;
	font-weight:bold;
	}
	
a:hover {
	color: #ffffff;
	text-decoration: none;
	padding: 0;
	}

#navigation a {
	font: 12px 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.gif") 14px 45% no-repeat;
	color:#FF6600;
	}
