td {
	font-family: Times, "Times New Roman", serif;
}

th {
	font-family: Times, "Times New Roman",  serif;
}

body {font-family: Times, "Times New Roman",  serif;
	background-color: #F9F7EB;
}

td, th {font-family:  Times, "Times New Roman",  serif;
	color: #000000;
}

/* Link formatting */
a:visited {
    color:#660033;
	font-weight: 400;
	text-decoration: none;
}

a:link, a:hover {
	color: #CC0033;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Heading formatting */

h1 {
	font-family: Helvetica;
	font-size: x-large;
	font-weight: bold;
	color: #006666;
}

h2 {
	font-family: Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #006666;
}

h3 {
	font-family: Helvetica, sans-serif;
	color: #006666;
}

h4 {font-family: Times, "Times New Roman", serif;
	color: #006666;
}

h3, h4 {font-size: medium; font-weight:900;
}

h5 {font-family:Times, "Times New Roman",  serif;
	color: #000000;
	font-size: medium; 
	font-weight:700;
}

/* Section layout */
/* container coding pinched from FS css Aug 2010 and applied to TE pages 10.8.10 */
#container{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: left;
}

#title{
	background-color: #F9F7EB;
	float:right;
	width: 75%;
	margin: 0 0 0 20px;
	padding: 0 10px;
}

#header{
	margin: 0 10px 0 0;
	padding: 0px 10px 1px 10px;
}

#content{
	float: right;
	width: 75%;
	border-left: 1px solid #066;
	margin: 0 10px;
	padding: 0 10px 50px 20px;
}
/* background-color: #F3EAC3; previously */ 
#navBar{
	margin: 0 0 0 10px;
	padding-right: 10px;
}
