html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
	background-color: #333399;
	color: #000;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 0;
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	margin-top: 45;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

h1 {
	color: #723EAC;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
}

h2 {
	color: #562F84;
	font-size: 17px;
	font-weight: bold;
	line-height: 14px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
h3 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-align: left;
}

.journal-note {
	color: #666666;
	text-align: center;
}

a,  a:link {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

a:visited {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

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

a:focus {
  color: #000;
}

.highlight {
	font-weight: bold;
	color: #623594;
}
.quote {
	font-style: italic;
	color: #6E3CA6;
}



#outerWrapper {
	text-align: left;
	width: 780px;
	border: 2px solid #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-color: #CCCCCC;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #723EAC;
	float: left;
	width: 125px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-image: url(../images/Brenda.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 390px;
}

#outerWrapper #contentWrapper #content {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 155px;
	background-color: #cccccc;
	width: 568px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 30px;
}

#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
