body	
	{
	background-image: url("images/bg.gif");
	margin-top: 15px;
	margin-bottom: 50px;
	font: 14px Georgia;
	overflow: auto;
	}


.container
	{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 600px;
	min-height: 690px;
	background-color: #FFFFFF;
	border: ridge 3px #990000;
	overflow: auto;
	}
/*for IE*/
/*\*/
* html .container
	{
	height: 720px;
	} /**/

.image
	{
	position: relative;
	padding: 0;
	}

.header
	{
	position: relative;
	width: 100%;
	top:  -45px;
	}
h2
	{
	text-align: right;
	margin: 0px;
	margin-right: 30px;
	top: 205px;
	}
h4
	{
	margin-bottom: 0px;
	}

hr	
	{
	color: #990000;
	background-color: #990000;
	width: 100%;
	height: 3px;
	}
.main
	{
	margin-top: -50px;
	margin-left: 165px;
	margin-right: 30px;
	margin-bottom: 10px;
	}
.caption
	{
	font-weight: bold;
	margin: 0px;
	text-align: center;
	}
.footer
	{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 600px;	
	margin-top: 0px;
	}
.footer p
	{
	white-space: pre;
	color: #cccccc;
	}
	
.sidemenu
  {
  position: absolute;
	width: 120px;
	left: 30px;
	top: 250px;
  
  }
.links
  {
		font: 12px Georgia;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	margin-top: 10px;
   	background-image: url("images/bg.gif");
   	width: 120px;
   	}

.links a 
	{
	display: block;
	text-align: center;
   	padding: 3px 3px;
	margin: 0 0 1px;
	border-width: 0;
   	text-decoration: none;
   	color: #ccc;
	border-top-style: solid;
	border-top-color: black;
	border-top-width: 1px;
    	overflow: hidden;
	}

.links a:hover 
	{
	color: #ccc;
	background-color: #990000;
	}

.topmenu
	{
	position: absolute;
	top: 18px;
	right: 2px;
	width: 300px;
	border-style: solid;
	border-width: 0px;
	border-color: black;
	border-left: ridge 3px #990000;
   	background-image: url("images/bg.gif");
	}

.topmenu a 
	{
	display: block;
	text-align: left;
	font-weight: bold;
   	color: #cccccc;
   	padding: 5px 5px 5px 10px;
	margin: 0 0 0px;
	border-width: 0;
   	text-decoration: none;
	border-top-style: solid;
	border-top-color: black;
	border-top-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 2px;
    	overflow: hidden;
	}

.topmenu a:hover 
	{
	color: black;
	}
.news
	{
		font: 12px;
	}
	.questions
	{
		font: 12px;
		font-weight: bold;
	}

thead
	{
		font: 14px Georgia;
		text-align: center;
		font-weight: bold;
	}
tbody.roster
	{
    font: 11px Georgia;
		text-align: center;
	}	
	/*
.signin
  {
    position: absolute;
    font: 11px Georgia;
    font-weight: bold;
    color: #ccc;
    width: 120px;
	  left: 30px;
	  top: 250px;
  	border-style: solid;
  	border-width: 1px;
	 border-color: black;
    background-image: url("images/bg.gif");
    */

.signin
  {
    font: 11px Georgia;
    font-weight: bold;
    width: 120px;
    color: #ccc;
    border-style: solid;
  	border-width: 1px;
	  border-color: black;
    background-image: url("images/bg.gif");
  }
  

#rememberme img:hover
{
border-style: solid;
  	border-width: 1px;
	  border-color: black;
}
#forgetme img:hover
{
border-style: solid;
  	border-width: 1px;
	  border-color: black;
}

.whitetable, .whitetable TD, .whitetable TH
{
background-color:white;
}
/*
.input
  {
    margin-left:10px;
  }
.button
  {
    margin-left:10px;
  }*/

