/* This  style has a transparent navbar, with a white background, black text in the main content. This has been designed for IE4 - IE6. */

body {
	background-color: Purple;
}

/* Header for logo bar and top navbar */

div.header {
	position: absolute;
	top: 1%;
	left: 1%;
	width: 100%;
	height: 17%;
	font-family: "Arial", sans-serif;
	background-color: Purple;
	background-position: 100%;
	color: White;
	line-height: 125%;
	text-align: left;
	font-size: 3.5em;
	padding-left: 1%;
	padding-bottom: 2%;
	z-index: 1;
}

/* html div.header {
	height: 1.7em;
} */

div.header a:link {
color : #ffffff;
	background-color : transparent;
}

div.header a:visited {
color : #ffffff;
		background-color : transparent;
}

div.header a:hover {
	color : #ffff00;
		background-color : transparent;
}

span.address {
	font-family: "Arial", sans-serif;
	background-color: Purple;
	position: absolute;
	top: 1%;
	right: 1%;
	color: White;
	padding-right: 24px;
	line-height: 130%;
	text-align: right;
	font-size: 0.3em;
}

/*Design top navbar */

span.time {
	position: absolute;
	top: 15%;
	left: 15%;
	width: 80%;
	font-family: "Arial", sans-serif;
	background-color: White;
	color: Green;
	z-index: 5;
	line-height: 125%;
	text-align: right;
	font-size: medium;
	text-decoration: none;
	font-variant: small-caps;
	padding-left: 0.5em;
	padding-top: 0.5em;
}

div.topbar {
	position: absolute;
	top: 15%;
	left: 15%;
	width: 80%;
	font-family: "Arial", sans-serif;
	background-color: White;
	color: Purple;
	z-index: 5;
	line-height: 125%;
	text-align: left;
	font-size: medium;
	text-decoration: none;
	font-variant: small-caps;
	padding-left: 0.5em;
}

div.topbar a:link {
	color: Green;
	background-color: White;
	text-decoration: none;
	border: medium double Green;
	padding: 2px;
}

div.topbar a:visited {
	color: Green;
	background-color: White;
	text-decoration: none;
	border: medium double Green;
	padding: 2px;
}

div.topbar a:hover {
	color: Black;
	background-color: White;
	border: medium ridge Black;
	padding: 2px;
}


/*Design left navigation Bar */

div.navbar {
	position: absolute;
	top: 16%;
	left: 1%;
	font-family: "Arial", sans-serif;
	background-color: Purple;
	color: Black;
	line-height: 125%;
	text-align: left;
	font-size: smaller;
	font-variant: small-caps;
	padding-top: 12px;
	height: 100%;
	z-index: 3;
}

div.navbar a:link {
	color: White;
	background-color: transparent;
}

div.navbar a:visited {
	color: White;
	background-color: transparent;
}

div.navbar a:hover {
	color: Black;
	background-color: transparent;
}

div.navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 0px solid #ccc;
	}
	
div.navbar	ul li {
	position: relative;
}
	
div.navbar li ul {
	position: relative;
	left: 10px;
	top: 0;
	display: none;
}	

div.navbar	ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 0px solid #ccc;
	}
	
div.navbar li:hover ul, li.over ul { display: block; }

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

div.content {
position : absolute; top:15%; left:15%;
font-family : "Arial", sans-serif;
line-height : normal;
background-color : #ffffff;
color : #000000;
font-variant : normal;
font-size : medium;
text-align : justify;
padding: 3%;
z-index: 4;


}

div.content a:link {
	background-color : transparent;
	color : #0000ff;
	text-decoration : underline;
}

div.content a:visited {
	background-color : transparent;
	color : #ff6600;
	text-decoration : underline;
}

div.content a:hover {
	background-color : transparent;
	color : #ff0000;
	text-decoration : underline;
	font-size : 100%;
}

div.content h1 h2 h3 h4  {
	background-color : transparent;
	color : #000000;
	font-weight : bold;
	
}

div.content dt {
	font-weight: bold;
	font-variant: small-caps;
	line-height: 150%;
	padding-bottom: 0.5em;
	padding-top: 1em;
		}

div.content dd {
	font-weight: normal;
	font-variant: normal;
	line-height: 125%;
}
/* Design the footer to include copyright notice at end of main body text */

div.footer {
	position: absolute;
	bottom: 1%;
	left: 20%;
	font-family: "Arial", sans-serif;
	line-height: normal;
	background-color: #ffffff;
	color: #000000;
	font-variant: normal;
	font-size: medium;
	text-align: justify;
}
