﻿body
{
 background-color: #ffffff;
 background-image: none;
 color: black;

 font-family: Verdana, Arial, Helvetica, Sans-Serif;
 font-size: 0.8em;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;

 text-transform: none;
 text-decoration: none;

 list-style-position: outside;

 table-layout: auto;
 border-collapse: collapse;

 cursor: auto;
 list-style-type: circle;
}

#container
{
 width: 640px;
 margin-left: auto;
 margin-right: auto;
}

#logo
{
 background: url( "rubywillowinc.gif" ) 0 0 no-repeat;
 width: 289px;
 height: 100px;
 clear: both;
 display: block;
 float: none;
 position: static;
}

#menu
{
 vertical-align: top;
}

#menu a
{
 display: block;
 width: 143px;
 height: 19px;
 margin: 2px 4px 2px 4px;
 padding-top: 1px;
 background: url( "menuButton.gif" ) 0 0 no-repeat;
 text-decoration: none;
 color: White;
 text-align: center;
}

dt
{
 font-weight: bold;
}

#menu a:hover
{
 background-position: 0 -20px;
}

#menu a:active
{
 background-position: 0 -40px;
}

p
{
 margin: 0;
 padding: 4px;
}

p.headLine
{
 font-size: large;
 font-weight: bold;
}

.alignCT
{
 text-align: center;
}