/* this stylesheet is in My Documents\08aug\styles05.css 
time was 15:44 on 08/06/2008
*/
body
{
background-color: rgb(206,220,233);
color: rgb(27,113,192);
font-family: Trebuchet MS, Verdana, sans-serif;
font-size: 1em
}

#content
{
font-size: 150%;
background-color: rgb(255,255,255);/*white*/
color: rgb(26,93,155);
border-left-width: 9px; border-right-width: 9px; border-top-width: 9px; border-bottom-width: 9px;
border-left-style: ridge; border-right-style: ridge; border-top-style: ridge; border-bottom-style: ridge;
padding: 32px 32px 32px 32px;
border-color: rgb(0,0,0); /*black*/
text-align: left;
}

#menu
{
background-color: rgb(29,34,40);
color: rgb(208,225,241);
font-family: Trebuchet MS, sans-serif;
font-style: normal;
border-color: rgb(26,93,155);
}

a.menuitem
{
font-size: 150%;
background-color: rgb(208,225,241);
color: rgb(26,93,155);
font-variant: small-caps;
text-transform: none;
font-weight: normal;
margin-left: 8px; margin-right: 8px; margin-top: 8px; margin-bottom: 8px;
border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px;
border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;
border-color: rgb(206,220,233);
text-align: left;
}

#logo, #logo a
{
font-size: 177%;
background-color: rgb(206,220,233);
color: rgb(27,113,192);
font-family: Trebuchet MS, Verdana, sans-serif;
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: normal;
font-weight: bold;

padding: 18px 18px 18px 18px;
border-color: rgb(255,255,255);
text-align: center;
}

#trail, #trail a
{
font-size: 92%;
background-color: rgb(255,255,255);
color: rgb(26,93,155);
font-style: normal;
font-variant: normal;
text-transform: none;
font-weight: normal;
border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px;
border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;
padding: 16px 16px 16px 16px;
border-color: rgb(208,225,241);
text-align: right;
}

#content a
{
color: rgb(29,34,40);
text-decoration: underline;
}

#content a:hover, #content a:active
{
background-color: rgb(29,34,40);
color: rgb(255,255,255);
}

h1, h2, h3, h4, h5, h6
{
font-family: Times New Roman, serif;
font-style: normal;
/*
font-variant: capitalize;
*/

text-transform: none;
font-weight: normal;
}

h1
{
font-size: 176%;
text-align: center;
}

h2
{
font-size: 127%;
text-align: left;

}

h3
{
font-size: 118%;
}

h4
{
font-size: 109%;
}

h5
{
font-size: 100%;
}

h6
{
font-size: 91%;
}

#menu a
{
text-decoration: none;
}

.menuitem:hover
{
background-color: rgb(26,93,155);
color: rgb(208,225,241);
}

#trail a
{
text-decoration: underline;
}

#logo a
{
text-decoration: none;
}

#trail a:hover
{
}

/* layout */
#menu		{width: 20%; position: relative; top: 0; left: 0; float: left; text-align: center;}
.menuitem		{width: auto;}
#content		{margin-left: 20%; width: auto}
.menuitem		{display: block;}


@media print
{
#menu       {display: none;}
#content    {padding: 0px;}
#content a  {text-decoration: underline;}
}

/*I added these items Saturday*/

.floatright0 {
float:right; 
margin-left: 1em;
}
.floatright1 {
float:right; 
padding-left: 1em; padding-bottom: 2em;
}

.floatleft0 {
float:left; 
}

.floatleft01 {
float:left; 
margin-right: 1em;
}

.floatleft02 {
float:left; 
background-color:white;
margin-right:5px;
}

.floatleft1 {
float:left; 
padding: 2em;
padding-right: 2em;
margin-right: 2em 
}

.aligntop
{
float: left;
margin-right : 1em;
}

.nowrap
{
clear:both;
}
