@charset "utf-8";
/* CSS Document */

<style type="text/css">
<!--
* {padding:0; margin:0;}
div {
  margin: 0;
  padding: 0;
}
ul{
list-style-type:none;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #999999;
	background-image:url(images/layout/bodybkgndrepeat.png);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:30px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainTop{
height:182px;
background-image:url(images/layout/backgroundrepeat.png);
background-repeat:repeat-x;
margin-top:10px;
}
#mainTop #leftarea{
	padding-top:5px;
	padding-left:5px;
	float:left;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;	
	font-style:normal;
	width:720px;
}

#mainTop #leftarea #rtlogobox{
	padding-top:5px;
	padding-left:5px;
	color:#BBBBBB;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:700;
	width:750px;
}
#mainTop #leftarea #loginarea{
	float:right;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;	
	font-style:normal;
	margin-left:300px;
}
#mainTop #leftarea #rtprofessional{
	color:#BBBBBB;
	font-size:39px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
}
#mainTop #leftarea #trackRecordFlash{
	clear:both;
	height:33px;
	width:249px;
	padding-top:25px;
	padding-left:5px;
}
#mainTop  #headermainphoto{
	float:right;
	padding:3px 3px 0 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:100;
	text-align:center;
	color:#7C7C7C;	
	margin-top:32px;
	width:385px;
	height:217px;
	background-color:#FFFFFF;
	text-align:justify;
}
#mainTop  #headermainphoto a{
text-decoration:none;
color:#000066;
}
#mainTop  #headermainphoto a:hover{
text-decoration:none;
color:#000000;
}

#mainTop  #winningpost{
	position:relative;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background:transparent url(images/layout/winningpost.png) no-repeat;
	color:#CCCCCC;
	height:154px;
	width:68px;	
	top:45px;
	right:-35px;
}
.smallfont{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;	
	color:#000000;
}
#navigation {
	display:block;
	margin:0 auto;
	position:relative;
	text-align:left;
	width:800px;
	clear:both;
	top:0px;

}
#navigation ul  {
	background:transparent url(images/layout/navigationbar2.png) no-repeat scroll 0 0;
	clear:left;
	height:60px;
	list-style-type:none;
	margin:0;
	overflow:hidden;
	padding:0;
	width:800px;
}
#navigation ul li {
	height:60px;
	border:0 none;
	display:block;
	float:left;
	height:38px;
	margin:0;
	padding:0;
}
#navigation ul li a {
	display:block;
	height:60px;
	margin:0;
	padding:0;
	padding-left:8px;
	margin-top:26px;
	color:#CCCCCC;
	font-family:Tahoma;
	font-size:12px;
	font-weight:700;
	text-decoration:none;
	text-align:center;

}
#navigation ul li a:hover {
	color:#FFFF00;
}

#navigation ul li.nav_home a {
	width:123px;
}
#navigation ul li.nav_aboutus a {
	width:123px;
}
#navigation ul li.nav_memberben a {
	width:123px;
	margin-top:16px;

}
#navigation ul li.nav_trackrecord a {
	width:123px;
	margin-top:26px;
}
#navigation ul li.nav_joinus a {
	width:123px;
}
#navigation ul li.nav_extranew a {
	width:123px;
}

#navigation ul li.nav_todaysinfo a {
	width:123px;
	margin-top:16px;
}


.oneColFixCtr #mainContent  #contenttextarea {
background-color:#006600;
}

.oneColFixCtr #mainContent  #contenttextarea #lettertextbox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:100;
	color:#595959;
	text-align:justify;
	padding:10px;
	
}

.oneColFixCtr #mainContent #contenttextarea #lettertextbox .last {
	margin: 0;
	padding: 0;
  	background: url(./images/layout/textboxbottom.png) no-repeat left bottom;
}

.oneColFixCtr #mainContent #contenttextarea  #lettertextbox h2 {
	background: url(./images/layout/textboxheader.png) no-repeat left top;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	padding-right: 20px;
	font-size:16px;
	font-weight:700;
	color:#666666;
	display:block;
}

.oneColFixCtr #mainContent #contenttextarea #lettertextbox p {
	background: url(./images/layout/textboxmiddle.png) repeat-y left;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	font-size:11px;
	font-weight:700;
	color:#666666;

}
.wideboxtext{
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:100;
	color:#595959;
	text-align:justify;
	padding:3px 6px 1px 3px;
	margin:3px 6px 1px 3px;

}
	#footer {
  background-color:#006600;
  text-align:center;
  height:20px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:8px;
  clear:both;
  color:#F0F0F0;

}
#scrollingtext{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}
-->
</style>