BODY {
	background-color:#728aa2;
	font-family:'trebuchet ms';
	font-size:11px;
	color:black;
	text-align:justify;
	margin:0px;
}

A {
	color:white
}

#titleDiv {
	width:1027px;
	margin:auto;
	padding:0px;
	padding-left:0px;
}

#bodyDiv {
	margin:auto;
	width:1027px;
	background-image:url('../images/Hline.png');
}

#contentTable {
	width:1023px;
	height:430px;
	padding-bottom:0px;
	border-spacing:0px;
	border-collapse: collapse;
	margin-left:2px;
	color:white;
}

#linksCol {
	width:177px;
	background-color:#013253;
	background-image:url('../images/Vline.png');
	background-position:bottom;
	background-repeat:repeat-x;
	vertical-align: top;
}

#contentCol {
	background-image:url('../images/tennis.png');
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-left:6px;
	vertical-align: top;
}

#bottomLine {
	background-image:url('../images/bottom_line.png');
	background-position:bottom;
	background-repeat:repeat-x;
	height:40px;
	width:1024px;
	margin:auto;
	text-align:center;
	vertical-align:middle;
}

.newsBox {
	width:280px;
	height:278px;
	background-image:url('../images/news_box-trans.png');
	background-repeat:no-repeat;
	padding:0px;
	padding-top:28px;
}

.newsBox TABLE {
	margin-left:12px;
}

#hold {
	position:relative;
	width:240px;
	height:240px;
	overflow:hidden;
}

#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:240px; height:240px; 
	clip:rect(0px, 240px, 240px, 0px); 
	overflow:hidden;	
	z-index:1; 
}

#scrollbar { 
  position:relative; left:0; top:0;
  width:11px; height:235px; 
  font-size:1px; z-index:1;
}

#track { 
  position:absolute; left:0; top:12px;
  width:11px; height:210px;
  background: url("../images/track.gif") #336 repeat;
  z-index:1;
}

#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#ceced6;
  z-index:1;
}  

#up {
	position:absolute;
	left:0;
	top:0;
	z-index:2
}  
#down {
	position:absolute;
	left:0;
	bottom:0;
	z-index:3
}

#hold2 {
	position:relative;
	width:460px;
	height:240px;
	overflow:hidden;
}

#blogs	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:460px; height:240px; 
	clip:rect(0px, 460px, 240px, 0px); 
	overflow:hidden;	
	z-index:1; 
} 

#scrollbar2 { 
  position:relative; left:0; top:0;
  width:11px; height:235px; 
  font-size:1px; z-index:1;
}

#track2 { 
  position:absolute; left:0; top:12px;
  width:11px; height:210px;
  background: url("../images/track.gif") #336 repeat;
  z-index:1;
}

#dragBar2 {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#ceced6;
  z-index:1;
}

#up2 {
	position:absolute;
	left:0;
	top:0;
	z-index:2
}  
#down2 {
	position:absolute;
	left:0;
	bottom:0;
	z-index:3
}

.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
}

.linkDiv {
	background-color:transparent;
	background-image:url('../images/linkbg-trans.png');
	background-repeat:no-repeat;
	height:25px;
}

.linkDiv span {
	position:relative;
	left:22px;
	top:5px;
	font-weight:bold;
}
.linkDiv a {
	color:white;
	text-decoration:none;
}

.bio {
	padding-left:35px;
	padding-right:10px;
}

.bio .subtitle {
	background-color:#62a4d1;
	padding:3px;
	color:#013253;
	border:#013253 1px solid;
}


.newsDisp {
	width:240px;
	margin-top:3px;
	background-image:url('../images/newsBox.png');
	background-repeat:no-repeat;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}

.iframe {
	padding:10px;	
}

.iframe .subtitle {
	background-color:#62a4d1;
	padding:3px;
	color:#013253;
	border:#013253 1px solid;
}

.shortBlog {
	width:460px;
	background-color:#013253;
	border-spacing:0;
	border:1px solid white;
	margin-bottom:3px;
}

.shortBlog TD {
	vertical-align:top;
	padding:0px;
	overflow:hidden;
	
}

.shortBlog .imageCol {
	width:150px;
	border-right:1px solid white;
}

.shortBlog .title {
	font-size:12px;
	height:30px;
	font-weight:bold;
	vertical-align:middle;
	padding-left:35px;
	background-image:url('../images/logoblog-trans.png');
	background-position:left;
	background-repeat:no-repeat;
}

.shortBlog .preview {
	padding-left:5px;
	padding-right:5px;
}

.shortBlog .button {
	height:25px;
	text-align:right;
	padding-right:10px;
}

.shortBlog IMG {
	vertical-align:middle;
	border:0px;
}

.extendedBlog {
	width:610px;
	margin:auto;
	background-color:#013253;
	border:1px white solid;
	margin-bottom:5px;
}
.extendedBlog .title {
	height:35px;
	font-size:18px;
	padding-left:35px;
	background-image:url('../images/logoblog-trans.png');
	background-position:left;
	background-repeat:no-repeat;
	line-height:30px;
}

.extendedBlog .image {
	text-align:center;
}
.extendedBlog .image img {
	border:1px solid black;
}
.extendedBlog .comment {
	margin:5px;
	padding:5px;
	color:black;
	background-color:#96d5ff;
}

.sponsorsBox {
	padding-left:20px;
}
.sponsorsBox .extended 	{
	width:610px;
	margin:auto;
	background-color:white;
	border:1px #013253 solid;
	margin-bottom:5px;
	color:#013253;
	font-weight:bold;
}
.sponsorsBox img {
	border:1px solid black;
}

.sponsorsBox a {
	color:#013253;
	font-weight:normal;
	text-decoration:underline;
}

.faqs {
	padding-left:35px;
	padding-right:10px;
}

.question {
	border:white 1px dotted;
	background-color:#013253;
	font-weight:bold;
	padding-left:3px;
	margin-bottom:2px;
}

.answer {
	margin-top:0px;
	font-style:italic;
}

.blogbox {
}

.tournamentBox {
	width:600px;
	border:1px white solid;
	margin:auto;
	margin-bottom:10px;
}

.tournamentBox .tournamentInfo {
	background-color:#013253;
	cursor:pointer;
}

.tournamentBox .tournamentInfo TD {
	vertical-align:bottom;
}

.tournamentBox .roundBox {
	background-color:white;
	color:#013253;
}