.topbar a:link {
            background-color:  #01497B;
            display: block;
	color : #ffffff;
	text-decoration : none;
	font-family : comic sans ms;
	font-size : 16px;
	line-height: 27px;
}

.topbar a:visited {
             background-color:  #01497B;
	color : #ffffff;
	text-decoration : none;
	font-family : comic sans ms;
	font-size : 16px;
	line-height: 27px;
}

.topbar a:hover {
             background-color:  #800400;
	color : #ffffff;
	text-decoration : none;
	font-family : comic sans ms;
	font-size : 16px;
	line-height: 27px;
}

.leftbar a:link {
            background-color:  #01497B;
            display: block;
	color : #ffffff;
	text-decoration : none;
	font-family : verdana;
	font-size : 13px;
	font-weight: bold;
	line-height: 20px;
}

.leftbar a:visited {
             background-color:  #01497B;
	color : #ffffff;
	text-decoration : none;
	font-family : verdana;
	font-size : 13px;
	font-weight: bold;
	line-height: 20px;
}

.leftbar a:hover {
             background-color:  #800400;
	color : #ffffff;
	text-decoration : none;
	font-family : verdana;
	font-size : 13px;
	font-weight: bold;
	line-height: 20px;
}

body {
		font-family: verdana;
		font-size:13px;
	}
	
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 14.5em;
		font-family: verdana;
		font-size:13px;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 25px;
		margin-bottom : -1px;
		width: 14.5em;
        font-family: verdana;
        font-size:13px;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 7.30em;
		margin-top : -1.95em;
		font-family: verdana;
		font-size:13px;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
		font-family: verdana;
		font-size:13px;
	}
	
	#nav li a {
		width: 13.5em;
		w\idth : 13.5em;
		display : block;
		color : white;
		font-family: verdana;
		text-align: left;
		font-weight: bold;
		font-size:13px;
		text-decoration : none;
		background-color : #01497B;
		padding : 0 0.5em;
	}
	
	#nav li a:hover {
		color : white;
		background-color : #800400;
		font-family: verdana;
		font-size:13px;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
		font-family: verdana;
		font-size:13x;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
        font-family: verdana;
        font-size:13px;
	}
	
	#content {
		margin-left : 12em;
        font-family: verdana;
        font-size:13px;
	}