html, body
{ 
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
}

#container
{
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 770px;
	empty-cells: show;
	border: 1px solid #000000;
}

#top
{
	position: relative;
	padding: 0;
	height: 138px;
	background: url("source.images/header.jpg");
	background-repeat: no-repeat;
	text-align: left;
}

#topnav
{
	text-align: center;
	display: block;
	position: absolute;
	top: 15px;
	left: 210px;
	width: 580px;
	font-weight: bold;
}

#topnav ul
{
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	color: #FFFFFF;
}

#topnav ul li 
{ 
	display: inline;
}

#topnav ul li a
{
	float: left;
	width: 55px;
	color: #FFFFFF;
	padding-right: 17px;
	text-decoration: none;
	font-weight: bold;
}

#topnav ul li a:hover
{
	color: #6A9FDB;
	font-weight: bold;
}

#title
{
	position: absolute;
	bottom: 2px;
	left: 215px;
	color: #666666;
	font-weight: 700;
	font-size: 25px;
}

#leftnav
{
	text-align: left;
	float: left;
	width: 196px;
	margin: 0;
}

#rightnav
{
	float: right;
	width: 205px;
	margin: 0;
}

#content
{
	text-align: left;
	margin-right: 20px;
	margin-left: 205px;
}

#footer
{
	bottom: 0; /* stick to bottom */
	background: url("source.images/footer_b.jpg");
	background-repeat: no-repeat;
	height: 60px;
	margin-top: 20px;
	text-align: right;
}

h1
{
	font-family: Arial;
	font-size: 12px;
	color: #0b479d;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

h2
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-style: italic;
}

h3
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #6A9FDB;
	padding: 0px;
	margin: 0px;
}

h4
{
	font-family: Arial;
	font-size: 16px;
	color: #0b479d;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

h5
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

.smallfooterwhite
{
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	padding-right: 5px;
	margin: 0px;
}

.bulletlist li
{
	padding-top: 10px;
	font-family: Arial;
	font-size: 12px;
	color: #0b479d;
	font-weight: bold;
}

.boxlist li
{
	list-style: none;
	padding-top: 10px;
}

.boxlist li a
{
	list-style: none;
  background-image: url("source.images/bluebox.gif");
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-top: 10px;
  font-weight: bold;
	text-decoration: none;
	color: #0b479d;
  padding-left: 20px;
  margin-left: -1.5em;
}

.boxlist li a:hover
{
	list-style: none;
  background-image: url("source.images/ltbluebox.gif");
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-top: 10px;
  padding-left: 20px;
  margin-left: -1.5em;
  font-weight: bold;
	text-decoration: none;
	color: #6A9FDB;
}

div#divStayTopLeft a
{
  font-weight: bold;
	text-decoration: none;
	color: #0b479d;
}

div.logos
{
	margin-left: 35px;
}

div.logo
{
	float: left;
	text-align: center;
	width: 150px;
	height: 70px;
}

.spacer
{
	clear: both;
}

.pad
{
	margin-left: 5px;
}

.seminar
{
	width: 350px;
}

.seminar a
{
	font-weight: bold;
	color: #0b479d;
}

.blue
{
	font-weight: bold;
	color: #0b479d;
}

.videos
{
	text-align: center;
}

.videos img
{
	border: 1px solid #000000;
	margin-right: 10px;
}

.req
{
	color: red;
}

#survey
{
	color: #666666;
	font-weight: 700;
}

#survey h3
{
	text-align: center;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #6A9FDB;
}

#survey h1
{
	font-family: Arial;
	font-size: 14px;
	color: #0b479d;
	font-weight: bold;
}

.scoring
{
	text-align: right;
}

.qbank
{
	margin-top: 5px;
	border-bottom: 1px solid #6A9FDB;
	overflow: auto;
}

* html .qbank
{
	height: 100%;
}

.qbankcomm
{
	margin-top: 5px;
	overflow: auto;
}

* html .qbankcomm
{
	height: 100%;
}

.question
{
	float: left;
	text-align: left;
	width: 55%;
	padding-bottom: 5px;
}

.score
{
	float: right;
	text-align: left;
}

.score ul
{
	margin: 0;
	padding: 0;
}

.score ul li
{
	text-align: center;
	display: inline;
	list-style: none;
	float: left; 
}

.comments
{
	clear: both;
	text-align: center;
}

.comments textarea
{
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	width: 85%;
	height: 85px;
	border: 2px solid #6A9FDB;
	overflow: auto;
}

.btnsubmit 
{
  font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
  border: 2px solid;
  border-color: #6A9FDB;
  background-color: #ffffff;
}

.btnsubmithover
{
  font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
  border: 2px solid;
  border-color: #6A9FDB;
  background-color: #0b479d;
}