body
{
	margin:0 auto;
	padding: 0;
	z-index:2;
}




div.type
{
	padding: 5px 10px 15px 20px;	
}



/* ------------ font styles ---------------- */


P,TD {
	font-family: verdana, Trebuchet MS1, arial, ;
	font-size: 11px;
	color: #7e7e7e;
}


h1 {
	font-size: 18pt;
	letter-spacing: -0.5px;
	padding:0;
	margin:0.6em 0;
	font-family: Geneva, Trebuchet MS1, Helvetica, sans-serif;
	color: #7fcbff;
}

h2 {
	font-size: 12pt;
	letter-spacing: -0.5px;
	font-family: Geneva, Trebuchet MS1, Helvetica, sans-serif;
	color: #f8981d;
}

h3 {
	font-size: 18pt;
	letter-spacing: -0.5px;
	padding:0;
	margin:-0.1em 0;
	font-family: Geneva, Trebuchet MS1, Helvetica, sans-serif;
	color: #adadad;
}


h4 {
	font-size: 16pt;
	letter-spacing: -0.5px;
	padding:0;
	margin:0.5em 0;
	font-family: Geneva, Trebuchet MS1, Helvetica, sans-serif;
	color: #f8981d;
}

h5 {
	font-size: 16pt;
	letter-spacing: -0.5px;
	padding:0;
	margin:0.5em 0;
	font-family: Geneva, Trebuchet MS1, Helvetica, sans-serif;
	color: #d83434;
}

h6 {
	font-size: 10pt;
	letter-spacing: -0.5px;
	font-family: Geneva, Trebuchet MS1, Helvetica, sans-serif;
	color: #0d96d4;
}





.orange {
	color: #f8981d;
}



.white {
	color: #ffffff;
}


.small {
	color: #5f5e5e;
}



A, A:visited {
	text-decoration: underline;
	color: #1a82c4;
}
A:hover {
	text-decoration: underline;
	color: #f8981d;
}

#courselist ul
{
	margin: 0;
	padding: 2;
	list-style: none;
}
#courselist li { 
	margin: 0.8em 0; 
	display:relative; 
	background-image: url("images/bullet.jpg");
	background-repeat: no-repeat;
	line-height: 1.2;
	padding: 0.4em 3em;
}

ul
{
	margin: 0;
	padding: 2;
	list-style: none;
}
li { 
	margin: 0.8em 0; 
	display:relative; 
	background-image: url("images/burst.jpg");
	background-repeat: no-repeat;
	line-height: 1.2;
	padding: 0.2em 2em;
}

hr {
	border: 0;
  width: 100%;
  color: #d8f5ff;
	background-color: #d8f5ff;
}



/* ------------ drop down (hidden paragraphs) ---------------- */


.hidden { display: none; }
.unhidden { display: block; }

.hidden { visibility: hidden; }
.unhidden { visibility: visible; }





/* ------------ bullets (download documents) ---------------- */

#doclist ul
{
	margin: 0;
	list-style: none;
	padding: 0px 0px 0px 10px;	
}
#doclist li { 
	display:table-cell; 
	float: left;
	height: 2em;
	line-height: 2em;
	background-image: url("images/doc.jpg");
	background-repeat: no-repeat;
	padding: 1em 3em;
}
div.doc
{
	background-position: right center;
	width: 607px;
	height: 72px;
	background: url("images/doctitle.jpg") no-repeat 0 0;	
}





/* ------------ forms ---------------- */

input[type=text], select, textarea
{
	font-size:10pt;
	color: #288aca;
	background: #ffffff;
	padding: 2.5px;
	border: 1px solid #d4d5d6;
}

radio, checkbox
{
	font-size:10pt;
	color: #288aca;
	background: #ffffff;
	padding: 2.5px;
	border: none;

}

div.formback
{
	position: relative;
	align: right;
	width: 530px;
	height: 41px;
	background: url("images/formbtnback.jpg") no-repeat 0 0;
	padding: 5px 0px 15px 0px;	
}

.formbutton 
{
	cursor:pointer;
	width: 147px;
	height: 29px;
	border: 0;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	font-family: sans-serif, arial;
	background:url(images/btnform.jpg) no-repeat 0 0;
}

.formbutton:hover 
{
	position: relative;
	background-position: 0 -29px;
}


/* table */

.tborder{


border-left-style: solid; 
border-left-color: #eaeaea; 
border-left-width: 1px; 


border-right-style: solid; 
border-right-color: #eaeaea; 
border-right-width: 1px; 

border-bottom-style: solid; 
border-bottom-color: #eaeaea; 
border-bottom-width: 1px; 

padding: 2px 2px 2px 2px;	
}
