body  {
	font-size: 1em;
	font-family: Georgia, 'Times New Roman', times, serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

h1 {
        padding-top: 4pt;
	font: small-caps bold 2.5em Georgia, 'Times New Roman', times, serif;
	color: #141;
	/* background: white url(background.gif) no-repeat 0px 0px; */
}

h2  {
	color:#999;
}

h3  {
	color:#555;
}

.image a {
	outline: none;
	color: #fff;
}



.page {
	position:	relative;
	top:	0px;
	left:	50px;
	width:	550px;
}

.slide {
	position:	relative;
	top:	0px;
	left:	50px;
}

#menuBar {
	display: block;
	margin-bottom: 5px;
	position: relative;
	top: 0px;
	left: 0px;
	padding-left: 50px;
	padding-top: 2px;
	padding-bottom: 5px;
	right: 0px;
	width: 99%;
	overflow: hidden;
	background-color: #335588;
	}

.menuHeader {
	color: #fff;
	font-size: 12px;
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	padding: 10px;
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
	display: inline;
	position: relative;
	background-color: #335588;
	border-right: 2px solid #002;
	border-left: 2px solid #002;
	}

.menuDrop {
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	top: 60px;
	left: 0;
	width: 225px;
	height: auto;
	margin: 0;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 5px;
	color: #393;
	font-size: 12px;
	font-family: arial, Helvetica, sans-serif;
	background-color: #EEE;
	background-repeat: repeat;
	border-style: solid;
	border-width: 0 2px 2px;
	border-color: #358
}

.menuDrop a {
	display: block;
	text-align: left;
	padding: 2px 15px;
	border-top: 1px solid #262;
	text-decoration: none
	}

.menuDrop a:link {
	color: #151;
	}

.menuDrop a:visited {
	color: #262;
	}

.menuDrop a:hover {
	color: #fff;
	background-color: #262;
	}

.menuDrop a:active {
	color: #fff;
	background-color: #262;
	}

.navigation {
	float:left;
}

.navigation a {
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	display: block;
	padding: 2px;
	width: 50px;
}

.navigation a:link {
	color: #262;
}

.navigation a:visited {
	color: #335588;
}

.navigation a:hover {
	background-color:#262;
	color: #fff;
}

.navigation a:active {
	background-color:#262;
	color: #fff;
}

