/* ----------- Classes ------------ */

/* notes, small-text, fine-print */
.note {
	font-size: x-small; 
	font-family: Arial, Helvetica, sans-serif;
}

/* style for things that are designed to be read -- make it readable! */
.text {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
}

.lighttext {
	font-size: 16px;
	font-family: Georgia, serif;
	color: #444444;
}

/* index.html text -- make it jump out */
.indextext {
	font-size: 20pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
}

/* index.html text -- make it jump out not quite so much*/
.indextext2 {
        font-size: 18pt;
        font-family: Arial, Helvetica, sans-serif;
        color: #222222;
}

.meetingheading {
	font-size: 19px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
}


.meeting {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
}


/* things designed to be read, but that isn't a document */
.info {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
}

.lightinfo {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
}

.infoheading {
	font-weight: bold;
}

.infoitem {
	position: relative;
	left: 20px;
}

.faqindexitem    { text-decoration: none; list-style-type: square; position: relative }

/* ----------- HTML Elements ------------ */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #555555;
}

a {
	/*font-weight: bold;*/
	/*text-decoration: none;*/
	/*color: #303030;*/
	/*color: #0066CC;*/
	color: 660000;
}

a:hover {
	color: #3030A0;
}

a.note {
	font-weight: bold;
/*	color: #303030; */
	color: #AACCFF;
}

a.note:hover {
	color: #3030A0;
	text-decoration: underline;
}

a.internal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	/*font-weight: bold;*/
/*	color: #303030; */
/*	color: #0066CC; */
	color: 660000;
	text-decoration: none;
}

a.internal:hover {
	color: #3030A0;
}

a.leftnav {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	/*font-weight: bold;*/
/*	color: #303030; */
/*	color: #0066CC; */
	color: 660000;
	text-decoration: none;
}

a.leftnav:hover {
	color: #3030A0;
}

a.leftnavbold {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
/*	color: #303030; */
/*	color: #0066CC; */
	color: 660000;
	text-decoration: none;
}

a.leftnavbold:hover {
	color: #3030A0;
}

a.topnav {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	/*font-weight: bold;*/
/*	color: #303030; */
/*	color: #0066CC; */
	color: 660000;
	text-decoration: none;
}
a.topnavbold:hover {
	color: #3030A0;
}

a.topnavbold  { color: 660000; font-size: small; font-family: Helvetica, Arial, sans-serif; font-weight: bold; text-decoration: none }
a.topnav:hover  { color: #3030a0; font-weight: bold }

a.indextext {
	text-decoration: none;
	color: 660000;
}

a.info {
	/*text-decoration: none;*/
	color: 660000;
}

h1 {
	font-weight: normal;
}

h2 {
	font-weight: normal;
	/*font-style: italic;*/
}

h3 {
	font-weight: normal;
	/*color: #555555;*/
	color: #000000;
}

/* ---- */
#leftnavblock {
	width: 160px;
	position: absolute;
	top: 150px;
	left: 0px;
}

#headingimage {
	margin: 0px 0px 0px 0px;
}

#heading {
	margin: -30px 0px 0px 10px;
}

#maintext {
	width: 500px;
	position: absolute;
	top: 140px;
	left: 200px;
}

