@charset "utf-8";


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../Images/SideBorders.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

a:link {
	color: #999999;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.Content {
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}




.HeaderLogo {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.HeaderPhoto {
	border: 4px groove #999999;
	margin-top: 10px;
	margin-bottom: 10px;
}
.Paragraph-8pt {font-size: 8pt}
.Paragraph-10pt {font-size: 10pt}

.Paragraph-12pt {font-size: 12pt}
.Paragraph-14ptBLD {
	font-size: 14pt;
	font-weight: bold;
}

.Paragraph-18ptBLD {
	font-size: 18pt;
	font-weight: bold;
}


.Paragraph-24ptBLD {
	font-size: 24pt;
	font-weight: bold;
}
.ServicesTextLeft {
	padding-right: 15px;
}
.ServicesTextRight {
	padding-left: 15px;
}


.SideBarText {
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
}
.Slogan {
	width: 275px;
	float: left;
	padding-bottom: 10px;
	padding-right: 35px;
	text-align: left;
	font-size: 24pt;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 15px;
}


.Text-White {color: #FFFFFF}
.ThumbnailTable {
	width: 700px;
	overflow: scroll;
}
.MainContentPhoto {
	border: 7px groove #999999;
}
.twoColFixLtHdr #container #mainContent #buttons {
	float: left;
}
.ImgRight {
	float: right;
	border: 7px groove #999999;
}
.ImgLeft {
	float: left;
	border: 7px groove #999999;
}
