.center {
	text-align: center;
}
.main {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

.title {font-family: "Times New Roman"; font-weight: bold; font-size: 24pt; font-style: italic; }

.subtitle {font-family: "Times New Roman"; font-weight: bold; font-size: 16pt; font-style: italic; }

.header {font-family: "Times New Roman"; font-weight: bold; font-size: 24pt; font-style: italic; color: #993366;
	text-align: center; }

a:link, a:visited {
	text-decoration: none; 
	color: blue;
}
	
a:hover { 
	text-decoration: underline; 
	color: red;
}

p {font-family: "Times New Roman"; font-weight: normal; font-size: 16pt; font-style: italic; }

.indent {font-family: "Times New Roman"; font-weight: normal; font-size: 16pt; font-style: italic; text-indent: 2em; }

.l_row {font-family: "Times New Roman"; font-weight: bold; font-size: 16pt; font-style: italic; 
	vertical-align: top; text-align: right; padding-bottom: 10px; padding-right: 1em; color: #993366;
 }
	
.r_row {font-family: "Times New Roman"; font-weight: normal; font-size: 16pt; font-style: italic; 
	vertical-align: top; text-align: left; padding-bottom: 16pt;}
	
.rr_row {font-family: "Times New Roman"; font-weight: normal; font-size: 16pt; font-style: italic; 
	vertical-align: top; text-align: left; }
	
#menu {
  margin:  0px;
  padding: 0px 0px 30px 0px;
  font-size: 15px;
  font-weight: bold;
  font-family: Arial;
  line-height: 22px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: 0px;
}

#menu ul li {
	margin: 0px;
	padding: 0px 2px 0px 0px;
	float: left;
}

#menu ul li a {
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #EDC487;
	width: 115px;
	color: #000000;
	display: block;
	text-decoration: none;
	border-top: 2px solid #904F0A;
	border-left: 2px solid #904F0A;
	border-bottom: 2px solid #904F0A;
	border-right: 2px solid #904F0A;
}

#menu ul li a:hover
{
	background: #EDDCC3;
	color: #000;
}
