body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.callout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	margin-left: 5px;
}
.menutitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #696a6c;
	width: 110px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-align: center;
	height: 14px;
	width: auto;
}
.servicesmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-align: center;
	height: 14px;
	width: auto;
}
.bodytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #cc6601;
	white-space: pre;
}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}
A:link {
	font-size:12px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
A:visited {
	font-size:12px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
A:active {
	font-size:12px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
A:hover {
font-size:12px;
	font-weight: bold;
	color: #000066;
	text-decoration:underline
}
.menuphoto {
	position: float;
	height: 125px;
	width: 120px;
	top: 0px;
	background-position: center;
}
.header {
	width: 100%;
	position: relative;
}

/* All the content boxes belong to the content class. */
.contentleft {
	position:absolute;
	width:250px;
	min-height:550;
	background-color:#FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: 0px;
	padding: 5px;
		}
.contentright {
	position:float;
	width:auto;
	background-color:white;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: 265px;
	padding: 5px;
	}
.contentbottom {
	position:absolute;
	width:auto;
	min-width:550px;
	background-color:white;
	margin-top: 10px;
	}

