* {
	padding: 0px;
	margin: 0px;
}
body, html {
  height: 100%;
		background:#ffffff;
		margin:0px;
		padding:0px;
		}



/*----using text align in both body and wrapper clears up inconsistencies in Explorer browsers------*/
#wrapper{
	width: 795px;
	position: relative;
	text-align: center;
	margin-top: 0px;
	margin-bottom: auto;
/*	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;*/
}
/*.background {
/*-----position container elements-----*/
#banner{
	height: 100px;
	background-image: url(../bkground/terrecebeesley2.gif);
	background-repeat: no-repeat;
}

/*--main navigation styles--*/
#nav{
	/*border-bottom: 1px solid #333366;*/
	background-color: #333366;
}

#nav ul{
	padding: 0;
	margin: 0;
	background-color:#333366;
}

#nav ul li{
	color: #FFFFFF;
	display: inline;
	padding: 0;
	margin: 0;
	font-size: 70%;
	line-height: 1.5em;
}

#nav ul li a{
	color: #ffffff;
	background-color: #333366;
	text-decoration: none;
	border-right: 1px solid #ffffff;
	text-align: center;
	width: 9em;
	padding-top: 0;
	padding-right: 2em;
	padding-bottom: 0;
	padding-left: 2em;
} 

#nav ul li a:hover, #nav ul li a:focus{
	color: #000000;
	background-color:#666699;
}
}*/
.table {
	margin: 0px;
	left: 0px;
	top: 0px;
}
td {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333366;
	margin: 0px;
	padding-left: 10px;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333366;
	margin-left: 5px;
}
.titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333366;
	text-align: center;
}
.leftimage{
	margin-right: 5px;
	float: left;
}
.rightimage{
	float: right;
	margin: 10px;
}
/*applies to footers and link on all pages*/
#footer {
    width: 795px;
	font-size: 60%;
	color: #333366;
	text-align: left;
	background-color: #FFFFFF;
	line-height: 2em;
	color: #333366;
	text-indent: 65px;
	text-decoration: none;
}
/*#footer a:link {
	
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#footer a:visited {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
}*/

