
/* formats the intro page only */
body#intro {
	background-color: #5383b1; color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
body#intro a:link { color: #9C6; }
body#intro a:visited { color: #339966; }

body#intro table.table-container {
	width:1025px;
}

/* formats the site */
body {
	background-color: #ffffff; color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
a:link { color: #663333; }
a:visited { color: #996633; }
a:active, a:hover { color: #006600; }

p { font-size: 14px; line-height: 1.5em; }
p.footer { font-size: 12px; text-align: center; }

.introduction p { font-size: 15px; line-height:1.5em; }

.justifytext p { font-size: 13px; text-align: justify; }

.addtopspacer { margin-top:25px; }

hr {
	background-color:transparent; color:transparent;
	border-top:1px solid #cccccc; margin:25px 0 25px 0;
}

table.table-container {
	width:850px;
}

.sidebar {
	background-color:#cac08e;
	padding:5px 10px;
}

.medPurpSerifTitle {
	color: #442C71;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px; font-weight: bold;
}

.lgPurpSerifTitle {
	color: #442C71;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px; font-weight: bold;
	margin-top:25px; margin-bottom:25px;
}

.sidebartext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px; text-align:right;
}

.available {
	color:#442C71; font-weight:bold;
	text-decoration:underline;
}

.downloadlink {
	color:#cc3300; font-size:18px !important;
	text-align:center !important;
}
.downloadlink a:link { color:#cc3300; }

.smalltext { 
	font-size:12px !important;
	font-style:italic; 
}

.lgBrSerifTitle {
	color: #693737;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px !important; font-weight: bold; font-variant: normal;
}

.medtextIt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px !important; font-style:italic;
}

.quotes {
	color: #8E744B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px; font-weight: bold; font-style: italic;
}

table.feetable {
	font-size:13px !important;
}

