body {
	background-image: url("../images/sidebar.jpg");
	background-repeat: repeat-y;
	background-attachment: scroll;
	}
	
.sidebar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 210px;
	color: white;
	z-index: 500;
	}

.sidebar a {
	color: #ffce84;
	}
	
.content {
	position: absolute;
	top: 186px;
	left: 226px;
	padding-right: 2em;
	}
	
.content p, ul, ol {
	margin-top: 0px; padding-top: 0px;
	font-family: times new roman, times, serif;
	font-size: 15px;
/*	
	IF I EVER WANT TO SWITCH THE SITE TO SANS-SERIF . . .
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
*/
	}

.context {
	text-align: right;
/*	background-color: #ffce84;  */
	background-color: transparent;
	color: black;
	font-size: 12px;
	font-family: trebuchet ms, trebuchet, verdana, arial, helvetica, sans-serif;
	}

.hometext {
	text-align: left;
/*	background-color: #ffce84;  */
	background-color: transparent;
	color: black;
	font-size: 11px;
	font-family: trebuchet ms, trebuchet, verdana, arial, helvetica, sans-serif;
	}

.padcol {
	padding: 5px;
	background-color: #283A4D;	
	}

.horizmenu {
	position: absolute; 
	z-index: 2; 
	height: 20px; 
	width: 60%; 
	right: 0px; 
	top: 160px; 
	background-color: #84bfff;
	}

.horizblank {
	position: absolute;
	z-index: 3;
	height: 20px;
	width: 60%;
	left: 211px;
	top: 160px;
	background-color: #84bfff;
	}

.pagetitle {
	position: absolute;
	top: 108px;
	left: 220px;
	font-size: 38px;
	font-family: trebuchet ms, trebuchet, verdana, arial, helvetica, sans-serif;
	color: black;
	}

.icon {
	position: absolute;
	top: 17px;
	left: 220px;
	font-size: 38px;
	font-family: trebuchet ms, trebuchet, verdana, arial, helvetica, sans-serif;
	color: black;
	}

.indentitle {
	position: absolute;
	top: 108px;
	left: 365px;
	font-size: 38px;
	font-family: trebuchet ms, trebuchet, verdana, arial, helvetica, sans-serif;
	color: black;
	}

.contact {
	position: absolute;
	right: 5px;
	top: 0px;
	text-align: right;
/*	background-color: #ffce84;  */
	background-color: transparent;
	color: black;
	padding-left: 5px; padding-right: 5px;
	padding-top: 2px; padding-bottom: 2px;
	font-size: 12px;
	font-family: trebuchet ms, trebuchet, verdana, arial, helvetica, sans-serif;
	}
	
.contact a { color: #000088; }	

h1, h2, h3 {
	font-family: trebuchet ms, trebuchet, verdana, arial, helvetica, sans-serif;
	padding-top: 0px; margin-top: 0px;
	}

li { margin-bottom: 0.5em; }

.subhead {
	font-family: trebuchet ms, trebuchet, verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	/* color: #555555; */
	color: #365a99;
	padding-top: 0px; margin-top: 0px;
	}
	
.sub2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #49698c;
	}

.smallsans {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	}
	
.tabrepeat {
	background-repeat: repeat-x;
	}
	
.indblock {
	margin-left: 30px;
	}
	
.quote {
	background-color: #ffce84;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
	padding: 8px;
	border: 4px double red;
	}
	
.question {
	font-weight: bold;
	color: #000080;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

.helpful {
	text-align: center;
	font-size: 10px;
	font-family: arial, verdana, helvetica, sans-serif;
	padding-left: 20px; padding-right: 20px;
	padding-top: 6px; padding-bottom: 5px;
	}

.verd { font-family: verdana, sans-serif; font-size: 12px; }
	
img { border: none; }
 
cite { font-size: 18px; }
 
.hl { background-color: #ffce84; }

#rtside {
	width: 185px;
	float: right;
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 150%;
	margin-left: 10px;
	}
 
/* Below: styles for Magic Menu in sidebar */	
.pviimenudiv td {font-family: "Trebuchet MS", Arial, sans-serif; font-size: 12px; color: 888888;}
.pviimenudiv p {font-family: "Trebuchet MS", Arial, sans-serif; font-size: 12px; margin-top: 12px; margin-bottom: 6px; color: 888888;}
.pviimenudiv b {font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; color: #b0b0b0}
.pviimenudiv a:link {color: white; text-decoration: underline}
.pviimenudiv a:visited {color: white; text-decoration: underline}
.pviimenudiv a:hover {color: #ff8888; text-decoration: underline}
.pviimenudiv a:active {color: #ff8888; text-decoration: underline}
