/* EMT Style Sheet */A.nav{	color: 282B25;	font-family: Verdana, sans-serif;	font-size: 10pt;	text-decoration: none;	font-weight: bold;}A.nav:hover { color: white; }	A.footer{	color: black;	font-family:verdana, sans-serif;	font-size: 8pt;	text-decoration: none;}A.footer:hover {color: 46C8F3}a{	color: 922C2C; 	font-size: 12pt;	}a:hover { color: 72C0CC; }h1{	color: 30393B;	font-size: 20pt;	text-align: center;}h2{	color: blue;	font-size:15pt;	text-align: left;	text-indent: 10px;}p { 	margin-left: 10px;	margin-right: 10px;	font-size: 10pt;	font-family:verdana, sans-serif;	text-align: justify;}ul.disc {list-style-type: disc;margin-left: 2cm;}.north { background: url(images/n.gif) repeat-x top; }.east { background: url(images/e.gif) repeat-y right; }.south { background: url(images/s.gif) repeat-x bottom; }.west { background: url(images/w.gif) repeat-y left; }.ne { background: url(images/ne.gif) no-repeat top right; }.se { background: url(images/se.gif) no-repeat bottom right; }.sw { background: url(images/sw.gif) no-repeat bottom left; }.nw { background: url(images/nw.gif) no-repeat top left; }.nw{	padding: 30px;	background-color: #3C6;	margin: 1cm;} /* Controls padding.  Increase to make text further away from edges; decrease to bring closer.  *//* Box 1 - max width default */.octopus {	width: 100%;	clear: both;	text-align: justify;	}/* Box 2 - 30% width */.seahorse {	float: left;	width: 30%;	}/* Box 3 - 70% width */.swordfish {	float: left;	width: 70%;	}/* Box 4 - 100% width - Verbose, same as box #1 */.squid {	clear: both;	width: 100%;	}