/* menulink is for main category links on sidebar */

A.menulink:link {
	color: #000080;
	background:white;
        text-decoration: none;
        font-family: sans-serif;
	font-weight: bold;
	font-size: small;
}

A.menulink:visited {
	color: #000080;
	background:white;
	text-decoration: none;
	font-family: sans-serif;
	font-weight: bold;
	font-size: small;
}

A.menulink:active {
	color: #000080;
	background:white;
	text-decoration: none;
	font-family: sans-serif;
	font-weight: bold;
	font-size: small;
}

A.menulink:hover {
	color: #0000b0;
	background:white;
	text-decoration: none;
	font-family: sans-serif;
	font-weight: bold;
	font-size: small;
}

/* subitem is for menu links within a section, again on the sidebar */

A.subitem:link {
	color: #0000aa;
	background:white;
        text-decoration: none;
        font-family: sans-serif;
	font-weight: normal;
	font-size: small;
}

A.subitem:visited {
	color: #0000aa;
	background:white;
	text-decoration: none;
	font-family: sans-serif;
	font-weight: normal;
	font-size: small;
}

A.subitem:active {
	color: #0000AA;
	background:white;
	text-decoration: none;
	font-family: sans-serif;
	font-weight: normal;
	font-size: small;
}

A.subitem:hover {
	color: #0000b0;
	background:white;
	text-decoration: none;
	font-family: sans-serif;
	font-weight: normal;
	font-size: small;
}

/* this div is used instead of gif work-around to indent subitem links */

div.subitem
	{margin-left: 1em}

/* pagetitle is used for the page title on the top bar */
P.pagetitle {color: black;
	text-align: center;
	font-family: sans-serif;
	font-weight:bold;
	font-size: 27px}

P.disclaimer {color: #000000;
	text-align: left;
	font-family: sans-serif;
	font-weight:normal;
	font-size: 10px}

TD.pagetitle {color: black;
	text-align: left;
	font-family: sans-serif;
	font-weight:bold;
	font-size: 27px}

TD.disclaimer {color: #000000;
	text-align: left;
	font-family: sans-serif;
	font-weight:normal;
	font-size: 10px}

TD.tagline {color: #000000;
	text-align: right;
	font-family: sans-serif;
	font-weight:bold;
	font-size: 10px}

B.disclaimer	{color:#800000;
	font-family: sans-serif;
	font-weight:bold;
	font-size: 10px}

A.disclaimer	{color:#0000AA;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 10px}

A.disclaimer:visited	{color:#0000AA;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 10px}

A.disclaimer:hover	{color:#008000;
	text-decoration: underline;
	font-family: sans-serif;
	font-size: 10px}

/* the remainder of this stylesheet specifies 'normal' markup properties */

P	{
	color:black;
	font-family: serif;
}

B	{color:black;
	font-family: serif;
	font-weight:bold;
}

LI	{color:black;
	font-family: serif;
}

TD	{color:black;
	font-family: serif;
}

TD.menu_logo	{color:black;
	font-family: serif;
}

TD.side_menu {
	vertical-align: top
}

A	{color:#0000AA;
	text-decoration: none;
	font-family: serif;
}

A:visited {
	color: #0000AA;
	text-decoration: none;
	font-family: serif;
}

A:hover	{color: #004000;
	text-decoration: underline;
	font-family: serif;
}


