body {
	margin: 0px;
	padding: 0px;
	}
	
/* Text styles */

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	line-height: 27px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	}
H2 {
	padding-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #CC3300;
	text-decoration: none;
	}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	}
P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	}
.pagehead {
	padding-top: 2px;
	padding-left: 126px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 13px;
	letter-spacing: .2em;
	font-weight: normal;
	color: #666;
	}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
	padding-right: 14px;
	font-weight: normal;
	color: #CC3300;
	text-decoration: none;
}
.gallerycaption {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
	text-align: right;
	font-weight: normal;
	color: #CC3300;
	text-decoration: none;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	padding: 12px;
	font-weight: normal;
	text-align: center;
	color: #999;
	text-decoration: none;
	}
.subhead {
	color: #CC3300
}
.services {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #CC3300;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 8px;
	vertical-align: middle;
	}
.tag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	line-height: 13px;
	padding-left: 12px;
	font-weight: normal;
	text-align: left;
	color: #999;
	text-decoration: none;
	}
.infolist li {
	list-style-type: none;
	width : 300px;
	margin : 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height: 19px;
	text-align : left;
	color : #333;
	border-bottom: solid 1px #CCC
	}
	
/* Graphic styles */

#services {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #CC3300;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 4px;
	}
#pagetop {
	height: 130px;
	background-color: #E8E3D7;
	background-image:  url(../Images/2Ttop.gif);
	background-repeat: no-repeat;
	}
#band {
	height: 40px;
	vertical-align: middle;
	background-color: #E8E3D7;
	background-image:  url(../Images/2Tband.gif);
	background-repeat: no-repeat;
	}
#body {
	background-color: #E8E3D7;
	background-image:  url(../Images/2Tbottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
#cells {
	margin-top: 3px;
	margin-left: 3px;
	text-align: right;
	}
#topcells {
	position: absolute;
	top: 153px;
	}

/* Whole bunch of junk to keep the lines aligned */	

#lines {
	width: 100%;
	margin: 0;
	font-size: 9px;
	}
#lines ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
	} 
#lines li {
	border-bottom: 1px solid #FFF;
	margin: 0;
	padding: 4px 10px 3px 10px;
	display: block;
	}

/* Naviagtion behavior */

#nav {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: .1em;
	color: #FFF;
	}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
	} 
#nav li {
	border-bottom: 1px solid #FFF;
	margin: 0;
	padding: 0;
	} 
#nav li a {
	display: block;
	margin: 0;
	padding: 4px 10px 3px 10px;
	text-decoration: none;
	color: #666;
	}
#nav li a:hover {
	background-color: #CCC;
	color: #666;
	}  
#nav a:visited {
	color: #666;
	text-decoration : none;
	}
#nav a:active {
	color: #666;
	text-decoration : none;
	}
	
	/*  generic text link behavior  */

a {
	text-decoration : none;
	color: #CC3300;
	}
a:hover {
	color: #CC3300;
	text-decoration : underline;
	}  
a:visited {
	color : #CC3300;
	}
a:active {
	color : #CC3300;
	text-decoration : none;
	}