body {
  margin: 0;
  padding: 10px;
  /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  color:#000000;
}

a {
  text-decoration: underline;
  color:#996600;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color:#996600;
}

a:hover {
  color:#990000;
}

a:active {
  background:none;
  color:#990000;
}

a.mailto {
	text-decoration:underline;
}

img {
	border:none; // Remove border from linked images
}

.Content {
}

.PageTrail {
}

.ContactInfo {
  font-size: x-small;
}

.Author {
	font-size: small;
	text-transform: uppercase;
	color: #996600;
	}
	
	.Caption {
  font-size: x-small;
}

.Copyright{
  font-size: x-small;
}

.LongTitle {
  color: #996600;
  font-weight: bold;
  font-size: 13pt;
  text-transform: uppercase;
}

ul li {
  list-style-image:url(images/kuroda_badge.jpg);
}

.MainTitle a {
	text-decoration:none;
	text-transform: uppercase;
	color: #005555;
}
.MainTitle {
	text-transform: uppercase;
	color: #005555;
}

.MainTitle a:link {
	text-transform: uppercase;
	color: #005555;
}

.MainTitle a:visited {
	text-transform: uppercase;
	color: #005555;
}

.MainTitle a:hover {
	text-transform: uppercase;
	color: #005555;
	text-decoration: underline;
}

.MainTitle a:active {
	text-transform: uppercase;
	color: #005555;
    text-decoration: underline;
}

.MainSubTitle {
  color:#996600;
}

#sidebar1 a {
	color: #ffffff;
	font-size:small;
	font-weight:bold;
	text-decoration:none;
}

#sidebar1 a:hover {
	text-decoration:underline;
}

.Title {
	font-size: 16pt;
	font-weight: bolder;
	text-decoration:none;
}
.Subtitle {
	font-size: 14pt;
	font-weight: bolder;
	text-decoration:none;
}
.ToC {
	border-bottom:solid 2px #000000;
}

.ToC a {
	text-decoration:none;
}

blockquote {
	font-style:italic;
}

.PageTrail a {
	text-decoration:none;
}

.no_underline {
	text-decoration:none;
}

.Title a {
	text-decoration:none;
}

.header_img {
	border: 1px solid black;
}

.hanging_indent {
	margin-left:.25in;
	margin-bottom:0;
	margin-top:0;
	text-indent:-.25in;
}

.poem {
	margin-left:.5in;
	margin-bottom:0;
	margin-top:0;
	text-indent:-.25in;
	font-style:italic;
	font-size:smaller;
}

.poem_normal {
	margin-left:.5in;
	margin-bottom:0;
	margin-top:0;
	text-indent:-.25in;
	font-style:normal;
	font-size:smaller;
}

div.contents_entry {
	float:right;
	width:300px;
	border-bottom:2px solid black;
	padding: 7px 10px 5px 10px;
}

div.contents_entry_last {
	float:right;
	width:300px;
	padding: 7px 10px 5px 10px;
	margin-bottom:35px;
}

.twoColFixLtHdr #container { 
	width: 796px;
	background: #FFFFFF;
	background-image:url(images/background.gif);
	background-position:top;
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	margin: 18px 0 5px 226px;
	padding: 0 0 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
  	white-space : nowrap;
	margin: 0px 5px 5px 0px;
  	padding: 15px 10px 15px 20px;
	text-align:right;
	min-height:500px;
}
.twoColFixLtHdr #mainContent { 
	margin: 5px 5px 5px 225px;
	padding: 15px 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
	text-align:center;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.img_left {
	float:left;
	margin: 0px 15px 10px 0px;
	padding: 5px;
}

.img_right {
	float:right;
	margin: 0px 0px 10px 15px;
	padding: 5px;
}

div.gallerybar {
  color:#996600;
}
.question {
	font-weight: bold;
}
hr {
	width:90%;
	height:1;
	border:1;
	background-color:black;
	color:black;
}
