h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #000000;
	margin-top: 80px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
	margin-top: 5px;
}
#main {display: none;}
body {
	background-image:  none;
	background-color: #FFFFFF;
}
/*------------------------------------------------------------------------
font styles
--------------------------------------------------------------------------*/
/*The headers for the secondary pages- in red font- equivalent to H1*/
div#secpageheader {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #BE3450;
	margin-top: 2px;
	font-weight: bold;
	margin-bottom: 25px;
}
/*The header line with dots- in burgundy font- equivalent to H2*/
.divline {
	padding: 0px;
	width: 90%;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663366;
	text-align: left;
	border-bottom: thin dotted #663366;
	margin-top: 10px;
	margin-left: 165px;
}
/*The header line with dots- in burgundy font- equivalent to H2 for the secondary pages*/
.secdivline {
	padding: 0px;
	width: 70%;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663366;
	text-align: left;
	border-bottom: thin dotted #663366;
	margin-top: 10px;
}
/*The header text in blue font- equivalent to H4*/
.headlines_main { 
	font-family: Lucinda Handwriting,Sand, Arial, Helvetica,sans-serif; 
	color: #6699CC;
	font-size: 12pt; 
	font-weight: bold
}

/*The content text- in pink font*/
.text_index { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #CC3366; 
	font-size: 10pt; text-align: justify;
} 
/*------------------------------------------------------------------------
layout for content
--------------------------------------------------------------------------*/
#content {
	margin-left: 150px;
	margin-top: 10px;
	padding: 5px;
	text-align: justify;
}
#seccontent {
	margin-left: 150px;
	margin-right: 110px;
	margin-top: 10px;
	padding: 25px;
	text-align: justify;
}
#footer {display: none;}
#links {display: none;}
#links a {display: none;}
#links a span {display: none;}
#links a hover:span {display: none;}
#uberlinks {display: none;}
#homepageimage  {display: none;}
#smallimageR  {display: none;}
#smallimageL  {display: none;}
#sidebar {display: none;}
#sidebar a {display: none;}




