/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	text-decoration: none;
}


.mainheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #F44FA5;
	text-decoration: none;
}

.subheading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #666666;
	text-decoration: none;
}

.subheading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.classetctitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.notetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	text-decoration: none;
}


a:link {
    color: gray;
	text-decoration: none;
}
a:visited {
    color: silver;
	text-decoration: none;
}
a:hover {
    color: #EF047F;
	text-decoration: underline;
}
a:active {
    color:#EF047F;
	text-decoration: underline;
}


/* Page elements */

#banner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 976px;
	height: 141px;
	z-index: 1;
}
#topnav {
	position: absolute;
	left: 0px;
	top: 141px;
	width: 976px;
	height: 34px;
	z-index: 1;
}
#leftnav {
	position: absolute;
	left: 0px;
	top: 175px;
	width: 233px;
	height: 277px;
	z-index: 1;
}
#content {
	position: absolute;
	left: 233px;
	top: 175px;
	width: 742px;
	height: 277px;
	z-index: 1;
}


/* Visual designer's QuarkXpress produced css - being phased out! */

.text0 {
	font-family: 'Arial','Helvetica','Sans-serif';
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #F44FA5;
}
.text1 {
	font-family: 'Arial','Helvetica','Sans-serif';
	font-size: 12px;
	text-decoration: none;
	color: #666666;
}
.text2 {
	font-family: 'Arial','Helvetica','Sans-serif';
	font-size: 10px;
	text-decoration: none;
	color: #666666;
}


/* Don't know where this came from? - will be removed when discovered */

.style2 {
	font-size: 12px;
	text-decoration: none;
	font-family: 'Verdana', 'Arial', 'Helvetica', 'Sans-serif';
}

