#sidebar {
	top: 5px;
	left: 1px;
	margin-left: 2px;
	margin-right: 2px;
	position: fixed;
}

#content {
	top: 5px;
	left: 75px;
	border-left: none;
	padding: 10px;
	position: absolute;
	float: left;
}

.menustyle a,
.menustyle a:link,
.menustyle a:visited,
.menustyle a:active
.menustyle a:hover {
	color: white;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #FFFF00;
}

.button {
	border: 1px solid black;
	margin: 2px;
	}

h1, h2, h3, h4, h5, h6 {
    position: relative;
	color: #003366;
	font-family: Palatino Linotype, Times, serif;
	}

h1 {
	font-size: 150%;
}

h2 {
	font-size: large;
}

.paragraph {
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	text-indent: 10px;
	}

.paragraph2 {
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	text-indent: 10px;
	}


.table {
	background-color: #FCFCD8;
	border-left: 2px solid #9C9E0E;
	border-right: 4px solid #545507;
	border-top: 2px solid #9C9E0E;
	border-bottom: 4px solid #545507;
	margin: 4px;
	overflow: hidden;
	padding: 2px;
	width: 100%;
	}

.table2 {
	background-image: url(../backgrounds/Letters.jpg);
	border-left: 2px solid #AFC5D9;
	border-right: 4px solid #34506A;
	border-top: 2px solid #AFC5D9;
	border-bottom: 4px solid #34506A;
	margin: 4px;
	overflow: hidden;
	padding: 2px;
	}

