body {
	margin: 0 0 1em 0;
	padding: 0;
	color: #320e4b;
	background-color: #c2bacf;
	line-height: 130%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
}

#wrapper-header {
	background: #67417a; 
}

#wrapper-button {
	padding-left: 20px;
}

#header {
	background: #ffffff url('../images/logo-revised-title.jpg') no-repeat;
	width: 75%;
	height: 155px;
	line-height: 125px;
	margin: 0 auto;
	border-left: 1px solid #744c8b;
	border-right: 1px solid #744c8b;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #004d85;
	font-size: 220%;
	padding-left: 10px;
	letter-spacing: -1px;
}

#wrapper-menu {
	background: url('../images/sdb-menu-background.gif') top left repeat-x;
	float: left;
	width: 100%;
}

#menu {
	width: 75%;
	margin: 0 auto;
	font-size: 95%;
	white-space: nowrap; 	/** stops half a menu link dropping to next line. Instead, the whole link will drop.    **/
							/** This only happens if you have a lot of menu links, and large text size              **/
	padding-right: 2px;		/** The menu far left, and far right borders are not quite lining up in non IE browsers **/
							/** for some reason. This makes it less noticable                                       **/
}

* html #menu { 				/** See above comment. This re-adjusts IE to the above padding **/
	padding-right: 0; 
} 

#menu ul {
	margin: 0;
	padding: 0;	/** was 0 0 1px 0 **/
	list-style: none;
	float: left;
	border-left: 1px solid #744c8b;
	border-right: 1px solid #744c8b;
	border-bottom: 1px solid #744c8b;
	width: 100%;
}

#menu li { 
	display: inline; 
}

#menu a:link, #menu a:visited {
	padding: 5px 7px 3px 7px; 	
	background: transparent;
	color: #eae7ee;
	text-decoration: none;
	float: left;
	border-right: 1px solid #744c8b;
}

#menu a:hover {
	background: #67417a url('../images/sdb-menu-hover.gif') repeat-x;
	color: #eae7ee;
}

#content {
	width: 73%; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	margin: 0 auto;
	padding: 3.5em 1% 20px 1%;
	border-left: 1px solid #744c8b;
	border-right: 1px solid #744c8b;
	background: white;
	font-size: 90%;
	text-align: left;
}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

h2 {
	color: #004d85;
	padding-bottom: 3px;
	border-bottom: 1px dotted #744c8b;
	font-size: 150%;
	letter-spacing: -1px;
}


a:link, a:visited {
	color: #004d85;
	text-decoration: underline;
}

a:hover {
	color: #2f82b6;
	text-decoration: underline;
}

p { 
	margin-left: 1em; 
}


/**************** images styles ****************/		

a img {
  border: none;
}

img.left, img.center, img.right {
  padding: 4px;
  border: 1px solid #a0a0a0;
}

img.left {
  float: left;
  margin: 0 22px 5px 0;
}

img.center {
  display: block;
  margin: 0 auto 5px auto;
}

img.right {
  float: right;
  margin: 0 0 5px 12px;
}

img.no-border-float-left {
	padding: 4px;
	float: left;
}

img.border-no-padding-float-right {
	padding: 0;
	margin: 0 0 5px 40px;
	border: 1px solid #a0a0a0;
	float: right;
}

.img-bordered {
	padding: 5px;
	border: 1px solid #333333;
}

.img-small {
	padding: 0;
	border: 1px dotted #665e8f;
	margin: 0 5px 5px 0;
	float: left;
}

.captioned-image-left {
	width: 20%;
	padding: 5px;
	border: 1px solid #666666;
	margin: 5px 15px 5px 5px;
	background: #CCCCCC;
	float: left;
}

.captioned-image-right {
	width: 20%;
	padding: 5px;
	border: 1px solid #666666;
	margin: 5px 5px 5px 15px;
	background: #CCCCCC;
	float: right;
}

/**************** end images styles ****************/		

#linklist {
	line-height: 200%;
}

#bulletlist {
	margin: 0 0 10px 0;
}

#read-story {
	padding: 0 10px 10px 10px;
}


#top-of-page {
	background: #ffffcc;
	color: #67417a;
	font-size: 90%;
	font-style: italic;
	margin: 0 0 0 30px;
}

#contact-box {
	width: 40%;
	background: #DCD8E4;
	padding: 10px;
	border: 1px solid #542c68;
	margin: 40px 10px 10px 25%;
}

#contact-us {
	color: #542c68;
	background-color: #e2d6e9;
	margin-top: 30px;
	padding: 5px 5px 5px 10px;
	border: 1px dotted;
	border-color: #666666;
}

#footer {
	margin: 0 auto;
	padding: 2px 1%;
	width: 73%;
	text-align: left;
	color: #eae7ee;
	letter-spacing: 0.15em;
	background: #b8a4c7 url('../images/purple-gradient.gif') top left repeat-x;
	border: 1px solid #744c8b;
	font-size: 80%;
}

#footer a {
	color: #eee7f2;
}

#footer a:hover {
	color: #eee7f2;
}

#transnat-footer {
	background: #b8a4c7 url('../images/sdb-menu-background.gif') top left repeat;
	float: left;
	width: 100%;
}


/** See http://www.webmasterworld.com/forum83/2473.htm **/

.photo-with-caption-left {
	background: none;
	float: left;
	width: 230px;		/** sized to work with photos 200px wide; other widths will cause caption to appear in wrong place **/
}

.photo-with-caption-right {
	background: none;
	float: right;
	width: 230px;
}

.photo-with-caption-left img,
.photo-with-caption-right img {
	display: block;
	/* border: 0; */
	/* margin: 0 auto; */
	padding: 4px;				/** sdb - copied from above **/
 	border: 1px solid #a0a0a0;	/** sdb - copied from above **/
}

.photo-with-caption-left span,
.photo-with-caption-right span {
	display: block;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}