* {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	}
	
body {
	background: #dcf0f3 url(../images/white_background.jpg) top center repeat-y;
	color: black;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
img { border: 0; }

#CollaborativeMap {
	padding-top: 5px;
	padding-bottom: 25px;
}



/* Main Layout DIVs
---------------------------------------------------- */

#pagewrap {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	}
	
#masthead {
	background: #016682 url(../images/masthead_background.jpg) repeat-x;
	height: 151px;
	border-bottom: 1px solid #fff;
	}
	
#mainnav {
	float: left;
	width: 100%;
	background-color: #ffc211;
	border-top: 10px solid #ffc211;
	}
	
#content {
	float: left;
	margin: 50px 0 10px 0;
	padding: 0 25px;
	background: url(../images/content_background.jpg) 0 0;
	width: 750px;
	}
	
#maincontent {
	float: right;
	width: 550px;
	}
	
#sidebar {
	float: left;
	width: 160px;
	}
	
#closing {
	clear: both;
	background: #fff;
	padding: 20px 0;
	font-size: 10px;
	color: #444;
	}
	
	#closing a {
		margin-left: 6px;
		padding-left: 6px;
		border-left: solid 1px #aaa;
		}
	

/* Masthead
---------------------------------------------------- */
#masthead h1 {
	padding-top: 58px;
	height: 87px;
	}

/* Main Navigation
---------------------------------------------------- */
#mainnav ul {
	float: left;
	padding: 0 0 0 19px;
	}

#mainnav li {
	float: left;
	list-style-type: none;
	border-right: solid 1px #fff;
	}
	
#mainnav li a {
	float: left;
	display: block;
	padding: 0 6px;
	color: #016682;
	font-size: 12px;
	line-height: 25px;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: 1px;
	}
	
	/* Commented Backslash Hack
  	   hides rule from IE5-Mac \*/
  	#mainnav a {float:none;}
  	/* End IE5-Mac hack */
	
#mainnav li a:hover {
	color: #016682;
	background: #fff;
	background: #FFD84D;
	}

#mainnav li a.active {
	color: #016682;
	background: #fff;
	}
	
	#mainnav li a.active:hover {
		color: #016682;
		background: #fff;
		}


/* Content Area
---------------------------------------------------- */
#content a {
	color: #016682;
	}

#content a:hover {
	color: #67B2C5;
	}
	
#content a:visited {
	color: #7E7E7E;
	}

#maincontent h1 {
	font-size: 24px;
	margin-bottom: 20px;
	}

#maincontent h2 {
	font-size: 16px;
	margin-bottom: 20px;
	padding-top: 20px;
	}
	
#maincontent h3 {
	font-size: 14px;
	margin-bottom: 20px;
	}

#maincontent p {
	font-size: 13px;
	line-height: 17px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#maincontent ul {
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 20px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 10px;
	}
	
#maincontent ol {
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 20px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 3px;
	list-style-type: upper-latin;
	}

#maincontent li {
	margin-bottom: 5px;
	}
	
#sidebar h2 {
	color: black;
	font-size: 16px;
	font-weight: bold;
	}

#sidebar h3 {
	color: #7e7e7e;
	font-size: 13px;
	font-weight: bold;
	}

#sidebar p {
	color: #7e7e7e;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 15px;
	}
	
#sidebar ul {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #B4B4B4;
	}

#sidebar li {
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.print {
	display: none;
}