/* ECA Style Sheet by Charlie Oakes */

/* Body Style */

body 	{font-family: verdana, arial, sans-serif;
		font-size: medium;
		background-color:#FFFFFF;
		color:#FFFF99;}
	

/* Title */

.title	{background-color:#FFFFFF;
  		margin: 0em;
  		padding: 0.5em;
  		border-color:#9966CC;
		border-width: 2px; 
		border-top-style: none;
		border-right-style: none;
		border-left-style: none;
		border-bottom-style: solid;
		font-size: xx-large;
		font-weight: bold;
		font-style: italic;
		color:#9966CC;
		}

/* Top navigation bar */

.topnav	{background-color:#FFCCFF;
		color:#666666;
	  	vertical-align: middle;
  		margin: 0em;
  		padding: 0.5em;
		border-color:#9966CC;
		border-width: 2px; 
		border-top-style: none;
		border-right-style: none;
		border-left-style: none;
		border-bottom-style: solid;
		text-align: right;
		font-size: x-small;
		font-weight: bold;
		}
		
/* Location */

.location {background-color:#CC99CC;
		color:#666666;
		vertical-align: middle;
		height: 20px;
  		margin: 0em;
  		padding: 0.5em;
  		border-color:#9966CC;
		border-style: none;		
		text-align: left;
		font-size: small;
		font-weight: bold;
		}

/* Side navigation */

ul.navbar li {
  background-color:#CC99CC;
  color: #ffffff;
  margin: 0.25em;
  padding: 0.25em;
  width: 125px;
  border: 2px outset #9966CC; }
ul.navbar a {
  text-decoration: none }
a:link {
  color: blue;
  background-color: inherit;}
a:visited {
  color: purple; 
  background-color: inherit;}
address {
  margin-top: 0.5em;
  padding-top:0.5em;
  border-top: thin dotted; }
  
/* Navigation float box */

.floatbox {color:#ffffff;
		width: 200px;
		float: right;
		background-color: #ffffff; /*white*/
		padding: 0.5em;
		}

/* Subheading */

.subhead {background-color:#FFFFFF;
		color:#666666;
		text-align: left;
		font-size: medium;
		font-weight: bold;
		}
		
		/* Location */

.subhead2 {background-color:#FFCCFF;
		vertical-align: left;
		width: 65%;
  		margin: 2em;
  		padding: 0.5em;
  		border-color: #9966CC; border-width: 2px; border-style: solid;
		text-align: left;
		font-weight: bold;
		}

/* Paragraph */

p 		{margin: 2em;
		text-align: left;
		width: 65%;
		}
		
/* Price and other important info */

.price {background-color:#FFFF99;
		color:#FF0000;
		text-align: center;
		font-size: small;
		font-weight: bold;
		}


		
.typeBtn
{
	font-size: 10px;
	line-height: 11px;
}		