body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	text-align: center;
	font-style:normal;
	margin:0;
	padding:0;
} 
form {
	margin:0;
	padding:0;
}
A:link {
	color: #000000;
	text-decoration: none;
}
A:visited {
	color: #000000;
	text-decoration: none;
}
A:active {
	color: #000000;
	text-decoration: none;
}
A:hover {
	color: #000000;
	text-decoration: underline;
}	
h1 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
} 
#nav1 a {
	padding: .5em .9em;
	color: #000000;
	text-decoration: none;
}
#nav1 a:hover {
font-weight: bold;
}

/*##################################
	-START -Definitions for the Assessment test pages
###################################*/
#contentDiv {
	margin: 5px 5px;
	text-align:left;
	border: solid 1px #252;
	padding:10px;
}
#contentDiv p{
	margin: 2px 0;
	padding:0;
}
#contentDiv th {
	text-align:center;
}
.qDiv {
        text-align: left;
	font-size: 14px;
        padding: 8px;
        font-weight: bold;
}
.aDiv {
        text-align: left;
	font-size: 12px;
        font-weight: normal;
        text-decoration: none;
}
.pageResults {
	clear: both;
	width: 90%;
}
.pageResults ul, .pageResults p, h2 {
	clear: both;
	width: 98%;
}
.pageResults li {
	float: left;
	list-style-type: none;
	width: 30%;
	padding: 3px;
}
/*##################################
	-END -Definitions for the Assessment test pages
###################################*/