body 		{  
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-style: normal;
		font-weight: normal;
		background: white 		}
a 		{  
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-style: normal;
		font-weight: bold;
		color: #ff0000;
		text-decoration: none}
a:link 	{ 
		color: #FF0000}
a:visited 	{ 
		color: #FF0000}

a:hover 	{ 
		color: #ffffff; background-color: #FF0000;
		text-decoration: none}
td 		{  
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt; font-style: normal;
		font-weight: normal ;
		color : #000000;	
		margin: 10px}
h1 		{  
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 16pt; font-weight: bold;	
		color: #009900; 
		text-align: left}

h2 		{  
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 14pt; font-weight: bold;	
		color: #009900; 
		text-align: left}

h3 		{  
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12pt; 
		font-weight: bold;
		font-style: italic;	
		color: #009900; 
		text-align: left}



.pagefooter {
		font-size: 10px;
		font-family: arial, helvetica, sans-serif;
		font-weight: bold;
		display: block;
		text-decoration: none;
		color: #009900 
		background-color: #006633;
		text-align: center;
		width: auto;
		padding-top: 5px;
		padding-bottom: 5px;
		border-top: medium ridge #009900; 
		border-bottom: medium ridge #009900;  
		}

.pagefooter a {
		color: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px; 
		font-style: normal;
		font-weight: 200;
		text-decoration: none
  
		}

.pagefooter a:link {
		color: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px; 
		font-style: normal;
		font-weight: 200;
		text-decoration: none
		}

.pagefooter a:visited {
		color: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px; 
		font-style: normal;
		font-weight: 200;
		text-decoration: none
		}

.pagefooter a:hover {
		color: 009900;
		background-color: #ffffff;
		text-decoration: none
		}

.calendar {  
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		font-style: normal;
		font-weight: normal;
		color: #000000}

.calendar a {  
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		font-style: normal;
		font-weight: normal;
		text-decoration: none;
		color: #996600}

.calendar a:link {  
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		font-style: normal;
		font-weight: normal;
		text-decoration: none;
		color: #996600}

.calendar a:visited {  
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		font-style: normal;
		font-weight: normal;
		text-decoration: none;
		color: #996600}

.calendar a:hover {
		color: white;
		background-color: #996600;
		text-decoration: none
		}

/* This part defines the how the overall menu box should look and act */
	.menu {
		/* Sets the font information */
		font-size: 12px;
		font-family: verdana,arial,helvetica,sans-serif;
		font-weight: bold; 
		text-decoration: none; 
		/* Set margin info */
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right: 5px;
		/* Set border information */
		border-weight: solid;
		border-top: 0px solid #009900;
		border-left: 0px solid #009900;
		border-right: 0px solid #009900;
		border-bottom: 2px solid #009900;
		/* Set background color for the menu box itself */
		background-color: #006633;
		/* background-image: url(images/lighttracks.jpg); */
		float: left;
		/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
		Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
		IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
		declaration. The incorrect IE5/Win value is above, while the correct value is 
		below. See http://glish.com/css/hacks.asp for details. */
		
		voice-family: "\"}\"";
		voice-family:inherit;
		width:160px;
	}
		/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
		length values to user agents that exhibit the parsing error exploited above yet get 
		the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
		a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */

		body>#navAlpha {width:160px;}

	/* This part applies to links (<a href="...">) in the menu */
	.menu a {
		/* We don't want the link underlined */
		text-decoration: none;
		font-weight: bold; 
		/* No margins */
		margin: 0;
		/* Let's give a 5 pixel space on the left and 10 on the right */
		padding-top: 0px;
		padding-left: 5px;
		padding-right: 10px;
		padding-bottom: 0px;

		/* we need a 1 pixel black border around each link */
		border: 0px solid #000;
		/* Set the text color for links to white */
		color: #ffffff;
		/* display each link as if it were it's own separate block */
		display: block
		}
.menu a:link {
		/* We don't want the link underlined */
		text-decoration: none;
		font-weight: bold; 
		/* No margins */
		margin: 0;
		/* Let's give a 5 pixel space on the left and 10 on the right */
		padding-top: 0px;
		padding-left: 5px;
		padding-right: 10px;
		padding-bottom: 0px;

		/* we need a 1 pixel black border around each link */
		border: 0px solid #000;
		/* Set the text color for links to white */
		color: #ffffff;
		/* display each link as if it were it's own separate block */
		display: block
		}

	.menu a:visited {
		/* We don't want the link underlined */
		text-decoration: none;
		font-weight: bold; 
		/* No margins */
		margin: 0;
		/* Let's give a 5 pixel space on the left and 10 on the right */
		padding-top: 0px;
		padding-left: 5px;
		padding-right: 10px;
		padding-bottom: 0px;

		/* we need a 1 pixel black border around each link */
		border: 0px solid #000;
		/* Set the text color for links to white */
		color: #ffffff;
		/* display each link as if it were it's own separate block */
		display: block
		}


	/* how should the link look when the mouse is hovered over it? */
	.menu a:hover {
		/* change the font color to green */
		color: #009900;
		/* and make the background around the link text white*/
		background-color: #ffffff;
 		font-weight: bold 
		}



/* This part defines the submenu items*/
	.submenu {
		/* Sets the font information */
		font-size: 10px;
		font-family: verdana, arial, helvetica, sans-serif;
		font-weight: normal; 
		text-decoration: none; 
		/* Set margin info */
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right: 5px;
		margin-left: 5px
		/* Set border information */
		border-weight: solid;
		border-top: 0px solid #009900;
		border-left: 2px solid #009900;
		border-right: 0px solid #009900;
		border-bottom: 0px solid #009900;
		/* Set background color for the menu box itself */
		background-color: #006633;
		/* background-image: url(images/lighttracks.jpg); */
		float: left;
		/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
		Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
		IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
		declaration. The incorrect IE5/Win value is above, while the correct value is 
		below. See http://glish.com/css/hacks.asp for details. */
		
		voice-family: "\"}\"";
		voice-family:inherit;
		width:160px;
	}
		/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
		length values to user agents that exhibit the parsing error exploited above yet get 
		the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
		a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */

		body>#navAlpha {width:160px;}

	/* This part applies to links (<a href="...">) in the menu */
	.submenu a {
		/* We don't want the link underlined */
		font-size: 10px;
		font-family: verdana,arial,helvetica,sans-serif;
		font-weight: normal; 
		text-decoration: none;
		/* No margins */
		margin: 0;
		/* Let's give a 10 pixel space on the left and 15 on the right */
		padding-top: 0px;
		padding-left: 15px;
		padding-right: 10px;
		padding-bottom: 0px;

		/* we need a 1 pixel black border around each link */
		border: 0px solid #000;
		/* Set the text color for links to deep red */
		color: #996600;
		/* display each link as if it were it's own separate block */
		display: block
		}

	/* how should the link look when the mouse is hovered over it? */
	.submenu a:hover {
		/* change the font color to green */
		color: #009900;
		/* and make the background around the link text white */
		background-color: #ffffff;
 		font-weight: normal 
		}

.menuheader {
		padding-top: 3px;
		padding-left: 3px;
		padding-right: 0px;
		padding-bottom: 0px;
		color: #fff;
		background-color: #996600;
		border-top: 1px solid #fff;
		border-bottom: 0px dotted #996600;
		font-weight: 800;
		}

/* this is an alternate menu style */
.menu2 		{
		font-size: 12px;
		font-family: arial, helvetica, sans-serif;
		font-weight: bold;
		display: block;
		text-decoration: none; 
		color: #000000;
		text-align: right;
		width: auto
		}
.menu2 a {
		color: #996600;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px; 
		font-weight: bold;
		text-decoration: none
		}
.menu2 a:link {
		color: #996600;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px; 
		font-weight: bold;
		text-decoration: none
		}
.menu2 a:visited {
		color: #996600;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px; 
		font-weight: bold;
		text-decoration: none
		}
.menu2 a:hover {
		color: white;
		background-color: #996600;
		text-decoration: none
		}
.splashblue {  font-family: Arial, Helvetica, sans-serif; 
		font-size: 12pt; 
		font-style: normal;
		color:#330066; 
		font-weight: bold
		}

.splashblue a {  font-family: Arial, Helvetica, sans-serif; 
		font-size: 12pt; 
		font-style: normal;
		color:#330066;
		text-decoration: none; 
		font-weight: bold
		}
.splashblue a:link {  font-family: Arial, Helvetica, sans-serif; 
		font-size: 12pt; 
		font-style: normal;
		color:#330066;
		text-decoration: none; 
		font-weight: bold
		}
.splashblue a:visited {  font-family: Arial, Helvetica, sans-serif; 
		font-size: 12pt; 
		font-style: normal;
		color:#330066;
		text-decoration: none; 
		font-weight: bold
		}
.splashblue a:hover {  font-family: Arial, Helvetica, sans-serif; 
		font-size: 12pt; 
		font-style: normal;
		color:white;
		background-color: #330066;
		text-decoration: none; 
		font-weight: bold
		}
.splashgreen {  font-family: Arial, Helvetica, sans-serif; 
		font-size: 12pt; 
		font-style: normal;
		color:#339900; 
		font-weight: bold
		}

.splashgreen a {  font-family: Arial, Helvetica, sans-serif; 
		font-size: 12pt; 
		font-style: normal;
		color:#339900;
		text-decoration: none; 
		font-weight: bold
		}
.splashgreen a:link {  font-family: Arial, Helvetica, sans-serif; 
		font-size: 12pt; 
		font-style: normal;
		color:#339900;
		text-decoration: none; 
		font-weight: bold
		}
.splashgreen a:visited {  font-family: Arial, Helvetica, sans-serif; 
		font-size: 12pt; 
		font-style: normal;
		color:#339900;
		text-decoration: none; 
		font-weight: bold
		}
.splashgreen a:hover {  font-family: Arial, Helvetica, sans-serif; 
		font-size: 12pt; 
		font-style: normal;
		color:white;
		background-color: #339900;
		text-decoration: none; 
		font-weight: bold
		}