body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DAE4E9;
}
form {
	margin: 0;
	padding: 0;
}
p {
	margin-top: 9px;
	margin-bottom: 9px;
}
abbr, acronym, span.abbr {
  color: #205F7C;
  cursor: help;
  border-bottom: 1px dashed #205F7C;
}
a:link {
	color: #205F7C;
}
a:visited {
	color: #205F7C;
}
a:hover {
	color: #CC0000;
}
.Dgreen {
	color: #205F7C;
}
.white {
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 4px;
}
.white A:link {
	font-weight: bold;
	color: #FFFFFF;
}
.white A:visited {
	font-weight: bold;
	color: #FFFFFF;
}
.white A:hover {
	font-weight: bold;
	color: #CC0000;
} 
.imageBorderPadRight {
	border-top: 1px solid #205F7C;
	border-right: 1px solid #205F7C;
	border-bottom: 1px solid #205F7C;
	border-left: 1px solid #205F7C;
	margin-right: 10px;
}
.imageBorderPadLeft {
	border-top: 1px solid #205F7C;
	border-right: 1px solid #205F7C;
	border-bottom: 1px solid #205F7C;
	border-left: 1px solid #205F7C;
	margin-left: 10px;
}
.bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #4A4A4A;
}
.menuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
    line-height: 1.2em;
	margin-top: 4px;
	margin-bottom: 4px;
}
.menuHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
    line-height: 1.3em;
	margin-bottom: 4px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 5px;
	color: #333333;
}
.menuDiv {
	margin-top: 18px;
	margin-bottom: 5px;
}
.lowPad {
	margin-top: 0px;
	margin-bottom: 2px;
}
.topFill {
	background-image: url(images/build/topFill.jpg);
}
.topRowFill {
	background-color: #9EC5DC;
}
.navRowFill {
	background-color: #B1D1E3;
}
.sideFill {
	background-color: #ECEEEE;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.1em;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
}
.addressText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #666666;
	margin-left: 10px;
	margin-right: 5px;
}
.testimonialText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #666666;
	margin-left: 10px;
	margin-right: 5px;
	width: 125px;
}
.leftShad {
	background-image: url(images/build/leftGrad.gif);
	background-repeat: repeat-y;
}
.rightShad {
	background-image: url(images/build/rightGrad.gif);
	background-repeat: repeat-y;
}
.contentTile {
	background-image: url(images/build/contentTile.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center top;
}
.contentTile2 {
	background-image: url(images/contentTile2.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center top;
}
.divDots {
	background-image: url(images/build/divDots.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 13px;
	margin-bottom: 13px;
	width: 100%;
}
.contentTableTopLine {
	border-top: 2px solid #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px none #FFFFFF;
}
.tableHeight {
	height: 100%;
}
.testimPad {
	margin-top: 4px;
	margin-bottom: 4px;
}
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.3em;
	color: #205F7C;
	margin-top: 0px;
	margin-bottom: 13px;
}
.subTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #205F7C;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 11px;
}
.hidden {
display: none;
}


/** Flash Audio Preview Styles **/
.contentTable {
	margin-top:30px;
	background-color:#ffffff;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
}

.contentTable td {
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	padding:3px 3px 3px 6px;
	font-size:80%;
	font-weight:bold;
}

.rowNormal {
	background-color:#fdfdfd;
}
.rowHighlight {
 background-color:#fffcd4;
}