body {
	font-family: arial, helvetica, serif;
	font-size: 12pt;
	background-color: #FFFFCC;
	color: #0000FF;}


ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #ccc;
}

ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #008080;
	background: #CCECFF; /* IE6 Bug */
	padding: 3px;
	border: 1px solid #008080;
	border-bottom: 1px solid #008080;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li { /* all list items */
	float: left;
	position: relative;
	}

.top { /* top list items */
	float: center;
	position: relative;
	width: 14%;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 22px;
	left: 0;
	width: 200%;
}

li>ul { /* to override top and left in browsers other than IE, which will 
position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	width: 100%;
}


li:hover ul, li.over ul { display: block;
				width: 100%; } /* The magic */

ul li a:hover { background: #FFFFCC; } /* Hover Styles */

.logo  {
float: left ;
margin: 20px 0px 3px 3px;
border-width: 3px;
border-color: #0000FF; 
vertical-align: top;
position: relative;
}


.demo  {
float: right;
margin: 0px 0px 0px 0px;

}


.demo2  {
float: right;
margin: 90px 150px 10px 10px;
}

.main
{
	border-style: dashed;
	border-width: 1px;
	border-color: #0000FF;
	background-color: #FFFF99;
	width: 95%;
	align: center;
	padding: 10px;
	margin: 30px 3px 3px 30px;
	}
h1 {
	border-style: solid;
	border-left-width: 3px;
	border-bottom-width: 3px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-color: #0000FF;
	font-size: 24pt;
	color: #0000FF;
    	background-color: #FFFF99;
	text-align:center;
    	font-weight: bold;
	width: 95%;
	margin-left: 35px;
	margin-top: 0px;
	padding: 5px;
	height: 90px;
	vertical-align: top;
    }

h2 {
	font-size: 20pt;
    	font-weight: bold;
    	color: #336666; 
	text-align:	center;
}

.footnote {
	font-size: 80%;
    	font-weight: bold;
	text-align: center;
}

A.menu:link {
                color: #036262;
                text-decoration:underline;
                font-weight: bold;
                font-family: arial, helvetica, serif;
                font-size: 10pt;
        }


A.menu:visited {
                color: #036262;
                /* font-weight:normal;
                font-family: arial, helvetica, serif; */
                font-weight: bold;
                font-family: arial, helvetica, serif;
                font-size: 10pt;
                text-decoration:underline;
        }

A:link {
		color: #0000FF;
		text-decoration:underline;
		font-weight: bold; 
		font-family: arial, helvetica, serif;
		font-size:12pt;
	}
		
A:visited {
		color: #0000FF;
                font-weight: bold;
                font-family: arial, helvetica, serif;
                text-decoration:underline;
		font-size: 12pt;
	}
		
.indent {
    	font-style: italic;
	padding-left: 12pt;
	font-size: 12pt;
}



/* .main border, .logo border to 006699, alink avisited body main(text) 
to black--> */

