/* Copyright (c) 2008 Team Hybrid Racing and Developement */
/* Designed and coded by Crafty of jeffcraft.ca           */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

/* Link class displaying blue link 
then underlines when hovering */
a.blue:link {
  color: rgb(0, 0, 255);
	text-decoration:none;
}
a.blue:visited {
  color: rgb(0, 0, 255);
	text-decoration:none;
}
a.blue:active {
  color: rgb(0, 0, 255);
	text-decoration:none;
}
a.blue:hover {
  color: rgb(0, 0, 255);
	text-decoration:underline;
}

/* Link class displaying black link 
then puts a box around it when hovering */
a.menubar:link {
  color: rgb(0, 0, 0);
  font-size: 12px; 
  font-weight: bold; 
  font-style: normal;
  text-decoration:none;
}
a.menubar:visited {
  color: rgb(0, 0, 0);
  font-size: 12px; 
  font-weight: bold; 
  font-style: normal;
  text-decoration:none;
}
a.menubar:active {
  color: rgb(0, 0, 0);
  font-size: 12px; 
  font-weight: bold; 
  font-style: normal;
  text-decoration:none;
}
a.menubar:hover {
  color: rgb(0, 0, 0);
  font-size: 12px; 
  font-weight: bold; 
  font-style: normal;
  background-color: rgb(200, 200, 200);
  text-decoration:none;
}

/* Link class displaying black link 
then puts a box around it when hovering */
a.leftmenu:link {
  color: rgb(255, 255, 255);
  text-decoration:none;
}
a.leftmenu:visited {
  color: rgb(255, 255, 255);
  text-decoration:none;
}
a.leftmenu:active {
  color: rgb(255, 255, 255);
  text-decoration:none;
}
a.leftmenu:hover {
  color: rgb(255, 255, 255);
  text-decoration:underline;
}

/* Link class displaying grey link 
then underlines when hovering */
a.bottom:link {
  color: rgb(120, 120, 120);
  text-decoration:none;
}
a.bottom:visited {
  color: rgb(120, 120, 120);
  text-decoration:none;
}
a.bottom:active {
  color: rgb(120, 120, 120);
  text-decoration:none;
}
a.bottom:hover {
  color: rgb(200, 200, 200);
  text-decoration:underline;
}

#container {
   width: 1000px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#top {
   background-image: url(../images/01top.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 1000px;
	float: left;
}
#bannerleft {
   background-image: url(../images/02leftbanner.png);
   background-repeat: no-repeat;
   height: 82px;
   width: 375px;
   float: left;
}
#banner {
	height: 82px;
	width: 305px;
	float: left;
}
#bannerright {
   background-image: url(../images/04rightbanner.png);
	background-repeat: no-repeat;
	height: 82px;
	width: 320px;
	float: left;
}
#buttonleft {
   background-image: url(../images/05buttonleft.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 340px;
	float: left;
}
#buttonbar {
	background-image: url(../images/06buttonbar.jpg);
	background-repeat: no-repeat;
	padding-top: 1px;
	height: 23px;
	width: 500px;
	float: left;
}
#buttonright {
	background-image: url(../images/07buttonright.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 160px;
	float: left;
}
#midbar {
   background-image: url(../images/08mid.png);
   background-repeat: no-repeat;
   height: 14px;
   width: 1000px;
   float: left;
}
#space01 {
   width: 100px;
   float: left;
}
#mainleft {
   background-image: url(../images/09left.jpg);
   background-repeat: repeat-y;
   padding-left: 8px;
   color: rgb(255,255,255);
   width: 194px;
   float: left;
}
#main {
   background-color: rgb(255, 255, 255);
   padding-left: 5px;
   width: 589px;
   float: left;
}
#mainright {
   background-image: url(../images/10bright.jpg);
   background-repeat: repeat-y;
   width: 4px;
   float: left;
}
#space02 {
   width: 100px;
   float: left;
}
#space03 {
   width: 100px;
   height: 16px;
   float: left;
}
#bottomleft {
   background-image: url(../images/11leftbottom.png);
   background-repeat: no-repeat;
	height: 16px;
	width: 202px;
	float: left;
}
#bottom {
	background-image: url(../images/12mainbottom.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 598px;
	float: left;
}
#space04 {
	height: 16px;
	width: 100px;
	float: left;
}
#space05 {
   height: 24px;
   width: 100px;
   float: left;
}
#midbelow {
   height: 24px;
   width: 800px;
   float: left;
}
#space06 {
   height: 24px;
   width: 100px;
   float: left;
}

td.profilea{
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}
td.profileb{
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
}