body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	background-color: #466594;
	color: #333366;
	}
	
a {
	outline: none;
	}
	
a:link {
	color: #6666FF;
	}	

a:hover {
	color: #999999;
	}
	
p {
	margin-top: 0;
	}
	
.pageheader {
	font-weight: bold;
	}
	
.titletext {
	color: #333366;
	font-size: 12px;
	font-style: normal;
	}
	
#phototable td, #dovetable td {
	text-align: center;
	padding: 5px;
	}
	
#phototable img, #dovetable img {
	border: 3px double #ccc;
	}
	
#phototable {
	font-size: 10px;
	font-style: italic;
	}
	
#contacttable {
	 background:#DCDCDC
	 }

#contacttable td {
	font-size: 10px;
	color: #336666;
	}
	
#homecontent {
	margin: 0 auto;
	padding: 10px;
	width: 780px;
	background: #fff;
	}
	
#homecontent p {
	line-height: 1.5
	}
	
/* DATE PICKER CSS */

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 80px;
	float: left;
}