body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 76%;
}
body {
	background-color: #EAFCEB;
	margin: 0;
	padding: 0;
	background-image: url(../images/stripes.gif);
	background-repeat: repeat-y;
	background-position: center;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #8A3A26;
}
a:hover {
	text-decoration: underline;
}
a[target="_blank"], a[target="_blank"]:hover {
    background: url(/images/newwindowlink10x10orange.png) center right no-repeat;
    padding-right: 13px;
}
a.noicon, a.noicon:hover {
	background: none;
	padding-right: 0;
}
span.img a, span.img a:hover {
    background: none;
    padding-right: 0px;
}
.large {
	font-size: 1.2em;
}
.small {
	font-size: 0.8em;
}
.smaller {
	font-size: 0.7em;
}

#sitetitle {
	width: 501px;
	height: 147px;
	margin: 0;  /* If the banner is offset from sides */
	padding: 0;
	background:url(/images/SusanHeimHeader.jpg) no-repeat;
	cursor: pointer;
}

.imagereplace { font-size: .1em; letter-spacing : -1000em; }
/* Just for Opera, but hide from MacIE */
/*\*/html>body .imagereplace { letter-spacing : normal; text-indent : -999em; overflow : hidden;}
/* End of hack */

h1.imagereplace {
	margin: 0;
}

#box {
	background-color: #FFEEEC;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	border-left: 10px solid #BADBBC;
	border-right: 10px solid #BADBBC;
	font-size: 1em;
}

#leftside {
	float: left;
	width: 501px;
}
#sidebar {
	float: right;
	width: 299px;
	margin: 0;
	background:url(/images/SusanHeimPhoto.jpg) no-repeat;
}

#content {
	font-size: 1.4em;
	line-height: 1.6em;
	width: 450px;
	margin: 20px 0 0 30px;
	padding-bottom: 60px;
}

#sidebarPhoto {
	width: 299px;
	height: 303px;
}

#linksbox1, #linksbox2 {
	width: 285px;
	margin: 20px 14px 0px 0px;
	background:url(/images/topbox_bottom.gif) no-repeat bottom;
}
#linksbox2 {
	background:url(/images/bottombox_bottom.gif) no-repeat bottom;
	margin-bottom: 20px;
}
#linksbox1 div, #linksbox2 div {
	width: 285px;
	background:url(/images/topbox_top.gif) no-repeat;
}
#linksbox2 div {
	background:url(/images/bottombox_top.gif) no-repeat;
}
#linksbox1 ul, #linksbox2 ul {
	margin: 0 0 0 9px;
	padding: 15px 0 0 0;
	width: 255px;
	background: none;
	list-style: none;
}
#linksbox2 ul {
	padding: 15px 0 15px 0;
}
#linksbox1 li, #linksbox2 li {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: right;
	line-height: 1.2em;
	color: #703A00;
	margin: 5px 0px 5px 3px;
	padding-right: 0;
}
#linksbox1 li a, #linksbox2 li a {
	font-size: 1.6em;
	line-height: 1.3em;
	color: #000000;
}
#linksbox1 li a.active, #linksbox1 li a.active:visited, #linksbox1 lia.active:link, #linksbox2 li a.active, #linksbox2 li a.active:visited, #linksbox2 lia.active:link {
	color: #871417;
}

#linksbox1 p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-align: center;
	color: #703A00;
	margin: 15px 0px 15px 3px;
	padding-bottom: 15px;
}
#linksbox1 p a {
	color: #000000;
}
img {	border: none; }

#footer {
	font-size: .9em;
	clear: both;
	text-align: center;
	color: #3E7541;
	background-color: #BADBBC;
	padding: 20px 0;
	width: 820px;
	margin: 20px auto 20px auto;
}

h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-align: center;
	color: #8A1114;
	padding: 6px 20px 3px 6px;
	border-bottom: 1px solid #DBA86F;
}
#errorMessage {
	color: #990000;
	background-color: #FFCACA;
	border: 2px solid #990000;
	padding: 15px;
}
#errorMessage p {
	margin: 3px 0px 3px 0px;
}
#successMessage {
	color: #000048;
	background-color: #CECEFF;
	border: 2px solid #000048;
	padding: 15px;
}