body,td,th {
	background-color: #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;

}
#wrapper {
	position:relative; /* makes wrapper size flex to fit content */
	width:655px;
	margin: 0 auto; /* makes wrapper centered on page */
	border: 2px solid #999999;
	background-color: #FFFFFF;
	color: #666666;
	padding: 0px;
	text-align:left;
}
#Header {
	min-height: 55px;  /*was 43px */
	margin:10px;
	text-align: center;
}
#PageImage {
	background-color:#d5d5d5;
	margin:0;
}

#PageLeft {
	position:absolute;
	top:165px;
	width:200px;
	max-width:200px;	
	height:100%;	
	margin-top:10px;
	padding: 2px 5px 2px 8px;
}

#PageRight {
	margin-left:200px;
	padding: 2px 20px 2px 20px;
}

#Gallery {
margin:2px;
padding:2px;
height:100px;
max-height:100px;
width:650px;
overflow-x:scroll;
}

#Nav { /* main navigation at page bottom */
	min-height: 58px; /* was 58px */
	width:100%;
	background-color:#e8e8e8;
	border-top: 1px solid #999999;
	margin: 0 auto; /* makes wrapper centered on page */
	margin-top:1px;
}
#Nav ul {
	list-style:none;
	width:100%;
	text-align:center;
	margin:0;
	padding-top:20px;
	padding-bottom:20px;
}
#Nav li {
	display:inline;
}
#Nav li a {
	font-size:12px;
	line-height:1.5em;	
	padding-left:4px;
	/*padding: 10px 15px 0px 30px; */

}
#Nav a:link, #Nav a:visited {
	text-decoration: none;
    color:#666666;
	padding: 3px 10px 2px 10px; /* don't comment this out - it defines the space for the highlight */
}
#Nav a:hover {
	color: #CC0000;
	background-color:#CCCCCC;
}
#Footer {
	width: 650px;
	height: 20px;
	margin: 0 auto;
	/*
	margin-left:auto;
	margin-right:auto;
	top: 435px; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	text-align: center;
}
/* GLOBAL STYLES */
.mylist ul {
	list-style:none;
	list-style-type:none;

}
.mylist li {
	display:block;
	line-height:2em;
}
.mylist a:link, .mylist a:visited {
	text-decoration: none;
    color:#666666;
	/*padding: 3px 10px 2px 10px; */
}
.mylist a:hover {
	color: #CC0000;
	background-color:#CCCCCC;
}

.Breadcrumb {
	color: #CC0000;
	background-color:#CCCCCC;

}
.RedHdr { /* these are the website page header */
	color: #CC0000;
	font-size: 20px; /*was 22px */
	font-family: Arial, Helvetica, sans-serif;
}
.GreyHdr { /* these are the website page header */
	font-family: Arial, Helvetica, sans-serif;
	font-stretch: narrower;
	color: #999999;
	font-size: 20px;
}
.subheader {
font-size:12px;
color:#996699; /* purple #996699 */
}
.RedH2 {
	color: #CC0000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-stretch: narrower;
}

.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: x-small;
}
.darkBody {
	color:#333333;
	font-size:x-small;
}
.RedBody {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: x-small;
}

.FormLabel {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: x-small;
}
.mytable{
	background-color: #FFFFFF;
}
.mytable td {
	background-color: #eaeaea;
	border:1px dotted #CCCCCC;
	padding:2px;
}

input.txt {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: x-small;
}

a:link, a:visited {
color:#996699;
/*text-decoration:none; */
} 
