<!--
body                   { background: #FFFFFF;
                         color: #000000;
                         font-family: comic sans }

a:link                 { color: #1B76C3 }
a:visited              { color: #643130 }
a:active               { color: #000000 }

td                     {	font-size: 13px;
	font-family: "Comic Sans MS";}

p                      {	font-size: 11px;
	font-family: "Comic Sans MS";}
	

h1                     {
	color: #022281;
	margin-bottom: 3px;
	font-size: 20px;
	font-weight: bold;
	font-family: "Comic Sans MS";
}

h2                     {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-family: "Comic Sans MS";
}
						 
h3                     {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	font-family: "Comic Sans MS";
}

h4                     { font-size: 10px;
                         font-weight: bold;
                         font-family: verdana, arial, helvetica, sans-serif }
						 
.bar                   {
	color: #E0D8CB;
	font-size: 12px;
	font-weight: bold;
	font-family: "Comic Sans MS";
}

.nav                   {
	font-size: 12px;
	font-weight: bold;
	font-family: "Comic Sans MS";
}
a.nav:link             { color: #1B76C3 }
a.nav:visited          { color: #1B76C3 }
a.nav:active           { color: #643130 }
a.nav:hover            { color: #643130 }

.copy                  {
	color: #000000;
	font-size: 12px;
	font-family: "Comic Sans MS";
}

#body                  { position: absolute;
                         left: 0px;
                         top: 0px }

#logo                  { position: absolute;
                         left: 10px;
                         top: 0px }

#bar                   { position: absolute;
                         left: 0px;
                         top: 150px }

#nav                   { position: absolute;
                         left: 0px;
                         top: 180px;
                         width: 235px }

#text                  { position: absolute;
                         left: 235px;
                         top: 175px;
                         width: 400px }
-->