body, p, div, span {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 10pt;
	color: #000;
	font-weight: normal;
	background: #fff;
}
blockquote {
	font-weight: normal;
}
pre {
	padding-left: 10pt;
	font-size: 10pt;
	font-family: Courier;
}
th {
	font-size: 9pt;
	font-weight: bold;
	padding: 3pt;
	text-align: left;
}
td {
	font-weight: normal;
	padding: 3pt;
}
h1,h2,h3,h4,h5 {
	font-weight: bold;
	color: #2A48A0;
}
h2 {
	text-align: center;
}
ol {
	font-weight: normal;
	font-size: 10pt;
}
ul {
	font-weight: normal;
	font-size: 10pt;
}
li {
  padding: 2pt;
}
input {
	font-size: 8pt;
}
select {
	font-size: 8pt;
}
textarea {
	font-weight: normal;
}
hr {
	color: #FFD700;
	height: 1;
	width: 100%;
	text-align: left;
}
a:active, a:link, a:visited {
	color: #00f;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #f00;
	font-weight: bold;
	text-decoration: underline;
}
/* This style formats error messages generated by EditMe. */
.error {
	font-weight: bold;
	color: red;
}
/* This style formats the site menu generated by EditMe. */
.menu{
	/* font-size: 10pt; */
	color: #696969;
	text-decoration: underline;
}
/* This style formats the site menu text generated by EditMe. */
.menutext{
	font-size: 8pt;
	color: #696969;
	/* padding: 0; */
}
/* This style formats the tool div */
.menubox {
	border-left: 1pt solid gray;
	padding-left: 4pt;
}
/* This style formats the comment user name and date header. */
.commenthead {
	font-weight:bold;
	margin: 0pt 10pt 5pt 0pt;
}
/* This style formats the box surrounding comments. */
.commentbox {
/*	background-color: #E3E3E2; */
	padding: 2pt; 
	margin: 0pt 10pt 15pt 0pt;
}
.commentbox p {
	background-color: #E3E3E2; 
	margin: 0pt 0pt 6pt 0pt;
}

/* These styles are used for hiding and showing the tools menu */
.toolsContainer-off {
	display: none;
        width: 0;
}
.toolsContainer {
	display: block;
}
.toolsbutton-off {
	display: none;
}
.toolsbutton {
	display: inline;
	font-size: 8pt;
	float: right;
	padding-left:5px;
	padding-bottom:5px;
}
.toolsbutton-float {
	display: inline;
	font-size: 8pt;
	float: right;
}

/* Tree navigation formatting */
div.orgtree {
  margin: 0px 1em 0px -1em;
}
div.orgtree span ul {
  list-style: none;
  padding: 0px 0px 0px 1em;
  margin: 0px 0px 0px 0px;
}
div.orgtree span ul li {
  padding: 0px 0px 6px 0px;
  line-height: 1.2em;
  margin: 0px 0px 3px 0px;
}
div.orgtree span ul li ul {
  padding: 6px 0px 0px 1em;
}
div.orgtree span ul li.orgtree_li_exp {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
div.orgtree span ul li.orgtree_li_exp, div.orgtree span ul li.orgtree_li_sel {
  list-style: none;
  font-weight:bold;
}
div.orgtree span ul li.orgtree_li {
  list-style: none;
  font-weight:normal;
}

/* Extra styles for Blog module from http://wiki.editme.com/NewCSSforBlogModule */
/* List formatting for _ListNav, _ListRecent and _MonthNav output */
div.orglist {
  margin: 0px 1em 0px -1em;
}
div.orglist span ul {
  list-style: none;
  padding: 0px 0px 0px 1em;
  margin: 0px 0px 0px 0px;
}
div.orglist span ul li {
  padding: 0px 0px 6px 0px;
  margin: 0px 0px 3px 0px;
  line-height: 1.2em;
  list-style: none;
}
div.list span ul li.orgnav_li_sel {
  font-weight:bold;
  list-style: none;
}
div.orghead {
  margin-left: 1em;
  margin-bottom: .25em;
  font-weight: bold;
  
}
p.list_footer_links {
  font-size:.85em;
  padding-bottom:12px;
}

