body {
    background-color: #ffffff;
};

#sealTop {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
};

#webTitle {
	position: absolute;
	top: -3px;
	left: 440px;
	z-index: 1;
	color: #FFFFCE;
	font-family: arial, helvetica, sans-serif;
	font-size: 28pt;
};

#mainbody {
	left: 20px;
	z-index: 1;
};

#links {
	position: absolute;
	top: 60px;
	left: 440px;
	z-index: 1; 
};

#footer {
	z-index: 1;
};

#pageTitle {
	position: absolute;
	top: 90px;
	left: 440px;
	z-index: 2;
	color: #cc6600;
	font-family: arial, helvetica, sans-serif;
	font-size: 18pt;
};

.smallorange {
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #cc6600;	
};

.smallorangelinks {
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: underline;
	color: #cc6600;	
};

.maintext {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
};

.maintextorange {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #cc6600;
};

.maintextlinks {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #cc6600;
	text-decoration: underline;
};

.misH1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	color: #cc6600;
	text-decoration: none;
};

.misH1links {
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	color: #cc6600;
	text-decoration: underline;
};

.misH2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 16pt;
	color: #cc6600;
	text-decoration: none;
	font-weight: bold;
};

.olRoman {
	list-style-type: upper-roman;
};

.olNumber {
	list-style-type: decimal;
};

.ulDisc {
    	list-style-type: disc;
};

.ulBlank {
	list-style-type: none;
};
