@charset "utf-8";
/* CSS Document */

/* Body */
body {
	background-color: #306288;
	background-repeat: no-repeat;
	font-family: "Century Gothic";
}
/* Google Sitemap Links (Hidden) */
#navigation {
	position: absolute;
	top: 0px;
	margin-left: -2000px;
}
/* Links */
A { 
	text-decoration:none;
	color:#FFFFFF;
}
a:hover { 
	color:#000000; 
}
/* General Website Text */
.GeneralText {
	font-size: 14px;
	color: #FFFFFF;
}
.GeneralTextBold {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.GeneralTextItalic {
	font-size: 14px;
	color: #FFFFFF;
	font-style: italic;
}
/* General Titles, Large (Large names on Staff/Bio pages, large titles on Services pages) */
.HeaderOne {
	font-size: 24px;
	color: #FFFFFF;
}
/* General Titles, Medium (Medium names on Staff/Bio pages, FSLink.html) */
.HeaderTwo {	
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
/* Italic titles (Personalized-Printing.html) */
.ItalicTitle {	
	font-size: 16px;
	font-style: italic;
}
/* "Click Here" Text (Design.html, Personalized-Printing.html) */
.BlueLink {
	font-size: 14px; 
	color: #00CCFF;
}
/* Dark Grey Text (Services.html) */
.DarkGrey {	
	font-size: 14px;
	color: #333333;
}
/* Definition Text (Advocacy.html) */
.Definition {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
/* Footer Text (Home.html) */
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
