

body {
  background:#ffffff;
  margin:0;
  padding:40px 20px;
  font: 1em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-align:left;
  color:#333;
  }
a:link {
  color:#684;
  text-decoration:none;
  }
a:visited {
  color:#996;
  text-decoration:none;
  }
a:hover {
  color:#c60;
  text-decoration:underline;
  }
a img {
  border-width:3px;
  }


/* Header
----------------------------------------------- */
#header {
  width:660px;
  margin:0 auto 10px;
  border:1px solid #ffc;
  }
#page-title {
	margin:5px 5px 0;
	padding:20px 20px .25em;
	border:1px solid #ee9;
	border-width:1px 1px 0;
     font:2em Georgia, "Times New Roman", Times, serif;
	line-height:1.2em;
	font-weight:normal;
	color:#874;
	text-transform:uppercase;
	letter-spacing:0.2em;
	text-align:center;
  }
#page-title a {
  color:#874;
  text-decoration:none;
  }
#page-title a:hover {
  color:#c60;
  }
#page-description {
  margin:0 5px 5px;
  padding:0 20px 20px;
  border:1px solid #ee9;
  border-width:0 1px 1px;
  max-width:700px;
  font:1em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#CCCC66;
  text-align:center;
  }


/* Content
----------------------------------------------- */
#content {
  width:660px;
  margin:0 auto;
  margin-top:0;
  margin-bottom:0;
  padding:0;
  text-align:left;
  }
  
#main {
  width:410px;
  margin-top:0;
  margin-bottom:0;
  float:left;

  }
#sidebar {
  width:220px;
  float:right;
  color:#863;
  }
  
#fullpage {
  width:660px;
  margin:0 auto;
  margin-top:0;
  margin-bottom:0;
  padding:0;
  text-align:left;
  color:#333
  }



/* Headings
----------------------------------------------- */
h2 {
  margin:1.5em 0 .75em;
  font:1em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#863;
  }


/* Content
----------------------------------------------- */
  
.content-title {
	margin:.25em 0 0;
	font:1.1em Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#CC6600;
	}

.content-subtitle {
     margin:1.5em 0 1.5em;
	font:.78em "Trebuchet MS", Arial, "Helvetica CE", sans-serif;
	letter-spacing: .1em;
  }

.content-body {
  margin:0 0;
  font: 1em Georgia, "Times New Roman", Times, serif;
  text-indent:2em;
  line-height:1.4em;
  color:#333333;
  padding-bottom:1em;
  border-bottom:1px dotted #993300;
  }

.content a {
  font-weight:bold;
  }
  
.content-title a, .content-title a:visited, .content-title strong {
  display:block;
  text-decoration:none;
  color:#CC9966;
  font-weight:normal;
  }
  
.content-title strong, .content-title a:hover {
  color:#333;
  }
  
.content div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
  
  p.content {
  margin-top:0;
  margin-bottom:0;
  }
  
.content-notes {
  color:#a85;
  font: .90em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-indent:0em;
  padding-bottom:1em;
  }
  
.content-link {
  margin-left:.6em;
  }
.content img {
  padding:4px;
  border:1px solid #ddd;
  }
.content blockquote {
  margin:1em 20px;
  }
.content blockquote p {
  margin:.75em 0;
  }
  

/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #993300;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#sidebar p {
  line-height:1.5em;
  }

  
/* Sidebar
----------------------------------------------- */
#sidebar-container {
  margin-top:1em;
  padding:1em 0em;
  border-top: 1px dotted #993300;
  }
  
img.sidebar-figure {
  display: block;
  float:right;
  border:1px solid #CCCC99;
  }
  
.sidebar-caption {
  text-align:center;
  font:.68em "Trebuchet MS", Trebuchet,Verdana,sans-serif;
  font-weight:bold;
  color:#774;
  margin:.25em 0em .25em;
  }

  .sidebar-title {
	display:inline;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:1.5em;
	color:#863;
	font:1em Georgia, "Times New Roman", Times, serif;
  }
  
.sidebar-description{
	margin:0;
	font-size: .85em;
	font-weight:bold;
	letter-spacing:.1em;
	color:#774;
	margin-bottom: .5em;
}

.sidebar-link {
	margin:0;
	letter-spacing:0.1em;
	text-transform:uppercase;
	font-weight:bold;
	font-size:.80em;
	color: #684;
  }
  
  .sidebar-to-top {
  text-align: right;
  color:#763;
  }
  
  .sidebar-margin{
   margin:.5em 0 .5em;
   border-bottom:1px dotted #993300;
   }

/* Footer
----------------------------------------------- */
#footer {
  width:660px;
  clear:both;
  margin:0 auto;
  text-align:center;
  padding-top: 1em;
  }
  
#footer hr {
  display:none;
  }

#footer p {
  padding-top:.5em;
  text-transform:uppercase;
  letter-spacing:.1em;
  text-align:center;
  font-size:.70em;
  font-weight:bold; 
  }
  
  /* Date
  ------------------------------------------------*/
  .footer-date {
	color:#774;
	font:.50em "Trebuchet MS", Trebuchet,Verdana,sans-serif;
	}
