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

html {
		height: 100%;
		margin-bottom: 1px;
	}
body {
	margin: 0;
	padding: 10px 0;
	font: 15px/18px "Goudy Old Style", Garamond, "Times New Roman", Times, serif;
	color: #333;
	background: #FFF url(none);	
	}
div.content {
	width: 710px;
	margin: 0px auto;
	padding: 0;
	background: #99CBE2;
	position: relative;
	}
div.right {
  float: right;
	width: 200px;
	margin: 10px;
	font-size: 14px;
	line-height: 17.5px;
}
div.right > div, div.left > div {
	margin: 10px 0;
	padding: 8px;
	background-color: #FFF;
}
div.right div div, div.left div div {
	border: 1px solid #99CBE2;
	padding: 5px 10px;
}	
div.left {
	margin: 10px  230px 10px 10px;
}
div.left div.yellow {
	background-color: #F8F2DD;
}
.whiteBG {
	background-color: white
}
ul {
	margin: 0; 
	padding: 0;
}
li {
	margin: 0; 
	padding: 0;
}
p.left {
	margin: 8px 10px;
	color: #000;
	}
p.spacer {
	line-height: 10px;
	font-size: 10px;
	height: 10px;
	margin: 0; 
	padding: 0;
	}
	
.backButton {
	position: absolute;
	top: 10px;
	left: 20px;
	border: 0px solid #fff;
	}

a:link, a:visited { color: #0066AD; text-decoration: none;}
a:hover {color: #BC3500;}
.clear {
	clear: both;
}
h1 {
	text-align: center;
}
h2 {
	font-weight: normal;
	line-height: 26px;
	font-size: 24px;
	color: #7F643F;
	margin: 0;
	padding: 0;
	font-style: normal;
	}
h3 {
	font-weight: normal;
	font-size: 19px;
	padding: 0;
	margin: 2px 0;
}
div.banner {
	border: 0;
	text-align: center;
}
div.banner h1 {
	font-size: 56px;
	line-height: 80px;
	font-weight: normal;
	color: #704C2F;
	padding-top: 0px;
	margin-top: 0px;
}
div .banner h2 {
	font-size: 24px;
	line-height: 35px;
	margin-top: -40px;
	color: #FFF;
}
.whiteBG {
	background-color: white
}
p {
	margin: 8px 0;	
	}
p.spacer {
	line-height: 10px;
	}
.backButton {
	position: absolute;
	top: 10px;
	left: 20px;
	border: 0px solid #fff;
}
a:link, a:visited { color: #0066AD; text-decoration: none;}
a:hover {color: #BC3500;}
.clear {
	clear: both;
}
.brownText {
	color: #704C2F;
	font-style: italic;
}
.blueText {
	color: #006572;
	font-style: italic;
}
.clearBoth {
	clear: both;
	height: 0px;
	line-height: 0.0px;
	font: 0;
}
.alignCenter {
	text-align: center;
}
.smallText {
	font-size: 12px;
	font-style: italic;
}
.italic {
	font-style: italic;
}
.normal {
	font-style: normal;
	font-weight: normal;
}
