/* CSS Document */

	body
		{
 		 margin-top: 0px;
		 margin-left: 0px;
		 font-family: Geneva, Arial, Helvetica, sans-serif;
		 background-color: #000000;
		 color: #FFFFFF;
		}
	body a
		{
		 color: #C8D7E3;
		}	
	body a:link,
	body a:visited,
	body a:hover,
	body a:active
		{
		 text-decoration: underline;
		}
	
	.NavTable
		{
		 width: 640px; /*Normal Width*/
		 /*More blue/purple color */
		 /*background-color: #C8D7E3;*/
		 /* Silvery Color */
		 background-color: #EBEBE9;
		}
		
	#BannerImage
		{
		 width: 640px;
		 height: 60px;
		}
	
	.MenuLinks
		{
		 text-align: center;
		}

	.MenuLinks a
		{
		 /* Possible New Color */
		 /*color: #293D6B;*/
		 /*old color*/
		 color: #173399;
		 font-weight: bold;
		 font-size: 10pt;
		}
	
	.MenuLinks a:link,
	.MenuLinks a:visited
		{
		 text-decoration: none;
		}
	.MenuLinks a:hover,
	.MenuLinks a:active
		{
		 text-decoration: underline;
		}

	.ContentTable
		{
		 width: 760px;
		 vertical-align: top;
		 line-height: 16pt;
		}
		
	.BottomNavTable
		{
		 width: 760px;
		 /*background-color: #C8D7E3;*/
		 background-color: #000000;
		}
		 
	.BottomLinks
		{
		 text-align: left;
		}

	.BottomLinks a
		{
/*		 color: #173399;*/
		 color: #FFFFFF;
		 font-weight: bold;
		 font-size: 10pt;
		}
	
	.BottomLinks a:link,
	.BottomLinks a:visited
		{
		 text-decoration: none;
		}
	.BottomLinks a:hover,
	.BottomLinks a:active
		{
		 text-decoration: underline;
		}
		
	.SideNavTable
		{
		 width: 150px;
		}
		
	.SideNavLinks
		{
		 text-align: left;
		 /* possible new color */
		 /*background-color: #C8D7E3;*/
		 /*old color*/
 		 background-color: #EBEBE9;
		}

	.SideNavLinks a
		{
		 color: #173399;
		 font-weight: bold;
		 font-size: 10pt;
		}
	
	.SideNavLinks a:link,
	.SideNavLinks a:visited
		{
		 text-decoration: none;
		}
	.SideNavLinks a:hover,
	.SideNavLinks a:active
		{
		 text-decoration: underline;
		}

	.SideNavLinks.Header
		{
		 background-color: #98B1C4;
		}

	.SideNavLinks.Header a
		{
		 /* possible new color */
		 /*color: #000000;*/
		 /* old color*/
		 color: #FFFFFF;
		}
	
	.HomePagePhotoLink img
		{
		 border: 0px;
		}

	.ContactTable
		{
		 border-color: #000000;
		 width: 618px;
		}
	.ContactTable.Header
		{
		 color: #FFFFFF;
		 /* I don't know why, but IE uses this background color for the .SideNavLinks.Header class as well as the .ContactTable.Header class.  Must be confusing the two or something.*/
		 background-color: #98B1C4;
		 font-weight: bold;
		}


.li-a {
	list-style-type: lower-alpha;
}
.li-i {
	list-style-type: lower-roman;
}
.li-I {
	list-style-type: upper-roman;
}
.li-A {
	list-style-type: upper-alpha;
