﻿body {
  background:#fff;
  margin:0px auto;
  padding:0px 20px;
  font:x-small "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
  text-align:left;
  color:#333;
  width:800px;
  font-size:smaller;
  border: solid 2px 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: .25em 0 0;
 padding: 20px 10px 15px 5px;
 font-size: 180%;
 font-weight: normal;
 line-height: 1.4em;
 color: #c60;
 border-bottom: 3px dotted Silver;}
  
h2 {
  margin:.25em 0 0;
  padding-top:8px;
  font-size:150%;
  font-weight:normal;
  //line-height:1.4em;
  color:#c60;
  //
  }
  
  #firstpara{
	
	padding-top:16px;
    border-top: 2px dotted silver;
}
  
  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:100%;
  }
  
  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;
		text-align: right;
		color:#c60;
	}
  
  #quoteBoxContents{

		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	

		background-color:#E2EBED;

		width:100%;

		margin:0px;

	}
	
	#quote{
	text-align:right;
	}


	#quoteBox{

		width:400px;

		margin:5px;

		float:right;

		height:auto;	

		border:2px #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;
	margin-top:10px;
	padding:3px;
	font-style: italic;
	//color:#579;
	
  }



