@charset "UTF-8";
.leftnavigation {
	background-color: #660000;
	width: 25%;
	text-align: center;
	margin: 10px;
	padding: 10px;
	vertical-align: top;
}
#pagetitle {
	font-size: 36px;
	color: #FFFFFF;
	margin: 5px;
	padding: 5px;
}
.contentarea {
	background-color: #FFFFFE;
	text-align: left;
	background-image: url(../Images/Logosmaller.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-right-style: solid;
	border-bottom-style: solid;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.tagline {
	font-style: italic;
}
#topleft {
	background-color: #330000;
	background-image: url(../Images/logohalf.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.bottomnav {
	font-size: 10px;
	background-position: center;
	text-align: center;
	margin: 5px;
	padding: 10px;
}
#subtitle {
	font-size: 14px;
	color: #FFFFFF;
}
#titlebar {
	background-color: #660000;
	margin: 0px;
	padding: 5px;
}
#mastertable {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.contentareamodified {
	background-color: #FFFFFE;
	padding: 15px;
	text-align: left;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
.trTable {
}

