﻿.navigate:link 
{ 
text-decoration:none; 
color:#FFFFFF; 
background:maroon; 
font-size:small;
font-weight:normal; 
width:auto; 
display:inline; 
border:thick;
border-color:gray;
border-style:outset;


} 
.navigate:active 
{ 
text-decoration:none; 
color:#FFFFFF; 
background:maroon; 
font-size:small;
font-weight:normal; 
width:auto; 
display:inline; 
border:thick;
border-color:gray;
border-style:outset;
} 
.navigate:visited 
{ 
text-decoration:none; 
color:#FFFFFF; 
background:maroon; 
font-size:small;
font-weight:normal;  
width:auto; 
display:inline; 
border:thick;
border-color:gray;
border-style:outset;
} 
.navigate:hover 
{ 
text-decoration:none; 
color:#FFFFFF; 
font-weight:normal; 
font-size:small;
width:auto;  
background:black; 
display:inline; 
border:thick;
border-color:gray;
border-style:outset;
} 
.mainHeading {
	text-align: center;
	font-family: "Brush Script MT";
	font-size: xx-large;
	color: black;

}
.subHeading {
	text-align: center;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: x-large;
	color: black;
}
.standard{
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-style:normal;
	font-size:large;
	margin-left:1.5in;
	margin-right:1.5in;
}
.standardHeading {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-style:normal;
	font-size:large;
	font-weight:bold;
	margin-left:1.5in;
	margin-right:1.5in;
}
.imageStyle {
	border-width: 0px;
	margin-left:1.5in;
}
.imageLabel {
	font-family: Byington;
	font-size: medium;
}
.leftSubHeading{
	text-align: left;
	font-size: large;
	color: #000000;
	margin-left: 40px;
}

