a.navwhite:link { text-decoration: none; color: #ffffff; font-family: Verdana, Arial, sans-serif; font-weight: bold; }
a.navwhite:visited { text-decoration: none; color: #ffffff; font-family: Verdana, Arial, sans-serif;  font-weight: bold; }
a.navwhite:hover { text-decoration: underline; color: #ffffff; font-family: Verdana, Arial, sans-serif;   font-weight: bold; }
a.navblack:link { text-decoration: none; color: #000000; font-family: Verdana, Arial, sans-serif;  font-weight: bold; }
a.navblack:visited { text-decoration: none; color: #000000; font-family: Verdana, Arial, sans-serif;  font-weight: bold; }
a.navblack:hover { text-decoration: underline; color: #000000; font-family: Verdana, Arial, sans-serif;  font-weight: bold; }

a:link, a:visited { text-decoration: none; color: #4D7F80; font-family: Verdana, Arial, sans-serif; font-weight: bold; }
a:hover { text-decoration: underline; color: #4D7F80; font-family: Verdana, Arial, sans-serif; font-weight: bold; }

h1 { font-family: Arial, sans-serif;  color: #1A0033;}
h2 { font-family: Arial, sans-serif;  color: #000000;}

body,p,b,i,em,dt,dd,dl,sl,caption,th,td,tr,u,blink,select,option,form,div,li { font-family: Arial, sans-serif;}

/* got this from http://matthewjamestaylor.com/blog/perfect-2-column-left-menu.htm */

	/* Header styles */
	#newheader {
		clear:both;
		float:left;
		width:100%;
	}
	/* column container */
	.colmask {
                position:relative;	        /* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}

	.col2 {
		float:right;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}

	/* 2 Column (left menu) settings */
	.leftmenu {
		background:#fff;		/* right column background colour */
	}
	.leftmenu .colleft {
		right:80%;			/* right column width */
                background:#ffcc33;	        /* left column background colour */
	}
	.leftmenu .col1 {
		width:75%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
		width:20%;			/* left column content width (column width minus left and right padding) */
		left:0%;			/* (right column left and right padding) plus (left column left padding) */
	}
	/* Footer styles */
	#newfooter {
		clear:both;
		float:left;
		width:100%;
                padding:10px;
	}
	#newfooter p {
		padding:10px;
		margin:0;
	}
