@charset "UTF-8";
/* CSS Document */

/* DOC */
body {
	background-color: #eaede5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background.gif);
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #393a37;
	line-height: 20px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	font-style:italic;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	font-style:italic;
	color: #604702;
}
a {
	font-size: 12px;
	line-height:14px;
}
a:link {
	color: #7F9DA5;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #7F9DA5;
}
a:hover {
	text-decoration: none;
	color: #663366;
}
a:active {
	text-decoration: none;
	color: #663366;
}

/* NAV BAR */
.nav {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #825870;
	font-weight:bold;
	}
.nav:link {
	text-decoration: none;
	color: #825870;
	}
.nav:visited {
	text-decoration: none;
	color: #825870;
	}
.nav:hover {
	text-decoration: none;
	color: #7F9DA5;
	}
.nav:active {
	text-decoration: none;
	color: #7F9DA5;
	}
	
/* FOOTER */
.footerText {
	font-family:"Trebuchet MS", Arial;
	color:#583f5b;
	font-size:10px;
	line-height:11px;
	}
.footerTextLink:link {
	text-decoration: none;
	color:#583f5b;
	font-size:10px;
	line-height:11px;
	}
.footerTextLink:visited {
	text-decoration: none;
	color:#583f5b;
	font-size:10px;
	line-height:11px;
	}
.footerTextLink:hover {
	text-decoration: underline;
	color: #7F9DA5;
	font-size:10px;
	line-height:11px;
	}
.footerTextLink:active {
	text-decoration: underline;
	color: #7F9DA5;
	font-size:10px;
	line-height:11px;
	}

/* OTHER */
.callout1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #604702;
	text-decoration: none;
	line-height: 12px;
}
.bookRightPad {
	padding-right: 30px;
	padding-bottom: 25px;
}
.phoLinkBullet {
	color: #663366;
}
