    /* .topnav controls the top links home, about us, ect. */
	.topnav {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
    }

    .topnav a:link {
	color: #003399;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
    }

    .topnav a:visited {
	color: #003399;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
    }

    .topnav a:hover {
	color: #993399;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
    }
	
	    /* .topnavcurrent controls the top links home, about us, ect. 
		Use this for the current area you are in*/
	.topnavcurrent {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
    }

    .topnavcurrent a:link {
	color: #993399;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
    }

    .topnavcurrent a:visited {
	color: #993399;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
    }

    .topnavcurrent a:hover {
	color: #003399;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
    }
	
	/* .navbarannounce controls the blue nav announcement bar
	that tells readers where they are in the site */
	.navbarannounce {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #003399;
	font-weight: bold;
}

	/* .navbarannouncesmall is a smaller version of the .navbaraccounce */
	.navbarannouncesmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #003399;
	font-weight: bold;
}
   
   
   /* .sidenav Controls the side "sub" navagation on the left side of the screen */
    .sidenav {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
    }

    .sidenav:link {
	color: #003399;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
    }

    .sidenav:visited {
	color: #003399;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
    }

    .sidenav:hover {
	color: #993399;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
    }
	
	
	   /* .sidenavcurrent Controls the side "sub" navagation on the left side of the screen
	   use this one when you are in the current page listed. */
    .sidenavcurrent {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
    }

    .sidenavcurrent:link {
	color: #993399;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
    }

    .sidenavcurrent:visited {
	color: #993399;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
    }

    .sidenavcurrent:hover {
	color: #003399;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
    }
	
	
	/* .content sets the text in the main body of reading area. */
	    .content {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
    }

    .content a:link {
	color: #003399;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
    }

    .content a:visited {
	color: #003399;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
    }

    .content a:hover {
	color: #993399;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
    }
	
	
	/* .footer area with website design sig. */
	    .footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	font-weight: normal;
    }
	/* Fixes jumping in pages without scroll bars. */
	html { height: 100%; margin-bottom: 1px; }