.button input {
	background: url("/images/button.gif") left top no-repeat;
	color: #ffffff;
	font-weight: bold;
	height: 31px; 
	width: 115px;
	border: 0;
	padding: 8px;
	}

.button a 
{
	background: url("/images/button.gif") left top no-repeat;
	color: #ffffff;
	font-weight: bold;
	height: 31px; 
	width: 115px;
	border: 0;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
.button a:hover {color: #ffff00;
	text-decoration: underline;}

.buttonMedium input {
	background: url("/images/buttonMedium.gif") left top no-repeat;
	color: #ffffff;
	font-weight: bold;
	height: 31px; 
	width: 162px;
	border: 0;
	}

.buttonWide input {
	background: url("/images/buttonWide.gif") left top no-repeat;
	color: #ffffff;
	font-weight: bold;
	height: 31px; 
	width: 201px;
	border: 0;
	}

.buttonHuge input {
	background: url("/images/buttonHuge.gif") left top no-repeat;
	color: #ffffff;
	font-weight: bold;
	height: 31px; 
	width: 350px;
	border: 0;
	}

.navigation a { 
	color: #000000; 
	background-color: #ffffcc;
	text-decoration: none; 
	font-weight: bold; 
	padding-left: 4px; 
	padding-right: 4px;
}


.navigation a:hover { 
	color: #ffffff; 
	background: #006000;
	text-decoration: none; 
	font-weight: bold; 
	padding-left: 4px;
	padding-right: 4px;
}


.navigation ul { 
	list-style: none; 
	padding: 0; 
	margin: 0;
}

.navigation li { 
	float: left; 
	margin: 0; 
	padding: 0; 
}
	

.border {
	background: #006000; 
	height: 1.5em; 
	font-size: 10pt; 
	color: #f8f8f8; 
	margin-bottom: 2px;
}

.border a {
	font-size: 8pt; font-weight: normal;
	text-decoration: none;
	padding-left: 5px;
}

.border a:link {
	color: #f0fff0; 
	text-align: right;
	}

.border a:visited {color: #f8f8f8;}
.border a:active {color: #f8f8f8;}
.border a:hover {color: #ffffff; text-decoration: underline;}

.leftMenu {
	font-size: 8pt; 
	color: #000000;
	background-color: #ffffcc;
	border-top: 1px solid #b00000;
	border-left: 1px solid #800000;
	border-right: 1px solid #400;
	border-bottom: 1px solid #000000;
	padding: 0;
	}
	
.leftMenu ul  {
	list-style: none;
	padding: 2px; 
	margin: 0;
	}

.leftMenu li {
	margin-left: 4px;
	margin-bottom: 4px;
	padding: 0;
	display: block;
	width: 99%;
	}

.leftMenu a {
	color: #000000;
	font-weight: normal;
	display: block;
	margin-left: 0.25em;
	width: 95%;
	}
.leftMenu a          {color: #000000; }
.leftMenu a:link     {color: #000000; }
.leftMenu a:visited  {color: #000000; }
.leftMenu a:active   {color: #0000a0; }
.leftMenu a:hover    {color: #ffffff; background-color: #006000; }

.navTitle {
	font-size: 10pt;
	height: 1.5em;
	color: #f8f8f8;
	margin-left: 8px;
	}

.navDisplay {
	font-size: 8pt;
	font-weight: bold;
	color: #f4f4f4;
	text-align: center;
	}
