body{
	color: black;
	background-color: white;
	margin: 0px;
}

p,td{
	font-family: verdana, sans-serif;
	line-height: 170%;
	text-align: justify;
}

li{
}

a{
	color: green; 
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
}


img{
	border-style: solid;
	border-width: 1px;
	border-color: black;
}


td,th{
	vertical-align: top;
}

th{
	background-color: silver;
}

.menuText{
	font-family: arial, sans-serif;
}

.pageArea{
	border-style: solid;
	color: black;
	border-width: 1px;
}

.pageTitle{
	font-family: arial, sans-serif;
	font-size: xx-large;
	font-variant: small-caps;
	width: 100%;
	border-style: none;
	background-color: green;
	color: white;
	text-align: left;
	font-weight: bold;
	line-height: 120%;
}

.pageContent{

	padding-top: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
	color: black;
	background-color: white;
	font-size: smaller;

}


.sidebar{
	margin-top: 20px;
	margin-left: 20px;
}

.sidebar a:link{
	color: white;
}


h1{
	font-family: arial, sans-serif;
	font-size: large;
	text-align: left;
	font-weight: bold;
}


h2{
	font-family: arial, sans-serif;
	font-size: large;
	font-weight: bold;
}
