/*test version of css - version 1.0 - ia february 2004 */

/* basic elements */
#logosmall{
	float:right;
	margin: -75px 0px 0px 20px; 
	padding: 0px 0px 0px 0px;
	color: #000000;
	background: transparent url() scroll;
/*	width: 225px; */
	}
	
#linkList {
      display: none;
}

	
#banner{
	text-align: left;
	font-size: 200%;
	margin: 0px 0px -35px 0px; 
	font-weight: bold;
	width: 100%;
	}

#banner h1{
	font-size: 110%;
	margin: 0px 0px 0px 0px; 
	width: 66%;
	}
	
#banner h2{
	font-size: 90%;
	margin: 0px 0px 0px 0px; 
	width: 66%;
	}

.leftpic{
      display: none;
}

.rightpic{
      display: none;
}

.furniturepic{
      display: none;
}

.iconpic{
      display: none;
}

#footer{
      display: none;
}

#frontcontent {
	display: none;
	}
	
#frontcontent h1 { 
	display: none;
	}
	
#frontcontent p { 
	display: none;
	}

#frontcontent a:link { 
	display: none;
	}

#frontcontent a:hover { 
	display: none;
	}
	
#frontcontent a:visited { 
	display: none;
	}

h1 { 
	font-size: 130%;
 	margin: 0px -5px 10px 0px; 
	padding: 10px 0px 10px 0px;	
	font-weight: bold;
	}

p { 
	font-size: 100%;
 	margin: 0px 5px 0px 0px; 
	padding: 0px 0px 0px 0px;	
	font-family: arial, sans-serif;
	font-style: normal;
	}

ul 
	{
	margin: 5px 10px 10px 0px; 
	padding: 10px 10px 10px 75px;	
	list-style-position: outside;
	}

#endorsement { 
	float: left;
	font-size: 100%;
	width: 50%;
	font-family: "comic sans ms", sans-serif;
	margin: 0px 20px 0px 0px;
	padding: 1px 1px 1px 1px;
	color: white; 
	font-weight: bold;
	font-style: normal;
	border-left: medium solid #000000;
	border-right: medium solid #000000;
	border-top: medium solid #000000;
	border-bottom: medium solid #000000;
	}
	
#endorsement h1 { 
	font-size: 90%;
	font-family: "comic sans ms", sans-serif;
	margin: 5px -5px 0px 0px;
	padding: 5px 5px 5px 5px;
	width: 90%;
	color: white; 
	font-weight: bold;
	font-style: normal;
	}

#endorsement p { 
	font-size: 80%;
	font-family: arial, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	color: white; 
	width: 90%;
	font-weight: normal;
	font-style: italic;
	}

#endorsement-right { 
	float: right;
	font-size: 100%;
	width: 25%;
	font-family: "comic sans ms", sans-serif;
	margin: 0px 20px 0px 0px;
	padding: 1px 1px 1px 1px;
	color: white; 
	font-weight: bold;
	font-style: normal;
	border-left: medium solid #000000;
	border-right: medium solid #000000;
	border-top: medium solid #000000;
	border-bottom: medium solid #000000;
	}
	
#endorsement-right h1 { 
	font-size: 90%;
	font-family: "comic sans ms", sans-serif;
	margin: 5px -5px 0px 0px;
	padding: 5px 5px 5px 5px;
	width: 90%;
	color: white; 
	font-weight: bold;
	font-style: normal;
	}

#endorsement-right p { 
	font-size: 80%;
	font-family: arial, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	color: white; 
	width: 90%;
	font-weight: normal;
	font-style: italic;
	}

table {
    background-color:#FFFFFF;
    border: solid #000 3px;
    width: 85%;

}

table td {
    padding: 5px;
    border: solid #000 1px;

}

.data {
    color: #000000;
    text-align: center;
    background-color: #ffffff;
    font-size: 75%;

}

.toprow {
    font-style: italic;
    text-align: center;
    background-color: #ffffff;
    font-size: 85%;
    color: #000000;

}

.leftcol {
    font-weight: normal;
    text-align: left;
    background-color: #ffffff;
    font-size: 75%;
    color: #000000;
}

