body {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: Black;
   background-image: url(../images/bGround.jpg);
   background-repeat: no-repeat;
   margin-top: 14px;
   margin-left: 8px;
   scrollbar-base-color: #A29B93;
   scrollbar-track-color: #00000;
   scrollbar-face-color: #A29B93;
   scrollbar-highlight-color: #C6BDB2;
   scrollbar-3dlight-color: #C6BDB2;
   scrollbar-darkshadow-color: ##C6BDB2;
   scrollbar-shadow-color: #C6BDB2;
   scrollbar-arrow-color: #000000;
   background-color: #67713C;
}

h1 {
font-size: 20px;
color: #197B30;
margin: 0;
padding-left: 10px;
padding-top: 5px;
}

img {
     border: 0px;   
}

#wrapper {
  width: 800px; 
   display: block;
}

#content {
   width: 610px;
   height: 438px;
   background-image: url(../images/contentBground.gif);
   background-repeat: repeat-y;
   background-color: #C6BDB2;
   border-right: 2px solid Black;
   border-bottom: 2px solid Black;
   margin: 0px;
   padding-bottom: 10px;
   overflow: auto;
}

#content UL,li {
   margin-left: 15px;
   margin-top: 0px;
   padding-top: 0px;
   padding-left: 0px;
   list-style: square;
   display: inline-block;
   vertical-align: top;
}

#content p {
   margin: 0px;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 10px;
}

#content a {
   color: #197B30;	
   text-decoration: none;
}

#content a:hover {
   color: #197B30;	
   text-decoration: underline;
}

#nav {
   background-color: Black;
   line-height: 0px;
}

#right IMG {
   float:right;
   margin: 5px;
}

#footer {
   background-color: Black;
   width: 612px;
   color: White;
   text-align: center;
   margin: 0px;
   padding-top: 5px;
   padding-bottom: 2px;
   font-size: 11px;
}

#footer a{
   color: White;
   text-decoration: underline;
}

#footer a:hover {
   color: White;
   text-decoration: none;
}

#logo {
   float: left;
}

#printLogo {
	display: none;
}

table {
   margin: 10px;
   padding-left: 0px;
   padding-right: 10px;
   padding-top: 10px;
}

#scoreCard table {
   margin: 10px;
   padding-left: 0px;
   padding-right: 10px;
   padding-top: 10px;
}

#scoreCard th {
   background-color: #197B30;
   color: #ffffff;
   font-weight: bold;
   padding: 5px;
    border:1px solid Black;
}

#scoreCard td {
   background-color: #D5CCC0;
   color: #000000;
   text-align: center;
   padding: 5px;
    border: 1px solid Black;
}

#props {
   font-size: 10px;
   margin:0;
   padding-top: 5px;
}

#new {
  width: 175px;
  background-color: #ffffff;
  margin-right: 10px;
  float: right;
  padding-bottom: 5px;
  border: 2px solid Black;
}

#new ul {
   margin:0;
   padding-left: 20px;
   list-style: square;
}

#new a {
	font-size: 11px;
	padding: 3px;
	text-decoration: none;
   color: #000000;
}

#new a:hover {
	font-size: 11px;
	padding: 3px;
	text-decoration: underline;
   color: #000000;
}

#newTop {
   margin:0;
   padding: 3px;
   letter-spacing: 2px;
   font-weight: bold;
   background-color: #000000;
   color: #ffffff;
}

#subNav {
text-align: right;
margin-right: 5px;
}
