@charset "utf-8";
.navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 0px;
	padding-right: 34px;
	padding-bottom: 0px;
	padding-left: 34px;
}
.navbar:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CA1607;
	text-decoration: none;
	display: inline;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 0px;
	padding-right: 34px;
	padding-bottom: 0px;
	padding-left: 34px;
}
.header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.edge {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.edge:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #993366;
}.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.links {
	overflow: scroll;
	height: 450px;
	width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.rightFloat {
	float: right;
}
.leftFloat {
	float: left;
}
.tartanBkg {
	background-image: url(images/tartanBanner.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.shadow {
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(images/bkg.gif);
}
.topBanner {
	background-image: url(images/titleBanner.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.contentBkg {
	background-image: url(images/contentBkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.photoBkg {
	background-image: url(images/contentBkg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.window {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
	height: 275px;
	width: 100%;
	padding: 5px;
}

