body { 
	background-color:#ffffff;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:100px;
	border:0;
	margin-right:100px;
	text-align:left;
}


.logo {
	position:relative;
	top:0px;
	left:-40px;
	width:184px;
	align:left;
}



.slogan {
	font-size:16px;
	font-family:Arial;
	position:relative;
	top:15px;
	left:0px;
	font-style:normal;
	color:black;
	width:500px;
}

#progress {
	font: italic normal bold 12pt;
	color:#0000ff;
	text-align:left;
	width:200pt;
	position:absolute;
	top:110px;
	left:100px;
}

#goexit {
	position:absolute;
	top:135px;
	left:260px;
}

#goback {
	position:absolute;
	top:135px;
	left:425px;
}

#gonext {
	position:absolute;
	top:135px;
	left:580px;
}

#hdivider {
	width:500px;
	color:blue;
	position:absolute;
	top:120px;
	left:220px;
}

#hdivider2 {
	width:500px;
	color:blue;
	position:absolute;
	top:157px;
	left:220px;
}


.status {
	position:absolute;
	top:160px;
	left:20px;
	font-size:13px;
}

.status td {
	padding:3px;
}

.status .done {
	text-align:left;
	background-color:#ccccff;
	font-size:11px;
	color:#777777;
}

.done a {
	color:blue;
}

.status .current {
	text-align:left;
	background-color:#990000;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
}

.current a {
	color:#ffffff;
}

.status #statusleft {
	width:140px;
}

.status #statusright {
	width:15px;
}

.status .undone {
	text-align:left;
	background-color:#ffffff;
	font-size:11px;
}

.undone a {
	color:blue;
}

.main {
	position:absolute;
	top:185px;
	left:150px;
	margin-left:50px;
	margin-right:50px;
	width:600px;
}

.main a {
	color:blue;
}

.answers {
	font-size:13px;
}

.answers a {
	color:blue;
}

p, h1, li, h2, h3, .question {
	margin-left:20px;
	margin-right:20px;
}

.answers {
	margin-left:40px;
	margin-right:40px;
	font-size:13px;
	line-height:1.5;
}

p {
	line-height:1.3;
	font-size:13px; 
}

ul {
	line-height:1.3;
	font-size:13px;
	padding:0;
	position:relative;
	left:-20px;
}

li { 
	line-height:1.3;
	font-size:13px;
	padding:4px;
	position:relative;
	left:20px;
}

/* this is used for emphasis in the course module text */
em {
	font-style:normal;
	font-weight:bold;
}

.summary li {
	padding:5px;
	line-height:1.3;
}

h1.title /* module title */
{
	position:relative;
	top:0;
	left:0;
	font-size:19px;
	font-weight:bold;
	font-style:normal;
	font-variant:small-caps;
	text-align:center;
	// text-transform:uppercase
}


h1 /* module section */
{
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-align: left;
}

h2 /* module subsection */
{
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	font-variant: normal;
	text-align:left;
	text-decoration:underline;
}

h3
{
	font-style:normal;
	font-weight:bold;
	font-size:13px;
	font-variant:normal;
	text-align:left;
	text-decoration:none;
}

.tipr /* this is for tips placed on the right of the page */
{
	font-size: 8pt;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	float:right;
	width:120px;
	border:3px;
	border-style:solid;
	border-color:#000000;
	background-color:#ff0000;
	margin:10px 15px 10px 15px;
	padding:10px;
	color:#ffffff;
	text-align:center;
}

.tipl /* this is for tips placed on the left of the page */
{
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 8pt;
	float:left;
	width:20%;
	border:3px;
	border-style:solid;
	border-color:#000000;
	background-color:#ff0000;
	margin:10px 15px 10px 15px;
	padding:20px;
	color:#ffffff;
	text-align:center;
}

.note {
	width:500px;
	background-color:#cccc99;
	position:relative;
	left:50px;
	padding:20px;
	border:1px solid black;
	font-size: 11px;
	margin:10px;
	line-height:1.4;
}

.note .ntitle {
	font-weight:bold;
	font-size:12px;
	text-align:center;
}

.example {
	width:500px;
	background-color:#ccccff;
	position:relative;
	left:50px;
	padding:20px;
	border:1px solid black;
	font-size: 12px;
	margin:10px;
	line-height:1.4;

}

.example .etitle {
	font-weight:bold;
	font-size:12px;
	text-align:center;
}
table.goals {
	width:70%;
	margin:15px;
	position:relative; left:+50px;
	background-color:#ffff66;
	border:3px;
	border-style:solid;
	border-color:#000000;
}

table.goals .title
{
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 15px;
	text-align:left;
	text-decoration:underline;
	position:relative;left:20px;
	line-height:2.0;
}


table.goals .leadin
{
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	text-align:left;
	text-decoration:none;
	position:relative;left:20px;
}

table.goals li {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	padding:5px;
	line-height:1.3;
}

.error {
	color:red;
	font-weight:bold;
}


