body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #1C57A3;
	font-family: arial, helvetica, sans-serif;
    background-color: #DFDFDF;
}
.topbar {
	font-family: arial, helvetica;
	font-size: 150%;
	background-color: #CCCCCC;
	color: #1C57A3;
}
.topimage {
    background-color: #FFFFFF;
}
.body {

}
.toc {
	background-color: #666666;
	width: 150px;
	vertical-align: top;
}
.selectedtocitem {
	font-weight: bold;
	font-size: 80%;
	color: #1C57A3;
	text-decoration: none;
}
.tocitem {
	font-weight: bold;
	font-size: 80%;
	text-decoration: none;
	background-color: #666666;
}
.tocitem:link {
	color: #FFFFFF;
	background-color: #666666;
}
.tocitem:active {
	color: #1C57A3;
	background-color: #666666;
} 
.tocitem:visited {
	color: #FFFFFF;
	background-color: #666666;
} 
.tocitem:hover {
	color: #FFFFFF;
	background-color: #666666;
}
h1 {
	font-size: 140%;
	padding-top: 12px;
	padding-bottom: 0px;
	color: #1C57A3;
}
h2 {
	font-size: 130%;
	padding-top: 12px;
	padding-bottom: 0px;
	color: #1C57A3;
}
h3 {
	font-size: 110%;
	padding-top: 12px;
	padding-bottom: 0px;
	color: #1C57A3;
}
h4 {
	font-size: 100%;
	padding-top: 12px;
	padding-bottom: 0px;
	color: #1C57A3;
}
p {
	padding-top: 0px;
}
.headline {
	font-weight: bold;
    font-family: times; sans-serif;
	text-align: center;
    margin: 0px;
}
.subheadline {
	font-weight: bold;
    font-family: times; sans-serif;
	text-align: center;
    margin: 0px;
}
.footer {
	font-size: 60%;
	text-align: center;
	color: #1C57A3;
	background-color: #CCCCCC;
}
a {
	color: #1C57A3;
	text-decoration: underline;
}
a:hover {
	color: #1C57A3;
	background-color: #CCCCCC;
}
a:active {
	color: #1C57A3;
} 
a:visited {
	color: #1C57A3;
} 
.tableHead {
	vertical-align: top;
	font-weight: bold;
    padding: 8px;
}
.tableBody {
	vertical-align: top;
    padding: 8px;
}
.code {
	font-size: 50%;
	font-family: courier, monospace;
	color: #008800;
}
.emphasis {
	font-weight: bold;
}
.caption {
    font-size: 80%;
	font-weight: bold;
	text-align: center;
	color: #666666;
    margin: 0px;
}
.galleryItem {
	text-align: center;
    margin: 10px;
    float: left;
}
.gallaryImage {
    border: solid 2px #000000;
    margin-bottom: 0px;
}
.serviceImage {
    border: solid 2px #000000;
    margin: 10px;
    float: right;
}
.serviceSummaryImage {
    border: solid 2px #000000;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    width: 150px;
    height: 100px;
}
.serviceSummaryIcon {
    float: left;
}
.serviceSummaryDesc {

}
.serviceSummarySpacer {
    clear: both;
}
.homeSummaryImage {
    border: solid 2px #000000;
    width: 150px;
    height: 100px;
}
.homeSummaryItem {
    text-align: center; 
    float: left;
    margin: 10px;
}
.aboutImage {
    margin: 10px;
}
.aboutContainer {
    margin-right: 10px;
    float: left;
}