body {
	background-image: url(Graphics/tl21.jpg);
}
.normalBullets {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000066;
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(Graphics/bullet.gif);
	font-weight: normal;


}
.subBullet {
	list-style-position: outside;
	list-style-image: url(Graphics/subBullet.gif);
	list-style-type: disc;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;

}
.subSubBullet {
	list-style-position: outside;
	list-style-image: url(Graphics/subSubBullet.gif);
	list-style-type: disc;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;

}
#navcontainer
{
	border: 1px solid black;
	width: 180px;
	padding: 10px;
	font-size: 12px;
	line-height: 22px;
	background-color: #FFFFCC;
/* Set letter-spacing so text don't jump as much when it turns bold on hover */
}

#navcontainer a
{
/* Set text-decoration and color so there is no default */
text-decoration: none;
color: #000000;
}

#navcontainer a:hover
{
	color: #0000FF;
	font-weight: 600;
	letter-spacing: normal;
	text-indent: 2px;
}

#navcontainer ul
{
list-style-type: none;
padding-left: 0px;
margin: 0px;
}

#navcontainer ul ul
{
padding-left: 15px;
/* offset sub menu */
}

#navcontainer ul li
{
padding-left: 5px;
margin-left: 2px;
/* Set margin-left to set-up the left border */
}

#navcontainer ul li#active
{
margin-left: 0px;
/* Set margin back half of left-border width (5px) */
}

#navcontainer ul ul li#subactive
{
margin-left: 0px;
/* Set margin back half the 30px padding above */
border-left: 5px solid black;
}

#navcontainer li { border-left: 1px solid black; }
#navcontainer li#active { border-left: 5px solid black; }

#current
{
	font-weight: bold;
	letter-spacing: 0;
	border-bottom: 1px dashed black;
	color: #FF0000;
}

#subcurrent
{
font-weight: bold;
letter-spacing: 0;
border-bottom: 1px dashed black;
}
menuGeneral {
	font-size: 12px;
}
.tooltipp {
	background-position:  center;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 2;
}
.tiplink {
	color: #990000;
	text-decoration: underline;
}
.tiplinkPlus {
	color: #666633;
	text-decoration: underline;
	font-size: 24px;
}
.cont1 {
	position: absolute;
	height: auto;
	width: 700px;
	left: 210px;
	top: 142px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	color: #000066;
	list-style-position: outside;
	list-style-image: url(Graphics/bullet.gif);
}
.cont2 {
	position: absolute;
	height: auto;
	width: 300px;
	left: 210px;
	top: 142px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	color: #000066;
	list-style-position: outside;
	list-style-image: url(Graphics/bullet.gif);
	list-style-type: circle;
}
.cont3 {
	position: absolute;
	height: 22;
	width: 300px;
	left: 550px;
	top: 165px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	color: #000066;
	visibility: visible;
}
.navarrows {
	height: 39px;
	width: 80px;
	border: thin none #FF0000;
	position: absolute;
	right: 2px;
	bottom: 5px;
}
.closewin {
	height: auto;
	width: 100px;
	border: thin none #FF0000;
	position: absolute;
	bottom: 5px;
	left: 10px;
}
.location1 {
	border: 1px none #FF0000;
	width: 100%;
	left: 2px;
	top: 88px;
	position: absolute;
	text-align: right;
	font-family: Tahoma;
	font-weight: bold;
	color: #0000FF;
}
a:visited {
	color: #000066;
}
a:link {
	color: #000066;
}
a:hover {
	color: #660000;
}
