/* Links */
a, a:link, a:visited {
 text-decoration: none;
 color: darkblue;
}
a:link:hover, a:visited:hover {
 text-decoration: underline;
 color: red;
}

/* Page */
body {
	background: white; //rgb(233,238,249); 
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	overflow-y: auto;
}
/* Banner */
#compassbanner {
	background: #336699;
	color: white;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 44px;
	text-shadow: 2px 2px 3px gray;
}
#compassbanner a:link, #compassbanner a:visited { color: white; }

/* Tabs */
#compassnavcontainer{
	background: #336699;
		/*rgb(0, 126, 207);*/
}
.navtab {
	background: #fff url(../images/tab_off_bg.gif) repeat-x;
	border: 1px solid #cccccc;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	color: black;
}
.navtab:link, .navtab:visited { color: black; text-decoration: none }
.navtab:hover, .navtab:visited:hover { color:black; text-decoration: none; background: white; }

.navtabcurrent {
	background: #ffffff;
	border: 1px solid #cccccc;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	font-size: 12px;
	color: black;
}
.navtabcurrent:link, .navtabcurrent:visited { color: black; text-decoration: none }
.navtabcurrent:hover, .navtabcurrent:visited:hover { color: black; text-decoration:none; background: white }

/* Content */
#compasscontent {
	background: #ffffff;
	font-size: 13px;
}
