body {
	font-family: "Times New Roman", Times, serif;
}
table {

	font-family: "Times New Roman", Times, serif;
}
td {


	font-family: "Times New Roman", Times, serif;
}
tr {



	font-family: "Times New Roman", Times, serif;
}
th {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;

}
img{
	border:0;
}
a:link {
	color: #990000;
	text-decoration: underline;

}
a:visited {
	color: #990000;
	text-decoration: underline;

}
a:hover {
	color: #FFCC33;
	text-decoration: none;

}
a:active {
	color: #990000;
	text-decoration: underline;
}
p {


	font-family: "Times New Roman", Times, serif;
}
br {



	font-family: "Times New Roman", Times, serif;
}
.heading {
	color:#990000;
	font-size:18px;
}
.leftNav {
	width:112px;
	height:337px;
	background-image:url(../images/left_nav_back.gif);
	background-repeat:no-repeat;
	background-color:#990000;
	padding:0px 0px 0px 5px;
}

#navlist li
{
	display: inline;
	line-height:24px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
}

#navlist
{
	/* width: 7em; */
	/* to display the list horizontaly */
	font-family: sans-serif;
	margin: 0 0 0 0;
	padding: 0;
}

#navlist a
{
	width: 99.99%;
	/* extend the sensible area to the maximum with IE5 */
	display: block;
	text-align: left;
	text-decoration: none;
	color: #FFFFFF;
}

#navlist a:hover { 
	color:#FFFF99;
}

.externalLogo {
	border:1px solid #EFEFEF;
	margin:5px;
}
audio{
	width:255px;
}


/* Training page - list */
#trainlist{
	margin: 0 auto 30px auto;
	width:531px;
	display:block;
	clear:both;
}
#trainlist ul
{
list-style-type: none;
padding: 0px;
margin: 0px;
}
#trainlist ul li
{
background-image: url(../images/bullet.gif);
background-repeat: no-repeat;
background-position: 0px 5px; 
padding:5px 0 10px 20px; 
}
.left{
	float:left;
	width:260px;
	margin-bottom:10px;
}
.long {
	margin-bottom:80px;
}