﻿body
{
	padding: 0px;
	border: 0px;
	margin: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: justify;
	vertical-align: text-top;
	line-height: 140%;
}
p {
	margin-bottom:0px;
	margin-top:10px;
}
.titletext
{
	font-size: x-large;
	vertical-align: middle;
	color: black;
}
h1
{
	font-size: medium;
	color: #336699;
}
h2
{
	font-size: small;
	color: #336699;
	margin-bottom:0px;
	margin-top:10px;
	}
h3
{
	font-size: small;
	color: black;
	line-height: 120%;
	margin-bottom:0px;
	margin-top:10px;
}
.rightmenu
{
	text-align: center;
	vertical-align: text-top;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: white;
	border:2px;
}
.rightmenu a:hover
{
	color: white;
	background: blue;
}
.rightmenu a:active
{
	color: white;
	background: red;
	border:2px;

}
.highlighted
{
	color: blue;
}
.tableoutline
{
	background-color: #ffffcc;
}
.menucell
{
	background-color: #ccffff;
}
.menubar
{
	font-size: small;
	background-color: #E0E0FF;
}
.thintable
{
	text-align: right;
	border-collapse: collapse;
	border: 1px solid #000000;
	padding: 3px;
}
.topmenu {
	font-size:xx-small;
}
.topmenu a
{
	color: white;
	background-color: #6699cc;
	text-decoration: none;
	font-weight:normal;
}

.topmenu a:link
{
	color: white;
	background-color: #6699cc;
	text-decoration: none;
	font-weight:normal;
}
.topmenu a:visited
{
	color: white;
	background-color: #6699cc;
	text-decoration: none;
	font-weight:normal;
}
.topmenu a:hover
{
	color:black;
	background-color: #FFCCCC;
	text-decoration: none;
}
.topmenu a:active
{
	color:black;
	background-color: white;
	text-decoration: none;
}
.top
{
	cursor: pointer;
	margin: 0px;
	border: 0;
	margin: 0;
}

.menualternate
{	
	color:black;
	background-color: #FFCCCC;
	padding-left: 5px;
	padding-right: 5px;
}

.menuleft
{
	float: left;
	text-align: left;
	vertical-align: text-top;
	padding-top: 25px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	color: white;
	background-color: #6699cc;
	text-decoration: none;
}
.menuleft a:link, .menuleft a:visited, .menuleft a:active
{
	color: white;
	background-color: #6699cc;
	text-decoration: none;
}
.menuleft a:hover
{
	color:black;
	background-color: #FFCCCC;
	text-decoration: none;
}
/*                          */
/* Begin CSS Drop Down Menu */
/*                          */
#menuh-container
{
	width: 100%;
}
#menuh
{
	width: 100%;
	float: left;
	margin: 1em;
	margin-top: 1em;
}
#menuh a
{
	text-align: center;
	display: block;
	border: 1px solid #555;
	white-space: nowrap;
	margin: 0;
	padding: 0.3em;
}
#menuh a:link, #menuh a:visited, #menuh a:active
{
	color: white;
	background-color: #6699cc;
	text-decoration: none;
}
#menuh a:hover
{
	color:black;
	background-color: #FFCCCC;
	text-decoration: none;
}
#menuh a.top_parent, #menuh a.top_parent:hover
{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#menuh a.parent, #menuh a.parent:hover
{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#menuh ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 15em; /*	width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
}
#menuh li
{
	position: relative;
	min-height: 1px; /* Sophie Dennis contribution for IE7 */;
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
}
#menuh ul ul
{
	position: absolute;
	z-index: 500;
	top: auto;
	display: none;
	padding: 1em;
	margin: -1em 0 0 -1em;
}
#menuh ul ul ul
{
	top: 0;
	left: 100%;
}
div#menuh li:hover
{
	cursor: pointer;
	z-index: 100;
}
div#menuh li:hover ul ul, div#menuh li li:hover ul ul, div#menuh li li li:hover ul ul, div#menuh li li li li:hover ul ul
{
	display: none;
}
div#menuh li:hover ul, div#menuh li li:hover ul, div#menuh li li li:hover ul, div#menuh li li li li:hover ul
{
	display: block;
}
/* End CSS Drop Down Menu */
