a {color: black;}

body {
	font-family: Trebuchet,sans-serif;
	background-color: #A4C2D4;
	background-image: url(tbg.gif);
	margin: 3px 4px 2px 4px;
}

#header {
	background-color: #F2F2F2;
	background-image: url(hbg.gif);
	border: 2px solid black;
	margin-bottom: 10px;
	width: 99.6%;
}

#header #headtext {
	width: 6.2em;
	padding-left: 5px;
	font-size: 60pt;
	background-color: white;
	background-image: url(vgbg.gif);
	background-repeat: repeat-x;
	border: 1px solid black;
	border-width: 0 1px 1px 0;
	-moz-border-radius: 0 0 20px 0;
}

#header #headtext a {
	text-decoration: none;
	color: #717171;
	display: block;
}

#header #headtext a:hover {
	color: #818181;
}


#header #subheader {
	margin-left: 10px;
	float: left;
}

#header ul {
	text-align: right;
	margin: 0 0 0 0;
}

#header li {
	display: inline;
	border: 2px solid black;
	border-width: 2px 2px 2px 1px;
	padding: 2px 3px 1px 3px;
	background-color: #E1E1E1;
	color: black;
	cursor: pointer;
	position: relative;
	left: 2px;
	font-size: 10pt;
}


#header ul > li:first-child {
	-moz-border-radius-topleft: 30px;
	padding-left: 5px;
	border-left: 2px solid black;
}	

#header li:hover {
	background-color: #BFDBFF;
	padding-top: 4px;
	position: relative;
	top: 2px;
}

#header li a,a:visited,a:active {
	text-decoration: none;
	color: inherit;
}

#header #curtab {
	position: relative;
	top: 4px;
	padding-top: 6px;
	background-color: #A0BCE0;
	color: white;
	cursor: default;
}

#navbar {
	width: 20%;
	float: left;
}

.navitem {
	-moz-border-radius: 5px;
	border: 2px solid black;
	background-color: white;
	background-image: url(gbg.gif);
	background-repeat: repeat-y;
	margin-bottom: 5px;
}

#navbar ul {
	padding: 5px 0 2px 0;
	margin: 1px 0 1px 0;
}

#navbar li {
	list-style-type: none;
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
	padding-left: 5px;
	margin-bottom: 3px;
}

#navbar li:hover {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-image: url(bbg.gif);
	background-color: #E7F1FF;
}

div.navhead {
	background-color: #E1E1E1;
	color: black;
	padding-left: 5px;
	border-bottom: 1px solid black;
	-moz-border-radius: 5px 5px 0 0;
}

#navbar li a {
	display: block;
	text-decoration: none;
	color: black;
}

#navbar #current {
	background-image: url(cbg.gif);
	background-color: #C8D2E0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	color: white;
}

#navbar #note {
	color: white;
	font-size: 8pt;
	text-align: center;
}

div.navtext {
	margin: 2px 5px 3px 5px;
}

#content {
	float: right;
	width: 79%;
}

#content ul {
	padding: 0 0 0 15px;
	list-style-type: square;
}

#content a,a:visited,a:active {
	color: #0000cc;
	text-decoration: none;
}

#content a:hover {
	color: #0099ff;
	text-decoration: underline;
}
