body
{
	background: white;
	font-size: 10pt;
	color: blue;
}
div#masquerade_warning
{
	background: white;
	width: 640px;
	left: 10%;
	position: absolute;
	border: thick double black;
	z-index: 99;
}
div#menu_div
{
	background: lightgray;
	width: 150px;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	overflow: auto;
	z-index: 0;
}
div#blogdiv
{
	background: white;
	color: #000088;
	font-size: 8pt;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 100px
}
.blogcell
{
	font-size: 8pt;
}
div#body_div
{
	top: 0px;
	left: 143px;
	background: white;
	color: black;
	min-width: 400px;
	height: 90%;
	width: 85%;
	border: thin solid black;
	overflow: auto;
	position: relative;
	bottom: 20px;
	z-index: 0;
	/*padding: 10px;*/
	font-size: 10pt;
}
table#body_table
{
	width: 100%;
	height: 95%;
	background: white;
	color: black;
	font-size: 10pt;
	border: 1px solid black;
}
td#body_cell
{
	overflow: auto;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	vertical-align: top;
	padding: 10px;
}
td#menu_cell
{
	background: lightgray;
	vertical-align: top;
	border-bottom: 1px solid black;
	padding: 10px;
	width: 150px;
}
td#time_bottom
{
	background: lightgray;
	color: black;
	height: 15px;
}
td.menu_item_cell a:link
{
	text-decoration: none;
}
td.menu_item_cell a:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: blue;
}
td.menu_item_cell span.section_heading
{
	font-weight: bold;
	text-decoration: none;
	color: blue;
	cursor:pointer;
}
ul.menu_list
{
	list-style-type: none;
}
ul.menu_list a:link a:visited
{
	text-decoration: none;
}
ul.menu_list a:hover
{
	text-decoration: underline;
	color: green;
	font-style: italic;
}
ul.menu_list a:active
{
	color: green;
	text-decoration: underline;
	font-weight: bold;
}
div#time_bottom
{
	background: lightgray;
	color: black;
	left: 150px;
	min-width: 400px;
	height: 20px;
	width: 85%;
	border: thin solid black;
	overflow: auto;
	bottom: 0px;
	position: relative;
	z-index: 0;
}
div#prev_next_top
{
	position: absolute;
	right: 5px;
	font-style: italic;
}
div#prev_next_bottom
{
	position: absolute;
	right: 5px;
	font-style: italic;
}
p
{
	text-indent: .5in;
}
p.important
{
	text-indent: 0in;
	background: lightblue;
	color: black;
	font-weight: bold;
	font-size: 12pt;
	border: thin solid black;
}
p.failure
{
	background: red;
	color: white;
	font-size: 12pt;
	border: thin solid black;
}
p.success
{
	background: white;
	color: green;
	font-size: 12pt;
	border: thin solid black;
}
th
{
	background: #000088;
	color: white;
	text-align: center;
	vertical-align: middle;
}
th a
{
	color: white;
	font-style: italic;
	text-decoration: underline;
}
th.list_header
{
	background: blue;
	color: white;
	text-align: center;
	font-size: 12pt;
	vertical-align: middle;
}
th.required_field
{
	color: white;
	background: red;
	text-align: center;
	font-size: 12pt;
	vertical-align: middle;
	font-style: italic;
}
tr.event_today
{
	font-size: 12pt;
	font-weight: bold;
	color: green;
}
tr
{
	font-size: 10pt;
}
tr.list_row_even
{
	background: lightblue;
	color: black;
}
tr.list_row_odd
{
	background: white;
	color: black;
}
.article_header
{
	background: #000088;
	color: white;
	font-size: 12pt;
	font-style: italic;
}
.article_title
{
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.article_body
{
	background: white;
	color: #000088;
	font-size: 12pt;
}

