* {
	margin: 0px;
	padding: 0px;
}

HTML {
	height: 100%;
}

BODY {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 100%;
}

P {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

A:LINK, A:VISITED, A:ACTIVE {
	color: #000;
	text-decoration: underline;
}

A:HOVER {
	color: #000;
}

H1,
H2,
H3,
H4,
H5,
H6 {
	color: #0078c1;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

H1 {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -2px;
	margin-bottom: 25px;
}

UL {
	margin-left: 25px;
	margin-bottom: 10px;
}

li {
	margin-bottom: 10px;
}

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

#wrapper {
	width: 700px;
}


#header {
	display: none;
	background: #FFF url(/images/bg_logo_print.gif) no-repeat;
	height: 100px
}

#header * {
	display: none;
}

#new {
	display: none;
}

#home {
	background: #FFF;
	height: 1%;
	overflow: hidden;
	padding: 40px 0px;
}

#home P {
	margin-bottom: 15px;
}

#home P.intro {
	font-size: 1.2em;
}

#home .feature {
	display: none;
}

#home .homeleft {
	float: left;
	width: 420px;
}

#home .homeright {
	float: right;
	width: 275px;
}

#home .newcourse {
	background: #FFF;
	margin-top: 30px;
}

#home .newcourse .itemtop {
	background: #000;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	display: block;
	height: 1px;
	overflow: hidden;
	clear: both;
}

#home .newcourse .itemtop STRONG {
	height: 1px;
	display: block;
	overflow: hidden;
	clear: both;
}

#home .newcourse .item {
	padding: 10px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	clear: both;
}

#home .newcourse .item .block {
	padding: 20px;
}

#home .newcourse .item P {
	margin: 0px;
}

#home .newcourse .item H2 {
	float: left;
	font-size: 2em;
	margin-right: 20px;
}



#content {
	background: #FFF;
	padding-top: 40px;
}

#content P {
	margin-bottom: 15px;
}

#content UL {
	margin-bottom: 20px;
}

#content .pagetitle {
	clear: both;
	padding: 0px;
}

#content .pagetitle H1 {
	color: #0078c1;
	font-size: 30px !important;
	margin: 0px;
	padding: 0px;
}

#content .pagetitle H2 {
	color: #0078c1;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#content .submenu {
	display: none;
}


#content .pagecontent {
	margin-right: 40px;
	padding-top: 30px;
	padding-bottom: 40px;
}

#content .pagecontent H3 {
	color: #0078c1;
	font-size: 18px;
	margin-bottom: 10px;
}

#content .pagecontent .nopad {
	margin: 0px !important;
}

#content .pagecontent H4 {
	color: #000;
	font-size: 15px;
	margin-bottom: 10px;
}

#content .pagecontent .contacts {
	margin-bottom: 15px;
}

#content .pagecontent .contacts EM {
	float: left;
	font-style: normal;
	width: 60px;
}

#content .pagecontent .contacts P {
	clear: both;
	margin: 0px;
}

#content .pagecontent .downloads {
	border: 1px solid #000;
	background: #FFF;
	float: right;
	margin: 0px 0px 10px 20px;
	padding: 10px;
	width: 170px;
}

#content .pagecontent .downloads H6 {
	color: #000;
	font-size: 1.1em;
	margin: 0px 0px 20px 0px;
}

#content .pagecontent .downloads UL {
	margin: 0px 0px 0px 0px;
}

#content .pagecontent .downloads LI {
	background: url(/images/icon_pdf.gif) no-repeat;
	list-style: none;
	list-style-image: none;
	padding: 0px 0px 5px 20px;
	margin: 0px 0px 0px 0px;
}

#content .pagecontent .downloads A {
	font-size: 0.9em !important;
}

#content .pagecontent .imageblockleft {
	display: block;
	float: left;
	margin: 0px 10px 10px 0px;
}

#content .pagecontent .imageblockright {
	display: block;
	float: right;
	margin: 0px 0px 10px 10px;
}

#content .pagecontent .imageblockright IMG,
#content .pagecontent .imageblockleft IMG {
	background: #EEE;
	clear: both;
	margin: 0px 0px 3px 0px;
	* margin: 0px 0px 0px 0px;
	padding: 3px;
}

#content .pagecontent .imageblockright P,
#content .pagecontent .imageblockleft P {
	color: #000;
	font-size: 0.75em;
	clear: both;
}

#content .pagecontent .imageblockright P.quote,
#content .pagecontent .imageblockleft P.quote {
	color: #999;
	font-size: 1.4em;
	clear: both;
}

#content .printpage {
	display: none;
}





#footer {
	border-top: 1px solid #000;
	padding-top: 10px;
}

#footer P {
	font-size: 0.8em;
}

#footer .copyright {
	float: left;
	padding: 0px 0px 0px 0px;
	width: 400px;
}

#footer .siteby {
	display: none;
}