
h1	{
	display: none;
	}

h2	{
	font-size: 150%;
	margin:0;
	padding:0px;
	}

h3, p	{
	margin:0;
	padding:15px;
	}

h4	{
	margin:0;
	padding: 5px 0;
	text-align: center;
	}

/* Test CSS for Table markup*/
table.sample {
	margin: 0px;
	color: #000;
	font-size: small;
	background-color:#FFFFFF;
	border: solid #000 3px;
	width: 900px;
	}

table.sample td {
    padding: 5px;
    border: solid #000 1px;

	}

.data {
    color: #000000;
    text-align: left;
    background-color: #EEE;

	}

.toprow {
    font-style: italic;
    text-align: center;
    color: #000;
    background-color: #FFFFCC;
	}

.leftcol {
    font-weight: bold;
    text-align: left;
    width: 100px;
    color: #000;
    background-color: #EEE;
	}

.floatright {
 	float: right;
 	margin-top: 3px;
 	margin-left: 7px;
 	margin-right: 10px;
 	border-width: 1px;
 	}

.floatleft {
 	float: left;
 	margin-top: 0px;
 	margin-right: 7px;
 	border-width: 1px;
 	}

.floatbanner {
 	float: left;
 	margin-top: -15px;
 	margin-left: -15px;
 	margin-right: 0px;
 	border-width: 0px;
 	}

.clear	{
	clear: both;
 	}

img.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto
	}

p.purty {
	font-family: sans-serif;
	font-style: italic;
	font-variant: normal;
	font-weight: bold;
	font-size: medium;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
	}

p.purtysmall {
	font-family: sans-serif;
	font-style: italic;
	font-variant: normal;
	font-weight: bold;
	font-size: small;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	text-indent: 0ex;
	}


table	{
	xtable-layout: fixed;
	text-align: center;
	}


a:link,
active	{
	color: #009;
	background-color: transparent;
	text-decoration: none;
	border: 0px solid #000;
	padding-left: 3px;
	}

a:visited {
	color: #009;
	background-color: transparent;
	text-decoration: none;
	border: 0px solid #000;
	padding-left: 3px;
	}

a:hover {
	color: #600;
	background-color: #ff9;
	border: 0px solid #000;
	padding-left: 3px;
	}

#left-col {
 	float:left;
 	background:#dceeee;
 	color: #333333;
 	width:145px;
 	padding: 5px;
     	background-color:transparent;
 	}

#left-col a {
	border: 1px solid #009;
	display: block;
	width: 7.5em;
	padding-left: 3px;
	}

#left-col a:link,
#left-col a:visited {
	color: #000;
	border: 1px solid #009;
	background-color: #bef;
	text-decoration: none;
	padding-left: 3px;
	}

#left-col a:hover {
	border: 1px solid #009;
	background-color: #ff9;
	color: #000;
	padding-left: 3px;
	}

#left-col li {
	margin: 0 0 3px 0;
     	background-color:transparent;
	}

#left-col ul {
	list-style-type: none;
	font-family: sans-serif;
	font-style: italic;
	font-variant: normal;
	font-weight: bold;
	font-size: small;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;

	margin: .3em; /*removes indent IE and Opera*/
	padding: .3em; /*removes indent Mozilla and NN7*/
	}

#sponsors a:link,
#sponsors a:visited {
	color: #000;
	border: 0px solid #009;
	background-color: #bef;
	text-decoration: none;
	padding-left: 0px;
	}
