<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
	font-family:Arial, Helvetica, sans-serif;
	text-align: center; /* IE hack for centering the container*/
	}
	
	#container {
	background-color: #FFFFFF;
	margin: 0 auto 0 auto;
	width: 750px;
}



#content {
	background-color: #ffffff;
	border-left: 0px solid #CCCCCC;
	color: #000000;
	margin-bottom: 8px;
	padding-left: 8px;
	float:right;
	width: 570px;
	text-align: left; 
}

#content p {
	font-size: 0.75em;
	padding-bottom:10px;
}

h1 {
	font-size: 1.5em;
	color:#663366;
	padding-bottom:10px;
}

h2 {
	font-size: 1em;
	color:#333;
	padding-bottom:10px;
}

#content a {
	color: Navy;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content p.a {
	color: Navy;
	text-decoration: none;
	font-size: 0.75em;
}

#content p.a:hover {
	text-decoration: underline;
	font-size: 0.75em;
}

#hymsFooter {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #AAAAAA;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
    color: #666666;
    margin: 10px;
    padding: 15px;
	font-size:10px;
}

#hymsFooterLeft {
	padding-top: 5px;
	padding-left: 15px;
	float: left;
	text-align:left;
	line-height: 16px;
	}
#hymsFooterRight {
	 float: right;
	 background-image: url(HYMS-logo.jpg);
	 background-repeat:no-repeat;
	 width:90px;
	 height:70px;
	 clear:right;
}

.clearer {
	clear: both;
	}


#hymsFooter a {
	color: #1C3F85;
    text-decoration: none;
}

.footer_Right
{
background-image: url(HYMS-logo.jpg);
background-repeat:no-repeat;
width:90px;
height:70px;
float:right;
clear:right;
padding: 4px 4px 4px 4px;
}

#header {
	height: 75px;
	width: 750px;
	background-color:#6699CC;
	margin-bottom:16px;
	background-image:url(header.jpg);
	background-repeat:no-repeat;

}
	
#logo { 
	background-image: url(elearnlogo.gif);
	background-repeat:no-repeat;
	width: 170px; 
	padding-bottom: 220px;
	float:left;
}

</pre></body></html>