body {
	margin-top: 0;
	font: 12px Verdana, Arial, helvetica, sans-serif;
	background-color: #339999;
	margin-left: 20px;
}

/* @group Design */

/* @group Layout Divs */

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


div.masthead {
		background-color: #663399;
	text-align: center;
	margin-right: 60px;
	width: 750px;

}


div.contents {
	background-color: #663399;
	color: black;
	padding-left: 55px;
	padding-right: 60px;
	width: 635px;
	margin-right: 60px;
	margin-bottom: -10px;
}

div.text {
	margin-right: -23px;
	margin-left: -20px;
	background-color: white;
	border-left: 4px solid #e38700;
	border-right: 4px solid #e38700;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: -10px;
	padding-top: 10px;
}

div.footer{
	text-transform: lowercase;
	text-align: center;
	margin-right: 60px;
	width: 580px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: white;
}

div.center {
	text-align: center;
}

div.contact {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: transparent;
}

/* @end */

/* @end */


/* @group Images */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 5px;
left: -500px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: -220px;
	bottom: 0px;
}

</style>



/* @end */


H1 {
	font-size: 18px;
	}

H2 {
	font-size: 14px;
	color: #333333;
	}

P {
	font-size: 11px;
	}
	
OL {
line-height: 130%
}

LI {
	font-size: 11px;
	margin-top: 3px
}

P.basemenu {
font-size: 11px;
text-align: center
}

P.menu {
font-size: 11px;
text-align: center;
	margin-top: -5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

P.copy {
	font-size: 10px;
	text-align: center;
}



.title {
	font-size: 14px;
	text-transform: uppercase;
	color: #663399;
	text-align: center;
	font-weight: bold;
}

H2.coursename {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #663399;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #E38700;
	padding-top: 15px;
}
P.book {
	text-transform: uppercase;
	text-align: center;
}

.highlight {
	font-size: 16pt;
}

.indent {
	padding-left: 20px;
}

.small {
	font-size: 9pt;
}

.workshop {
	font-size: 14px;
	font-weight: bold;
	color: #663399;
}
