body {
	font-family: Verdana, Arial, Helvetica, Geneva, Tahoma, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	}

h1 {font-size: 250%; font-weight: bold; text-transform:uppercase; line-height:3ex;}
h2 {font-size: 150%; font-weight: bold;}
h3 {font-size: 120%; font-weight: bold;}
h4 {font-size: 100%; font-weight: bold; text-transform: uppercase}
h5 {font-size: 100%; font-weight: bold; font-style: italic}

.none {border: none}
.sup {font-size: 50%; vertical-align: super}

a:link {text-decoration: underline; color: #0000FF}
a:visited {text-decoration: underline; color: #000080}
a:hover {text-decoration: none; color: #000080}
a:active {text-decoration: underline; color: #800000}

.heading {font-size: 300%; font-weight: bold; margin-top: 15px; margin-bottom: 5px}
.intro {font-weight: bold; text-align: left; font-size: 80%}
.norm {text-align: left; font-weight: normal; font-style: normal; font-size: 80%}

/* Please avoid using <b> and <i> where they are inappropriate.
 * They will validate, but their use is not really in the spirit of good semantic markup.
 * -MJS
 */
strong .strong {
	font-weight: bold;
	font-size: 80%;
	}

em .em cite {
	font-weight: normal;
	font-style: italic;
	font-size: 80%;
	}

q {
	font-style: italic;
	font-weight: inherit;
	}

q:before {
	content: open-quote;
	}
q:after {
	content: close-quote;
	}

blockquote {
	margin-left: 5%;
	margin-right: 5%;
	font-style: italic;
	font-size: 80%;
	}

blockquote:before {
	content: open-quote;
	}
blockquote:after {
	content: close-quote;
	}

.mainimg {float:left; vertical-align: top; text-align: left; width: 210px;}
.header {text-align: left; vertical-align: top; color: #0077DB; font-family: serif}
.navbar {float: left; vertical-align: top; text-align: left; width: 24%; font-size: 100%; margin-right: 1%}
.maintext {float: right; vertical-align: top; width: 75%}

table {width: 100%}

td {font-size: 80%; font-family: "Verdana,Arial,Helvetica,Geneva,Tahoma",sans-serif; vertical-align: top}

li {font-size: 80%; }

/*dl {font-size: 90%;}*/

dt {font-size:90%; 
	padding-top: 1ex;
	}
dd {font-size: 80%; padding-top:0.8ex}
/*dd+dd, dd {
	padding-top: 1em;
	}*/

