@charset "UTF-8";
/* CSS Document */

*{
	margin: 0;
}


#dhtmltooltip {
	position: absolute;
	width: 150px;
	border: 1px solid #003366;
	padding: 2px;
	visibility: hidden;
	z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	font: normal 60% Verdana, Arial, Helvetica, sans-serif;
	background: #99CCFF;
}

.headerArea {
	background-image: url(../assets/top.gif);
	clear: both;
	height: 135px;
	width: 827px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 0px;
}
.contentBox {
	background-image: url(../assets/middle.gif);
	clear: both;
	width: 827px;
	background-repeat: repeat-y;
	text-align: center;
	padding: 0px;
	color: #000000;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
.content_left {
	float: left;
	width: 400px;
	margin-left: 30px;
	font: normal 10px Verdana, Geneva, sans-serif;
	padding: 0px;
	text-align: left;
}
.content_right-photo {
	float: right;
	width: 350px;
	margin-right: 35px;
	text-align: left;
}
.contentBox .content_left h1 {
	font-size: 13px;
}
.FooterArea {
	background-image: url(../assets/footer.gif);
	clear: both;
	height: 80px;
	width: 827px;
	background-repeat: no-repeat;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
.buttonset {
	float: right;
	height: 23px;
	width: 370px;
	text-align: right;
	margin: 92px 40px 20px 417px;
}
.FooterArea-left {
	float: left;
	width: 300px;
	margin-top: 55px;
	margin-left: 40px;
}
.FooterArea-right {
	float: right;
	width: 300px;
	text-align: right;
	margin-top: 55px;
	margin-right: 60px;
}
.contentBox_paratext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 50%;
	font-style: normal;
	color: #033;
}

.content_right-textbox {
	float: right;
	width: 250px;
	padding: 5px;
	background: #B5CEFF;
	margin: 0px 60px 0px 0px;
	font-variant: normal;
	border-top: thin solid #006699;
	border-bottom: thin solid #006699;
	height: 320px;
	text-align: left;
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.contentBox .content_left h2 {
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
.contentBox .content_left h2 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
}
.content_right-instructors {
	float: right;
	width: 300px;
	margin-right: 60px;
	border-top: thin dotted #003366;
	border-right-color: #003366;
	border-left-color: #003366;
	border-bottom: thin dotted #003366;
}
.content_blog {
	float: left;
	width: 765px;
	font: normal 10px Verdana, Geneva, sans-serif;
	padding: 0px;
	margin-left: 30px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	clear: both;
}
