table 
{	background-image: url(../Pictures/background1.gif);
	background-repeat: no-repeat;
	border-bottom: 2 px solid #7d87af;
	}

* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }

ul
{	margin: 0;
	padding: 0;
	list-style: none;
	width: 170px;
	border-bottom: 2px solid #000000;
	}

ul li
{	position: relative;
	}

li ul 
{	position: absolute;
	left: 169px;
	top: 0;
	display: none;
	}

ul li a 
{	display: block;
	text-decoration: none;
	color: #E8E8E8;
	background-color: #4C749C;
	padding: 5px;
	border: 2px solid #000000;
	border-bottom: 0;
	font: 14px Ariel, sans-serif;
	font-weight:bold;

	}

ul li a:hover
{	display: block;
	text-decoration: none;
	color: #E8E8E8;
	background-color: #5F90C2;
	padding: 5px;
	border: 2px solid #000000;
	border-bottom: 0;
	font: 14px Ariel, sans-serif;
	font-weight:bold;
	}

li:hover ul, li.over ul 
{	display: block; 
	}

p ul
{	width: 500px;
	align: left;
	border-style: none;
	list-style: circle;
	}

p ul li
{	font: 15px Lucida, sans-serif;
	text-align: left;
	list-style: circle;
	}

.textbody p
{	padding: 12px; 
	margin: 16px;
	text-align: left;
	font: 15px Lucida, sans-serif;
	}

.textbodyNOPAD p
{	text-align: left;
	font: 15px Lucida, sans-serif;
	}

.textbody a
{	color:red;
	}

.bluehr hr 
{	margin-top: 3px;
	margin-bottom: 5px;
	height: 5px;
	width: 75%;
	background-color: #7D87AF;
	text-align: center
	}

.menubuttonscontainer
{	width: 170px;
	}

.menubuttons a
{	border: 1px solid;
	border-color: #000000;
	padding: 3px;
	padding-left: 2px;
	padding-right: 3px;
	background-color: #4C749C;
	text-align: left;
	font: 13px Ariel, sans-serif;
	font-weight: bold;
	color: #E8E8E8;
	display: block;	
	}

.menubuttons li a:hover
{	border: 1px solid;
	border-color: #000000;
	padding: 3px;
	padding-left: 2px;
	padding-right: 3px;
	background-color: #5F90C2;
	text-align: left;
	font: 14px Ariel, sans-serif;
	font-weight:bold;
	color: #FFFFFF;
	display: block;
	}

.textquoteborder
{	width: 170px;
	height: 50px;
	}

.textquote a
{	background-image: url(../Pictures/quote22.gif);	
	display: block;
	width: 170px;
	height: 50px;
	}

.textquote a:hover
{	display: block;
	background-image: url(../Pictures/quote11.gif);
	width: 170px;
	height: 50px;
	}	
	
.imgborder img
{	border: 3px groove;
	border-color: grey;
	}	

.nestedtable table
{	border-style: none;
	background: none;
	font: 15px Lucida, sans-serif;
	}
