body {
	color: #333333;
	margin: 0;
	padding: 0;
	background-color: #b8de4b;
	background-image: url(../interface/bkg-tile.jpg);
	background-repeat: repeat-x;
}
.container {
	padding: 0px;
	width: 784px;
	position: absolute;
	margin: 0 0 0 -392px;
	left: 50%;
	background-color: #FFF;
}
.masthead {
	float: left;
	height: 145px;
	width: 784px;
}
.nav {
	float: left;
	height: 27px;
	width: 784px;
	padding: 0 0 0 10px;
}
#header {
	height: 174px;
	position: relative; /* header postion is set to relative so the nav can be absolutely positioned */
}
.maincontent {
	width: 754px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #FFFFFF;
}
.titles {
	height: 52px;
	width: 784px;
	float: left;
	margin: 11px 0 8px 0;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333333;
}
p.services {
	line-height:18px;
}
p.small {
	font-size: 0.7em;
}
a {
	color: #663366;
	text-decoration: underline;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #009900;
}
ul	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
ul.small	{
	font-size: 0.75em;
	text-align: left;
}
ol	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.boldorange {
	color: #FF3300;
	font-weight: bold;
	font-size: 14px;
}
.boldblack {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
.toplink{
	float: right;
	margin: 0 15px 5px 0;
}
#footer {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #999999;
	height: 65px;
	padding: 39px 0 25px 0;
	text-align: center;
	width: 784px;
	float: left;
	margin: 15px 0 25px 0;
}
#footer a {
	color: #999999;
}
.img-right {
	float: right;
	margin: -40px 25px 10px 10px;
	border: 2px solid def6bd;
}
.img-right-border {
	float: right;
	border: 2px solid #633cc3;
	padding: 4px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 225px;
	height: 300px;
}
.img-right-reg {

	float: right;
	margin: 10px 15px 10px 10px;
	border: 2px solid def6bd;
}
.img-left {
	float: left;
	margin: 10px 10px 10px 5px;
	border: 2px solid def6bd;
}
hr {
	width: 744px;
		background-attachment: fixed;
	background-image: url(../interface/foot_flower.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

table {
	margin: 0;
	padding: 0;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 18px;
}
.clear { clear:both; }
div.left400px {
	float: left;
	width: 400px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;	
}
div.right278px {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 278px;	
}
.thin {
	width: 100%;
	height: 10px;
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
	background-image: url(../interface/dotted-border.gif);
	background-repeat: repeat-x;
}
