/* ---------- Body ---------- */
body {
	margin: 0px;
	padding: 0px;
    background-color: white;
	font-family: Helvetica, Times, Times New Roman, Verdana, Arial, Times, serif;
	font-size: 0.9em;
}

table {
	padding: 0px;
}

td {
    padding: 0px;
    border:  0px solid green;
}

hr {
  padding: 0px;
  width: 98%;
  border: 0px;
  height: 2px;
  background-color: rgb(255,208,78);
}
hr.hr_for_header {
  padding: 0px;
  width: 100%;
  border: 0px;
  height: 1px;
  background-color: black;
}
hr.not_as_wide {
  width: 80%;
}
hr.not_as_wide_800 {
  width: 800px;
  background-color: red;
}
hr.not_as_wide_900 {
  width: 900px;
  background-color: blue;
}
hr.not_as_wide_1000 {
  width: 1000px;
  background-color: green;
}
img {
  border: 0px;
}
/* ---------- Header ---------- */

/* ---------- Nav ---------- */
#nav {
	/* width: 200px; */
	text-align: left;
	background-color: #FFFFFF;
	vertical-align: top;
}
#nav ul {
	list-style: none;
	margin-left: 1em;
	padding: 4px 10px 4px 10px;
}
#nav li {
	font-size: 1em;
	border-bottom: 1px solid rgb(253,189,21);
	margin-bottom: 0.3em;
}
#nav li a:link {
	text-decoration: none;
	color: black;
	background-color: transparent;
}
#nav li a:visited {
	text-decoration: none;
	color: rgb(0,0,0);
	background-color: transparent;
}

#nav li a:visited {
	text-decoration: none;
	color: rgb(0,0,0);
	background-color: transparent;
}

/* My Comment */
#nav li a:hover {
	color: rgb(253,189,21);
}

/* ---------- Content ---------- */
#content {
	color: #000000;
	text-align: left;
	background-color: #FFFFFF;
}
#content p {
	padding-left: 1.0em;
	font-size: 1em;
	line-height: 1.2em; 
}
#content .smaller {
	font-size: 1em;
}
.header_sub {
	color: rgb(253,189,21);
	font-weight: bold;
	font-size: 1.2em;
}

/* My Comment */
.header_sub2 {
	color: rgb(253,189,21);
	font-size: 1em;
}
.subject_hilite {
	color: rgb(253,189,21);
	font-size: 1em;
	text-align: left;
	font-weight: normal;
}
#content .intro {
	text-align: center;
	color: rgb(0,0,128);
	font-size: 1em;
	color: rgb(0,0,128);
	font-style: italic;
	font-weight: bold;
}
#content .board_members {
	font-weight: bold; 
}
#content ul {
	list-style: circle;
	margin-left: 4em;
	padding-left: 0;
}
#content li {
	font-size: 1em;
	margin-bottom: 0.3em;
}
#content .singlespace {
	line-height: 1.0em; 
}
#content .clear_left {
	clear: left; 
}
#content img {
	padding-left: 20px; 
	padding-right: 0px; 
}
#content a:link {
	text-decoration: underline;
	color: blue;
	background-color: transparent;
}

/* My Comment */
#content a:visited {
	text-decoration: none;
	color: rgb(0,0,128);
	background-color: transparent;
}
#content a:hover {
	color: rgb(0,0,128);
}

#footer {
	color: black;
	font-size: 0.8em;
	text-align: center;
	background-color: #FFFFFF;
}