body
	{
	background: #73cfbe;
	color: #000000;
	font-family:"Trebuchet MS",sans-serif;
	}

	h1#title
	{
		color: #000000;
		font-family:"Trebuchet MS",sans-serif;
		font-size: 180%;
		font-weight: x-bold;
		font-variant: small-caps;
		text-align: center;
		letter-spacing: .3em;
		padding: .5em 0;
		border-top: 4px solid #000000;
		border-bottom: 4px solid #000000;
	}

	div.c2
	{
		margin-left: 10;
		padding-left: 5;
		list-style-type: none;	
	}

/*STANDARD NAVIGATION BOXES===========================================*/

	ul#navigation
	{
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
		font-family:"Trebuchet MS",sans-serif;
	
	}
	
	ul#navigation a
	{
		display: block;
		text-decoration: none;	
		background: #04ac8c;
		color: #000000;
		padding: .4em .6em;
		margin: 0 0 .5em 0;
		border:5px ridge;
		width: 8em;
		font-weight: bold;
	}
	
	ul#navigation a:hover
	{
		background: #4169e1; /*royalblue*/
		color: #ffffff; font-weight: bolder;
		border:5px inset;
	}

/*ADDITIONAL NAVIGATION BOXES===========================================*/

	ul#nav_2
	{
		margin-left: 1em;
		padding-left: 0;
		list-style-type: none;
		font-family:"Trebuchet MS",sans-serif;
	
	}
	
	ul#nav_2 a
	{
		display: block;
		text-decoration: none;	
		background: #04ac8c;
		color: #000000;
		padding: .4em .6em;
		margin: 0 0 .5em 0;
		border:5px ridge;
		width: 8em;
		font-weight: bold;
	}
	
	ul#nav_2 a:hover
	{
		color: #ffffff;  /*white on royalblue*/
		background: #4169e1;
		font-weight: bolder;
		border:5px inset;
	}

/*TEXT CELLS AND IMAGE BOXES ===========================================*/

	body table
	{
	border-width: 0;
	padding=5px;
	width=800px;
	}

	td#banner img
	{
		height: 111px;
		width: 800px;
	}

	td#nav
	{
		width: 160px;
	}

	td#main
	{
		width: 480px;
	}

	td#right
	{
		width: 160px;
	}

	div.image_box	
		{
		float: left;
		margin: .25em 0 0 0;
		display: inline;
		padding: .4em .4em 1.4em .4em;
		background: #036 url(./images/black.gif) repeat-x 0% 100%;
		color: #000000;
		text-align: center;
		font-family:"Trebuchet MS",sans-serif;
		font-weight: bold;
		}

	div.image_box img
		{
		/*float: right;
		margin-left: 1em;*/
		border: .1em solid #ffffff;
		}		

/*BULLETS & PARAGRAPHS ===========================================*/

	li.listbullet
	{
		color: #000000;
		list-style-type: square;
	}

	p.special
	{
		font:"Trebuchet MS",sans-serif;
		/*text-align: justify;*/
	}

	p.special:first-letter
	{

		font-family: "Arial Black",sans-serif;
		font-size: 190%;
		/*float: left;*/
		text-transform: capitalize;
	}

	p.normal
	{
		font:"Trebuchet MS",sans-serif;
		text-align: justify;
	}

/*SITE MAP OUTLINE ===========================================*/

	ol ol li
	{
		list-style-type:upper-alpha;
	}

	ol ol ol li
	{
		list-style-type:decimal;
	}

	ol ol ol ol li
	{
		list-style-type:lower-alpha;
	}	
	ol ol ol ol ol li
	{
		list-style-type:lower-roman;
	}