﻿body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: White;
}
.banner {
}
.bannerTitle {
	font-size: large;
	text-align: center;
	color: #000080;
}
.menuSubTitle {
	font-style: italic;
	font-size: x-small;
	float: right;
}

.menu {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 2px;
	font-size: smaller;
}
.menuStrip {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 2px;
	font-size: smaller;
}

.menuBar {
}


.menuLink {
	color: #0000FF;
	margin-right: 10px;
	margin-left: 10px;
}
.menuLink:hover {
	color: #FF0000;
}


.contentSection {
	border: 1px solid #606060;
	margin: 20px;
}

.contentSectionTitle {
	font-size: large;
	font-weight: bold;
	background-color: #000099;
	margin: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #606060;
	color: #FFFFFF;
	padding-left: 5px;
	background-image: url('ColSwash.png');
}

.contentText {
	margin: 10px;
}
