h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 200%;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	color: #990066;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: 800;
	text-align: center;
	line-height: normal;
	color: #009966;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: 900;
	font-variant: small-caps;
	text-align: left;
	color: #009966;
	margin-top: 30px;
}
#navBar {
	float: left;
	width: auto;
	text-align: right;
	background-color: #990066;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	background-image: url(p/movaback.jpg);
	font-size: 80%;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #660066;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 0px;
}
#siteInfo {
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
}
/*********** #content styles ***********/

#content {
	text-align: justify;
	padding: 5px 5px 10px;
	float: left;
	width: 80%;
	font-family: "Times New Roman", Times, serif;
	color: #990066;
	text-indent: 30px;
	background-color: #FAF6DE;
	margin: 5px 5px 5px 0px;
}
#content a:link{
	color: #006633;
}
#content a:hover{
	color: #FF6600;
}
#content a:visited{
	color: #990066;
}

/*********** ***********/
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	margin-left: 50px;
	text-indent: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin-left: 20px;
	font-weight: normal;
	font-size: 110%;
	margin-top: 20px;
	margin-bottom: 0px;
}
p {
	font-family: "Times New Roman", Times, serif;
	margin-left: 50px;
	text-align: justify;
	text-indent: 0px;
	font-size: 90%;
}
ul {
	text-align: justify;
	text-indent: -20px;
	margin-right: 20px;
}
.linktext {
	color: #009933;
}
