﻿body 
{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	border-top: 2px solid #2A4F6F;
}

*{margin: 0;
	padding: 0;
}


/* this is the css for the heading of the page.*/

#header 
{	
	border-bottom: 1px dotted #e7edf5;
	height: 1em;
}

#bottom
{	
	border-bottom: 1px dotted #e7edf5;
	height: 1em;
}

#words
{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: large;	
	}

/* Content css */

#content {margin-left: 16em;
	margin-right: 2em;
}

h1 {font: 150% Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.heading {font: 100%  Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

p {font-family: Arial, Helvetica, Sans-Serif;
	font-size: 20px;
}

/* paragraph heading */
.indent 
{font-family: Arial, Helvetica, Sans-Serif;
	font-size: 20px;
	padding-left: 20px;
}

/*highlight heading */
.hilite
{background-color: #FFFFCC;
	color: #B22222;	
}
	


/* paragraph content */
.body
{font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	padding-left: 20px;	
}

.eventhilite 
{
	background-color: #FFFFCC;
	color: #B22222;
	font-size: 15px;	
}


#content p {font-size: 80%;
	line-height: 1.6em;
	padding-left: 1.2em;
}

/* Pending Content */

.pendcontent
{
	background-color: #FFFFCC;
	color: #B22222;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;	
}

ul li{
	list-style: none;
	
}

