body {  
background: white; 
color: #606060; 
font-size: 70%; 
font-family: Verdana, Helvetica, sans-serif; 
}
p {
line-height: 1.3;
}
td {
vertical-align: top;
}
h1 {
font-size: 150%;
font-weight: normal;
padding-bottom: 0;
margin-bottom: 0.1em;
}
li {
padding-bottom: 0.5em;
}
.UserMessage {
clear: both;
margin: 1em;
border: thin solid black;
padding: 1em;
background-color: #ff0;
}
#MenuColumn {
z-index: 1;
/* 
left: 10px;
top: 60px;
position: absolute;
*/
background: #f0f0f0;
width: 77px;
}
/* IE 5/6 doesn't know about this, so will use above 'position: absolute' instead */
/*
body>div#MenuColumn {
position: fixed;
}
*/

#MenuColumn ul
{
margin: 1px; /* stops Firefox menu jumping */
padding-left: 1px; /* stops Firefox menu jumping */
list-style-type: none;
}

#MenuColumn li {
padding-bottom: 4px;
}
#MenuColumn a
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: 200;
text-align: right;
display: block;
padding-right: 3px;
width: 65px;
margin: 3px;
}

#MenuColumn a:link, #MenuColumn a:visited, #MenuColumn a:active
{
color: #999999;
background-color: #ffffff;
text-decoration: none;
}

#MenuColumn a.onpage:link, #MenuColumn a.onpage:visited
{
color: #ffffff;
background-color: #5797b5;
text-decoration: none;
}

#MenuColumn a:hover
{
color: #ffffff;
background-color: #5797b5;
text-decoration: none;
}


#MenuColumn li.spacer
{
padding-top: 12px;
}

#RightGalley {
z-index: 1;
background-color: #f0f0f0;
width: 200px;
padding-left: 1em;
text-align: center;
}

#MainContent {
left: 0;
top: 0;
position: absolute;
padding-top: 15px;
padding-right: 30px;
padding-bottom: 30px;
}

#MainTable {

}

#PageHeading {
text-align: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ff8080;
padding-bottom: 1em;
}
#BH {
font-size: 30pt;
color: white;
}
#slogan {
font-family: Palatino, 'Times New Roman', roman, serif;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: italic;
font-size: 10pt;
}
table {
border-collapse: collapse;
}

div.loginform {
float: left;
padding-right: 0.5em;
}

table.littletable td {
padding-right: 1em;
}

div.BoxedItem {
margin: 0.5em 0;
border: thin solid black;
padding: 1em;
}

.StoryTimestamp {
font-style: italic;
padding-top: 0;
margin-top: 0;
}
td.FormColLeft {
text-align: right;
}
td.LeftCol {
padding-right: 1em;
text-align: right;
}
div.GroupDescr {
border: thin solid black;
padding: 1em;
}
div.GroupNews {

}
a.NoDecoration {
text-decoration: none;
}
div.GroupBox {
border: thin solid black;
padding: 1em;
margin-bottom: 0.5em;
}
h2 {
padding-top: 0;
margin: 0;
}
h3 {
padding-top: 0;
margin: 0;
}

div.ModuleEventsList {
border: thin solid black;
}
td.EventDate {
padding-left: 0.5em;
}
td.EventTime {
width: 7em;
padding-left: 1.0em;
}
.EventName {
font-size: 115%;
font-weight: bold;
}
.EventLocation {
font-style: italic;
}
table.CalendarGrid tr {
height: 5em;
}
table.CalendarGrid th {
width: 10em;
}
table.CalendarGrid td {
padding-left: 0.5em;
}
table.CalendarGrid p {
margin: 0;
padding: 0;
padding-left: 1em;
text-indent: -1em;
}
table.CalendarGrid a {
text-decoration: none;
color: black;
}
table.CalendarGrid a:hover {
color: blue;
}
table.CalendarGrid .MonthDay {
color: red;
font-weight: bold;
}
table.CalendarGrid .MonthDay:hover {
font-size: 150%;
color: blue;
}
.caption {
font-family: arial,helvetica,sans-serif;
font-size: smaller;
}

table#MessageList th {
padding: 0.5em 1em;
text-align: left;
}
table#MessageList td {
padding: 0.5em 1em;
}
table.MessageThreadTable {
max-width: 50em;
}
.MessageSubject {
font-size: 120%;
font-weight: bold;
}
.MessageText {
font-size: 120%;
font-weight: normal;
line-height: 150%;
}
ol 				{list-style: upper-roman; }
ol ol			{list-style: upper-alpha; }
ol ol ol		{list-style: decimal; }
ol ol ol ol		{list-style: lower-roman; }
ol ol ol ol ol	{list-style: lower-alpha; }
