@charset "utf-8";
/* CSS Document */

* {
  padding: 0px;
  margin: 0px;
  }

body {
	text-align: center;
	color: #000000;
	font: 400 normal 0.8em/normal Verdana, Arial, Arial;
	background: #FFFFFF;
	padding: 0 50px 0 10em;
  }

h3 { margin-bottom: 0.4em;
  }

p {
	line-height: 1.5em;
	text-indent: 2em
  }

sup, sub {
  line-height: 0px
  }

div.header {
	color: #ffffff;
	text-align: left;
	background-color: #666666;
	margin: 0 -50px 0 -10em;
	padding: 0.5em 50px 0.5em 10em;
  }


div.header h1 {
	font-size: 3.5em;
	margin: 0.5em 0px;
  }


div.header div {
	font-size: 1.8em;
	font-weight: 400;
	float: right;
	margin-top: 2em
  }
#container {
	width: 100%;
	float: left;
	border-right: 50px solid #666666;
	border-left: 10em solid #666666;
	text-align: left;
	margin-right: -50px;
	margin-left: -10em;
	display: inline;
}



div.content {
	float: left;
	width: 100%;
	margin-right: -100%;
  }


div.content div {
	position: relative;
	padding: 2em 3em 0em 2.5em;
	margin-bottom: 2em;
  }
div.content div.quote   
{
	padding: 0;
	margin: 0em 3em 0em 2.5em;
	border: 1px solid #000000;
}
div.content div.quote div          {
	color: #000000;
	float: left;
	padding: 2em 0em;
	width: 50%;
	position: static;
	margin: 0;
}
div.content div.quote div p              {
	font-size: 1em;
	line-height: 1.3em;
	padding: 0 2em;
}
a:link,a:visited    {
	text-decoration: none;
	color: #000000;
	font-weight: 400
  }
a:hover,a:active   {
	text-decoration: none;
	color: #FFFFFF
  }

div.footer {
	text-align: left;
	background-color: #666666;
	clear: both;
	margin: 0 -50px 0 -10em;
	padding: 2em 50px 2em 10em;
}
div.footer p {
	font-size: 0.8em;
	color: #CCCCCC;
	text-indent: 0px;
	text-align: left;
}
div.footer p a {
	font-weight: bold;
	padding: 0px;
	float: none;
	border: none;
	background: #666666;
	display: inline;
}

div.footer a {
	float: right;
	color: #CCCCCC;
	background: #000000;
	padding: 0.5em 0.75em;
	border: 1px solid #CCCCCC;
	display: block;
}
div.footer a:hover, div.footer a:active {
	color: #FFFFFF;
	border-color: #FFFFFF;
}


#lquote {
	border-right: 1px solid #000000;
	margin-left: -1px;
}
