/* - - - - - layout stuff - - - - - */

body {
	background-image: url(../_images/bkgd_acorn.gif);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1.6em;
	background-color: #FFF;
	text-align: center;
	margin: 7px;
	padding: 0px;
}
#wrapper {
	background-color: #FFF;
	border: 4px double #999;
	width: 762px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
	text-align: left;
}
#head {
	margin: 0px;
	padding: 0px;
	width: 762px;
	height: 157px;
}
#left {
	margin: 0px;
	padding: 0px;
	width: 381px;
	float: left;
}
#leftTop {
	margin: 0px;
	padding: 0px;
	width: 381px;
	height: 141px;
}
#leftContent {
	margin: 0px;
	padding: 15px;
}
#right {
	margin: 0px;
	padding: 0px;
	width: 381px;
	float: right;
}
#rightTop {
	margin: 0px;
	padding: 0px;
	width: 381px;
	height: 141px;
}
#rightContent {
	margin: 0px;
	padding: 0px;
	width: 381px;
	float: right;
}
#rightContentLeft  {
	margin: 0px;
	width: 175px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 25px;
	font-size: .9em;
}
#footer {
	background-color: #FFF;
	font-family: "Trebuchet MS", Trebuchet, "Arial MT", Arial, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 20px;
	clear: both;
	line-height: 1.2em;
}
#footerLeft {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 350px;
	float: left;
}
#footerRight {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 350px;
	float: right;
}
#close {
	font-family: "Trebuchet MS", Trebuchet, "Arial MT", Arial, sans-serif;
	margin: 0px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: both;
}

/* - - - - - class stuff - - - - - */

.center {
	text-align: center;
}
.firstP {
	margin: 0px;
}
.largeLink {
	font-size: 1.5em;
}
.clear {
	clear: both;
}
.bolt {
	padding-right: 10px;
	padding-top: 6px;
}

/* - - - - - text and tag stuff - - - - - */

a, a:link {
	text-decoration: none;
	color: #0553AD;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #639;
}
h1 {
	font-size: 1.5em;
	line-height: 1.3em;
	font-weight: normal;
}
h2 {
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: normal;
}
address {
	font-style: normal;
}
.stripLink {
	text-decoration: none;
}
