﻿body {
	background-color: #FFFFCC;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	color: #000000;
	font-family: Verdana, Sans-Serif;
	font-size: .75em;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

.master 
{
    width: 70em;
    margin: auto;
    background-color: #fff;
    border: 1px solid black;
}
.header 
{
    color: White;
    background-color: Black;
    min-width: 600px; 
}
.footer 
{
    clear: both;
    background-color: White;
}
.menu_left
{
    background-color: black;
    color: Black;
    margin-top: 2px;
    /*margin-right: .5em;*/
    width: 12.5em;
    float: left;
    
}
.content
{
    background-color: White;
    color: Black;
    width: 42em;
    padding: .5em;
    margin-top: 2px;
    float: left;
    min-height: 300px;
}

.menu_right
{
    width: 12em;
    padding: .5em;
   
    background-color: white;
    color: black;
    
    margin-top: 2px;
    float: left;
    min-height: 300px;
}

a:link, A:visited, A:active {
	text-decoration: none;
	color: #B29919;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
	color: #3333cc;
}

a img 
{
    text-decoration: none;
    border: none;
}
.memberControl
{
    font-size: .8em;
    text-align: right;
}
.list-menu
{
    font-size: .8em;
    font-weight:bold;
}
.list-menu ul 
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.list-menu li
{
    margin: 0;
}
.list-menu a
{
    font-weight:normal;
    display: block;
    width: 98%;
    padding: 2px 2px 2px 2px;
    border: 1px outset black;
    text-decoration: none;
    background-color: #666666;
}
/*This defines Roll-over effects and colors*/
.list-menu a:link, .list-menu a:active, .list-menu a:visited 
{
    color: #FFFFFF;
}
.list-menu a:hover 
{
    border: 1px inset #666666;
    background: #D5C573;
    color: #000000; 
    text-decoration: none;
}
.membership_table
{
    border: 1px solid black;
    border-collapse:collapse;
}
.membership_table td
{
    border: 1px solid silver;
}
.membership_table .headline
{
    background-color: Maroon;
    color: White;
    font-weight: bold;
    padding: 5px;
}
.tblReg 
{
    border: 1px solid silver;
    width: 100%;
    font-size: .8em;
    border-collapse: collapse;
}
.tblReg td
{
    border: 1px solid silver;
}
.headline 
{
    background-color: #CCB955;
	font-weight: bold;
	font-size: 1.1em;
}
h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
}
h6
{
    font-size: xx-small;
}
h5
{
    font-size: small;
}
h4
{
    font-size: medium;
}
h3
{
    font-size: large;
}
h2
{
    font-size: x-large;
}
h1
{
    font-size: xx-large;
}

@media print {
  /* style sheet for print goes here */
  .master 
  {
    width: 100%;
  }
  .menu_left 
  {
    display: none;
  }
}