#text07 { font-family: arial; font-size: 36pt }
#text06 { font-family: arial; font-size: 24pt }
#text05 { font-family: arial; font-size: 15pt }
#text04 { font-family: arial; font-size: 14pt }
#text03 { font-family: arial; font-size: 13pt }
#text02 { font-family: arial; font-size: 12pt; color:#093A62; font-weight:bold;}
#text01 { font-family: arial; font-size: 11pt }
#text00 { font-family: arial; font-size: 10pt }
#text-01 { font-family: arial; font-size: 9pt }
#text-02 { font-family: arial; font-size: 8pt }
#text-03 { font-family: arial; font-size: 7pt }
#text-04 { font-family: arial; font-size: 6pt }
form {margin-bottom: 0px; margin-top: 0px;}
div {margin-bottom: 0px; margin-top: 0px;}
ul {margin-left: 0; padding-left: 0; margin-bottom: 0px; margin-top: 0px;}
li {margin-left: 0; padding-left: 0; margin-bottom: 0px; margin-top: 0px;}
pre {margin-bottom: 0px; margin-top: 0px;}
area {margin-bottom: 0px; margin-top: 0px;}
center  {margin-bottom: 0px; margin-top: 0px;}
.roll { color:black; text-decoration:underline;}
A.roll:hover { color:black; text-decoration:none;}
.roll2 { color:#073963; text-decoration:underline;}
A.roll2:hover { color:#88B4E0; text-decoration:none;}
body { background: url("graphics/background.gif") 50% 50% repeat-x; background-color: #F0F7FA; }
body.white { background-color: white; }

img.padding {
border: 1px solid #083962;
padding: 2px;
background-color:#ffffff;
margin:	0px 6px 6px 0px;
float:left;
}

		/*this is the css for the horizontal version*/
		.horizontal ul{
			border: none;
			list-style-type: none;
			padding: 0;
			margin: 0;
		}
		.horizontal ul li{
			float: left;
			position: relative;
		}
		.horizontal ul li a{
			font: 12px Arial;
			display: block;
			width: 108px;
			text-decoration: none;
			padding: 4px 4px;
			overflow: hidden;
			border: 1px solid;
			border-right: none;
		}
		.horizontal li li{
			float: none;
			border-bottom: 1px solid transparent;
			margin-bottom: -1px;
		}
		.horizontal li li.last{
			border-bottom: none;
		}
		.horizontal ul li ul{
			
			position: absolute;
			top: 26px;
			left: 0px;
			margin-top: -1px;
		}
		.horizontal ul ul ul{
			top: -1px;
			left: 108px;
			margin-top: 0;
		}
		.horizontal.left ul ul ul,.horizontal .left ul ul{
			top: 0px;
			left: -108px;
		}
		.horizontal ul li li a{
			font: 11px Arial;
			border: 1px solid;
			border-top: none;
		}
		.horizontal ul li:first-child>a{
			border-left: 1px solid;
		}
		.horizontal ul li a.first{
			border-left: 1px solid;
		}
		.horizontal ul li li a.first{
			border-top: 1px solid;
		}
		.horizontal ul li li:first-child>a{
			border-top: 1px solid;
		}
		div.horizontal ul li.pixelfix ul{
			left: 0;
		}
		div.horizontal ul li.pixelfix ul ul{
			left: 128px;
		}
		/*here we use a little CSS to make a basic/backup dropdown menu in modern browsers *cough* not IE6 or less *cough* if javascript is disabled.Flickering never happens in these browsers*/
		.mlmenu li ul{
			display: none;
		}
		.mlmenu li:hover>ul{
			display: block;
		}
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		.accessible li ul{
			display: block;
		}
		/*Code to show an element has a child*/
		.mlmenu.plus li a:first-child:not(:last-child):after{
			content: '+';
		}
		.plus a span{
			padding-left: .5em;
		}
		.noshow{
			visibility: hidden;
		}
		/*colors for menu*/
		.blackwhite li a{
			background-color: #073963;
			color: white;
			border-color: white;
		}
		.blackwhite li a:hover,.blackwhite li a.first:hover,.blackwhite .trail a.hover{
			background-color: #88B4E0;
			color: black;
			border-color: white;
		}
		.blackwhite li:first-child>a:hover{
			background-color: #88B4E0;
			color: black;
			border-color: white;
		}
		.blackwhite ul{
			border-color: black;
		}
		.bluewhite li a{
			background-color: black;
			color: #000033;
			border-color: #000033;
		}
		.bluewhite li a:hover,.bluewhite li a.first:hover,.bluewhite .trail a.hover{
			background-color: #000033;
			color: white;
			border-color: #000033;
		}
		.bluewhite li:first-child>a:hover{
			background-color: #000033;
			color: white;
			border-color: #000033;
		}
		.bluewhite ul{
			border-color: #000033;
		}





