body {
	font-family: Arial, Helvetica, sans-serif;
	width:990px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: white;
	font-size: 12px;
}

h1 {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	margin: 15px;
	margin-bottom: 3px;
	color: #FF9900;
}

h2 {
	font-size: 14px;
	color: #663300;
	margin-bottom: 10px;
	font-weight: bold;
}

a h2 {
	font-size: 14px;
	color: #855E36;
	margin-bottom: 10px;
	font-weight: bold;
	text-decoration: underline;
}

.content {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	font-size: 12px;
	color: #663300;
	line-height: 18px;

}

.content a img{
	border: none;
	text-decoration: none;
}

a {
	color: #FF9900;
	text-decoration: none;
}

a:hover {
	color: #aa7744;
	text-decoration: underline;
}


.leftnav {

}


a:current {
	font-weight: bold;
	text-decoration: underline;
}

.course {
	background: url('images/bigarrow.gif') left top no-repeat;
	margin-left: 0px;
	padding-left: 30px;
	padding-top: 10px;
	line-height: 20px;
}

.course a{
	font-size:15px;
	color: #FE9900;	
	text-decoration: none;
}

.course a:hover{
	text-decoration: underline;
}

.module {
	background: url('images/smallarrow.gif') left top no-repeat;
	margin: 5px;
	margin-left: 30px;
	line-height: 15px;
	padding: 0px;
	padding-left: 18px;
}

.module a{
	font-size: 12px;
	color: #663300;
	text-decoration: none;
}

.module a:hover{
	text-decoration: underline;
}

.chapter{
	background: none;
	background-repeat: no-repeat;
	margin: 5px;
	margin-left: 45px;
	padding: 0px;
	padding-left: 15px;
}

.chapter a{
	color: #aa7744;
	text-decoration:none;
}

.chapter a:hover{
	text-decoration: underline;
}


#footertext {
	margin-left: 270px;
	margin-top: 35px;
	font-size: 10px;
	color: #aa7744;
}

.table1 {
	margin: auto;
	}
	
a img { 
	border: none;
	text-decoration: none;
 }


.survey {
	font-family: Arial, Helvetica, sans-serif;
	
}

.survey td{
	border-bottom: 1px solid #ccc;
}


