BODY  { 
		background-image: url("images/bkgnd.gif"); 
		background-repeat: repeat; 
		background-color: #A8A8A8; 
		background-position: center; 
		margin: 0px; 
		padding: 0px;
		text-align: center; 
		font-family: "Trebuchet MS", Georgia, Arial; 
		font-size: 14px; 
		line-height: 1.5em; 
		}

/* These are the styles associated with the table */
TABLE {
	background-image: url(../images/bkgnd.gif);
	background-repeat: repeat;
	background-position: center;
	width: 90%;  
	border-width: medium; 
	/* border-color: #000000;*/ 
	border-style: none groove;
}

/* These are the styles associated with the various div tags */
#Headertop  { 
		background-image: url("images/header.gif"); 
		background-repeat: no-repeat; 
		background-position: right top; 
		width: 100%; 
		height: 110px;  
		}		
#Navtop  { 
		background-image: url("images/nav-top.jpg"); 
		background-repeat: no-repeat; 
		width: 190px; 
		height: 35px 
		}		
#Navbase  { 
		background-image: url("images/nav-base.jpg"); 
		background-repeat: no-repeat; 
		width: 190px; 
		height: 35px; 
		}
#Contentbase  { 
		background-image: url("images/bkgnd.gif"); 
		background-repeat: repeat; 
		width: 547px; 
		height: 78px; 
		}
#Content  { 
		background-image: url("images/bkgnd.gif"); 
		background-repeat: repeat; 
		text-align: left; 
		/* width: 547px; */ 
		width: 110%;
		}
#Contenttop  { 
		background-image: url("images/bkgnd.gif"); 
		background-repeat: repeat; 
		width: 547px; 
		height: 58px;
		}
#Gradient  { 
		background-color: #cecece; 
		background-image: url("images/bkgnd.gif"); 
		background-repeat: repeat; 
		background-position: center top;
		background-color: #FFFFFF; 
		text-align: center; 
		}
#Nav  { 
		background-image: url("images/bkgnd.gif"); 
		background-repeat: repeat-y; 
		background-position: center; 
		}
#Textcontainer {
	margin: 0px 20px;
	padding: 0px;
}
#Footer {
	font-size: 12px;
	text-align: center;
}
#Footer a {
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}

/* These are general presentation styles */
H1 {
	font-size: 140%;
	margin-top: 0px;
	padding-top: 0px;
}
H2 {
	font-size: 130%;
}
H3 {
	font-size: 120%;
}
H4 {
	font-size: 110%;
}

/* These styles below are all your navigation styles */
.buttonscontainer  { color: #000000; background-image: url("images/nav-back.gif"); background-repeat: repeat-y; width: 190px }

.buttons a  { color: #000b87; font: bold 11px/1.5em "Trebuchet MS", Georgia, Arial; text-decoration: none; background-image: url("images/normal.gif"); background-repeat: no-repeat; background-position: right center; text-align: right; display: block; margin-right: 10px; padding: 4px 25px 4px 10px; width: 135px }

.buttons a:hover  { color: #0085db; text-decoration: none; background-image: url("images/hover.gif"); background-repeat: no-repeat; background-position: right center }

