/* Global Styles */

body {
	margin:0px;
	background-image: url(images_site/main_bgi.jpg);
	background-repeat: repeat-x;
	}
	
td {
	font:12px Arial, Helvetica, sans-serif;
	color:#333333;
	}
	
a {
	color: #990066;
	}
	
a:hover {
	color: #9966FF;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #F4FFE4;
	}
	
#navigation a {
	color: #F4FFE4;
	line-height:20px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	}
	
#navigation a:hover {
	background: #FF66FF;
	color:#993399;
	}
	
#logo 	{
	color: #993399;
	letter-spacing:0.1em;
	line-height:30px;
	font-family: "Blizzard D", "Monotype Corsiva", Georgia, "Times New Roman", serif;
	font-size: 42px;
	font-weight: bold;
	}

#tagline 	{
	color: #333333;
	letter-spacing:0.1em;
	line-height:36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	}
	
/* Class Styles */
	
.bodyText {
	color:#333333;
	line-height:28px;
	margin-top:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	}
	
.pageName{
	color: #993399;
	line-height:26px;
	letter-spacing:0.21em;
	font-family: "Blizzard D", "Monotype Corsiva", Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: bold;
	}
	
.subHeader {
	color: #993399;
	line-height:22px;
	letter-spacing:0.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	}

.quote {
	font: 20px Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	color: #333333;
	line-height: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	}
	
.navText {
	color: #003366;
	line-height:26px;
	letter-spacing:.1em;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	}
	
