﻿
h1 {
	font-family: arial, helvetica, sans-serif; font-weight: bold; text-align: center; font-size: 18pt;
}

h2 {	font-family: arial, helvetica, sans-serif; text-align: center; font-size: 14pt;

}

h3 {	font-family: arial, helvetica, sans-serif; text-align: center; font-size: 12pt;

}

h4 {	font-family: arial, helvetica, sans-serif; text-align: left; font-size: 12pt; margin: 0px 0px 0px 0px

}

td {
	font-family: arial, helvetica, sans-serif; font-size: 12pt;
}

th {
	font-family: arial, helvetica, sans-serif; font-weight: bold; font-size: 14pt;
}

body {
	margin: 20px 200px 10px 30px;
}

img {
	border: 0;
}

a:link {
	text-decoration: none;
	color: #659D32;
}

a:visited {
	text-decoration: none;
	color: #65909A;
}

a:hover {
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif; font-size: 12pt;
	
}

#paragraph {
	font-family: arial, helvetica, sans-serif;
	margin: 10px 0px 10px 0px;
	width: 300px;
	
}

.para1 {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12pt;
	text-align: left;
	text-indent: 15px;
	
}

#image {
	margin: 10px 50px 10px 200px;
	font-family: arial, helvetica, sans-serif; 
	font-size: 12pt;
	text-align: justify;
	
}

#flash {
	position: absolute;
 	top: 1150px;
	left: 150px;
 	width: 600px;
}

#buttons {
	position: absolute;
 	top: 60px;
	left: 340px;
 	width: 150px;
}

#nav {
  	float: left;
  	width: 180px;
}

#title {
  	position: absolute;
  	top: 32px;
  	left: 150px;
	width: 80px
}

#nav li {
  	padding-top: 0.1cm;
  	padding-bottom: 0.1cm;
}


#index {
  	margin: 20px 20px 20px 20px;
	float: left;
  	width: 300px;
}

#footer {
  	margin: 0px 0px 0px 300px;
	width: 300px;
}

.menu {
font-size: 10pt;
margin:10px 0 0px 15px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
  position: relative;
  /*z-index: 300;*/
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 250px;
}
/* style the list items */
.menu li {
  background:#fff8dc url(shade.gif);
  height:26px;
/* for IE7 */
  float:left;
}
.menu li.sub {
  background:#fff8dc url(sub.gif) no-repeat right center;
} 

/* style the links */
.menu a, .menu a:visited {
  display: block; 
  text-decoration: none;
  height: 25px;
  line-height: 25px;
  width: 249px;
  color: #000;
  text-indent: 5px;
  border: 1px solid #fff;
  border-width: 0 1px 1px 1px;
}

.menu li:hover {
  position: relative;
}

/* For accessibility of the top level menu when tabbing */
.menu a:active, .menu a:focus {
  color: #0; 
  background: #cc9999;
}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a {
  color: #0;
  background: #996666;
}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
  visibility: hidden;
  position: absolute;

  top: -15px;
/* set up the overlap (minus the overrun) */
  left: 205px;
/* set up the overrun area */
  padding: 15px;
/* this is for IE to make it interpret the overrrun padding */
  background: transparent url(transparent.gif);
}

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {
  visibility: visible;
  z-index: 510;
} 

.menu li:hover > ul li {
  background: #dfc1c1;
}


