body {
  background:#fff;
  margin:0;
  padding:0px 20px;
  font:x-small "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
  text-align:left;
  color:#333;
  font-size:smaller;
  border: solid 6px Silver;
  border-style: double
  }
a:link {
  color:#58a;
  text-decoration:none;
  }
a:visited {
  color:#969;
  text-decoration:none;
  }
a:hover {
  color:#c60;
  text-decoration:underline;
  }
a img {
  border-width:0;
  }
  
h1{
  margin:0 auto 0px;
  padding-bottom:18px;
  font-size:180%;
  line-height:1.2em;
  font-weight:bold;
  color:#113355;
  text-transform:uppercase;
  letter-spacing:.15em;
}
  
h2 {
  margin:.25em 0 0;
  padding-top:4px;
  font-size:150%;
  font-weight:normal;
  line-height:1.4em;
  color:#c60;
  border-bottom: 3px dotted #468;
  }
  
  h3 {
  margin:1.5em 0 .5em;
  font:85%/1.8em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  font-size:110%;
  text-transform:uppercase;
  letter-spacing:.2em;
  font-weight:strong;
  color:#579;
  }
  
  strong,b{
  font-weight:strong;
  }
  
  td {
  font:x-small "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
  color:#333;
  font-size:smaller;
  }
  
  pre {
  font-size:larger;
  }
  
  #header{
    font:"Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
    font-weight:bold;
		width:auto;
		margin:5px;
		height:auto;
		padding:3px;
		font-size:0.8em;
		background-color:Silver;
		text-align: center;
		color:#c60;
	}
  
  #quoteBoxContents{

		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	

		background-color:#E2EBED;

		width:100%;

		margin:0px;

	}

	#quoteBox{

		width:400px;

		margin:5px;

		float:right;

		height:auto;	

		border:3px dotted #468;

		padding:3px;

		font-size:1.0em;

		background-color:#E2EBED;

	}		

	#quoteBoxHeading{

		font-weight:bold;

		text-align:center;

		color:#317082;

		margin:0px;

	}

	#quoteBoxFooter{

		color:#317082;

		margin:0px;

		text-align:center;

		font-size:0.8em;

	}
	
	#sidebarText{

		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	

		background-color:#E2EBED;

		width:100%;

		margin:0px;

	}

	#sidebar{

		width:350px;

		margin:5px;

		float:right;

		height:auto;	

		border:1px dotted #468;

		padding:3px;

		font-size:1.0em;

		background-color:#E2EBED;

	}		


	#sidebarFooter{

		color:#317082;

		margin:0px;

		text-align:center;

		font-size:0.8em;

	}
	
	#topQuote {
	text-align: right;
	margin-left: 60px;
	padding:3px;
		
		font-style: italic
  }




