body {
  color: #333;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #FFEDA3;
}

div#navbar, div.spacer {
	margin-top: 7px;
	margin-bottom: 10px;
}

div.smallspacer {
	margin-top: 2px;
	margin-bottom: 2px;
}
div#navbar {
	color:#CFCECE;
	padding: 8px 0;
}

div#navbar ul {
	list-style: none;
	display: block;
	margin: 0 10px;
}

div#navbar ul li {
	float: left;
	margin: 0 1.5em;
}

div.topSection div {
	border: solid 10px #E6D48A;
	float:right;
}

div.rightSection div {
	border: solid 18px #E6D48A;
}

div.leftBox div {
	border: solid 10px #E6D48A;
	margin: 8px;
}

div.rightBox {
	float:right;
	margin: 8px;
	padding: 8px;
	display:block;
}

div.topSection div p {
	margin: 10px;
}

div.topSection p {
	margin-top: 0.5em;
}

img {
	vertical-align:text-top;
}

div#footer {
	background-color: #E6D48A;
}

div#footer div p{
	margin: 5px;
}

div#legal {
	clear:both;
	margin: 10px;
}

/************************ Typography ***************/

div#navbar ul li {
	font: bold 1em Arial;
}

p {
	font: .8em/1.4em Georgia;
	margin: .2em 0;
}

div#headlineText1 {
	font: 1.5em/1.05em Arial;
	font-weight:bold;
	text-align:left;
}

div#headlineText2 {
	font: 1.5em/1.95em Arial;
	font-weight:bold;
	text-align:left;
}

div#legal p {
	text-align:center;
	font: bold .7em Arial;
}

p#poem {
	text-align:left;
	font: bold .7em Arial italic;
	text-indent: 50px;
}

p#sig {
	text-align:left;
	font: bold .65em Arial;
	text-indent: 210px;
}

p#sig2 {

	text-align:left;
	font: .65em italic;
}

h1 {
	font: bold 1.5em Helvetica;
	margin: .2em 0;
	text-align: center;
}
a {
	color: #0000FF;
	text-decoration: none;
}
div#navbar a:link
{
color:#CFCECE;
}
div#navbar a:hover
{
color:#FFFFFF;
}

h2 { 
	font: bold 1.3em Helvetica;
	margin: .2em 0;
	text-align: center;
}

h3 { 
	font: bold .85em/1.45em Helvetica;
	font-weight:bold;
	margin: .3em 0;
	text-align: center;
}

.align-right { float:right; margin: 0 0 15px 15px; }
.align-left { float:left; margin: 0 15px 15px 0; }
.align-right-box { float:right; margin: 0 0 15px 15px; padding:1px; border:1px solid #000099; }
.align-left-box { float:left; margin: 0 15px 15px 0; padding:1px; border:1px solid #000099; }

div.hr {
  width: 80%;
  color: #999999;
  background-color: #999999;
  height: 4px;
  background: no-repeat scroll center;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}