body {
	background-color: white;
	margin-top: 90px;
	margin-bottom: 90px;
	margin-left: 243px;
	width: 400px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 170%;
	color: black;
	text-align: justify;
    font-style: italic;
}

h1 {
    padding: 15px;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	margin-left: -20px;
	font-size: 36px;
	letter-spacing: -2px;
	font-style: normal;
	background-color: black;
	color: white;
	padding: 5px;
	padding-bottom: 10px;
}

h1 span {
/*  color: rgb(188,1,1);*/
}

h2 {
    font-family: "helvetica neue", helvetica, arial, sans-serif;
	margin-left: -10px;
	font-size: 28px;
	letter-spacing: -2px;
	font-style: normal;
}

h2 span {
    font-style: normal;
    font-weight: normal;
    color: #666666;
}

.hr {
    border-bottom: 1px dotted silver;
    width: 300px;
}

#logo {
	position: fixed;
	bottom: 0px;
	left: 0px;
	background-image: url(images/logo.jpg);
	width: 522px;
	height: 37px;
	z-index: 3;
}

#menubar {
	position: fixed;
	left: 530px;
	bottom: 0px;
	height: 30px;
	width: 300px;
	white-space: nowrap;
	z-index: 3;
}

.menuLink {
	position: absolute;
	bottom: 0px;
	width: 35px;
	height: 25px;
	border-bottom: 8px solid rgb(188,1,1);
	cursor: hand;
	z-index: 3;
}

.menuLink a:link, .menuLink a:visited {
    position: absolute;
    top: 0px;
    left: 0px;
    width:35px;
    height: 25px;
    text-decoration: none;
}

.menuLink a:active {
    background-color: maroon;
}

#menudesc {
	position: fixed;
	bottom: 30px;
	width: 300px;
	left: 530px;
	font-family: "helvetica neue", arial, helvetica, sans-serif;
	font-size: 16px;
	color: black;
	letter-spacing: -1px;
	z-index: 3;
	font-style: normal;
}

#hiderTop {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 80px;
	background-color: #FFFFFF;
	z-index: 0;
}

#hiderBottom {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 75px;
	background-color: #FFFFFF;
	z-index: 0;
}
