html,body,div,ol,ul,li,h1,h2,h3,h4,h5,h6,p,form,fieldset {
  margin: 0;
  padding: 0;
}
body {
  background: #73C5E5 url(../images/bg_center_blue.gif) repeat-y 50% 0;
  font: 14px Arial,Tahoma,sans-serif;
  color: #444;
  margin: 0;
  padding: 0;
  text-align: center;
}
img {
  border: 0;
  }

/* GENERAL STYLES
------------------------------------------*/
a {
  color: #17A;
  text-decoration: none;
}
#container {
  width: 770px;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}


/* HEADER
------------------------------------------*/
#header {
  background: #FAFEFF url(../images/header_bg.gif) repeat-x;
  text-align: center;
}
#header img {
   margin: 10px 0 0 0px;
}


/* MAIN NAVIGATION
------------------------------------------*/
#navigation {
  background: #FAFEFF url(../images/nav_bg.gif) 0 3px repeat-x;
  height: 33px;
}
#navigation ul, #sub_navigation span {
  margin-left: 25px;
}
#navigation li {
  list-style: none;
  display: inline;
}
#navigation a {
  background-position: 15px 13px !important;
  float: left;
  text-indent: -9999px;
  text-decoration: none;
  height: 30px;
}
#navigation .selected a, #navigation a:hover {
  border-top: 3px solid #7EC638;
  line-height: 30px;
  background-position: 15px 8px !important;
}
#navigation span {
  float: left;
  background: url(../images/nav_bg_sep.gif) 0 3px no-repeat;
  width: 1px;
  height: 33px;
}
#nav_home a {
  width: 73px;
  background: url(../images/nav_home.gif) no-repeat;
}
#nav_news a {
  width: 69px;
  background: url(../images/nav_news.gif) no-repeat;
}
#nav_weekly_results a {
  width: 146px;
  background: url(../images/nav_weekly_results.gif) no-repeat;
}
#nav_club_ratings a {
  width: 128px;
  background: url(../images/nav_club_ratings.gif) no-repeat;
}
#nav_juniors_program a {
  width: 163px;
  background: url(../images/nav_juniors_program.gif) no-repeat;
}
#nav_tournaments a {
  width: 131px;
  background: url(../images/nav_tournaments.gif) no-repeat;
}
#sub_navigation_flat {
  height: 5px;
  font-size: 1px;
  line-height: 5px;
  background: #B4DE8B;
}
#sub_navigation_full p {
  font: bold 16px Arial,Tahoma,sans-serif;
  padding: 5px 1px 5px 1px;
  background: #CBEEA8;
  text-align: center;
  vertical-align: middle;
  color: #474;
  text-decoration: none;
}

/* THE BIG BAR
------------------------------------------*/
#bigbar {
  clear: left;
  background: #0C9FD6 url(../images/bigbar_bg.gif) repeat-x;
  height: 210px;
}
#bigbar a {
  color: #EBF7FA;
  text-decoration: none;
}
#bigbar #news1 {
  float: left;
  background: url(../images/bigbar_bg_left.jpg) no-repeat;
  width: 241px;
  height: 179px;
  padding: 30px 10px 0 10px;
  font: 12px Arial,Tahoma,sans-serif;
  text-align: center;
  display: inline;
}
#bigbar #news2 {
  float: left;
  width: 238px;
  height: 179px;
  padding: 30px 10px 0 10px;
  font: 12px Arial,Tahoma,sans-serif;
  text-align: center;
  display: inline;
}
#news1 p, #news2 p {
  margin-top: 4px;
}
#news_studioscreen_png {
  width: 122px;
  height: 128px;
}
#news_schemes_png {
  width: 74px;
  height: 125px;
}
#bigbar #quote {
  position: relative;
  float: left;
  height: 210px;
  width: 230px;
}
#bigbar #quote_bg {
  margin: 22px 0 0 15px;
  padding: 4px 0 30px 0;
  height: 176px;
  width: 215px;
  background: url(../images/quote_bg.png) no-repeat;
  font: 14px/19px Arial,Tahoma,sans-serif;
  color: #EBF7FA;
  text-align: center;
  vertical-align: middle;
}
#bigbar #quote_bg td {
  padding: 0 8px;
}
#bigbar cite {
  position: absolute;
  left: 90px;
  top: 177px;
  color: #E1F5FA;
  width: 136px;
  font: 12px Arial,Tahoma,sans-serif;
  font-style: normal;
}
.bigbar_sep {
  float: left;
  background: url(../images/news_sep.png) no-repeat;
  height: 209px;
  width: 2px;
}


/* THE SMALL BAR
------------------------------------------*/
#smallbar {
  clear: left;
  background: #0C9FD6 url(../images/content_header_bg.gif) repeat-x;
  height: 70px;
}
h1 {
  float: left;
  width: 200px;
  background: url(../images/content_header_bg_left.gif) repeat-x;
  height: 70px;
  padding: 0 25px;
  font: normal 20px/70px Optima,Georgia,"Arial Narrow",Arial,sans-serif;
  color: #FFF;
  overflow: hidden;
}
#smallbar span {
  float: left;
  background: url(../images/content_header_bg_right.gif) no-repeat;
  height: 70px;
  width: 75px;
}
#small_quote {
  width: 423px;
  height: 70px;
  font: 14px Arial,Tahoma,sans-serif;
  text-align: center;
  vertical-align: middle;
  color: #FFF;
}
#small_quote a {
  color: #FFF;
}


/* MAIN CONTENT
------------------------------------------*/
#main {
  overflow: auto;
}
#content {
  float: left;
  width: 474px;
  margin: 25px 24px 0 24px;
  line-height: 19px;
  display: inline;
}
#content p {
  margin: 0 0 14px 0;
}
p.bold {
  color: #006F9A;
  font: bold 14px Arial,Tahoma,sans-serif;
}
p.bold_center {
  text-align: center;
  color: #006F9A;
  font: bold 14px Arial,Tahoma,sans-serif;
}
p.blockquote {
  padding-left: 22px;
}
p.note {
  border-top: 1px solid #E6E6E6;
  font: 12px Arial,Tahoma,sans-serif;
}
h2 {
  color: #CC3333;
  margin: 0 0 10px 0;
  font: bold 17px Arial,Tahoma,sans-serif;
  line-height: 23px;
}
ul.with_bullets {
  margin-bottom: 14px;
}
ul.with_bullets li {
  list-style-type: square;
  margin: 0 0 6px 22px;
  color: #455;
}
ol.with_bullets li {
  list-style-type: circle;
  margin: 0 0 6px 44px;
  color: #455;
}
#content fieldset {
  background-color: #F0F8FF;
  margin: 20px 0;
  padding: 20px 16px;
  border-top: 1px solid #CCFFFF;
  border-bottom: 1px solid #CCFFFF;
}
#content label {
  float: left;
  margin: 2px 0 10px 0;
  width: 150px;
}
.row1 {
  clear: left;
  margin-left: 20px;
}
.submitcontact {
  clear: left;
  text-align: center;
  margin-bottom: 10px
}


/* SIDEBAR
------------------------------------------*/
#sidebar {
  float: left;
  width: 248px;
  margin: 0px 0px 0px 0px;
  font-size: 14px;
  display: inline;
}
.sideHead{
  width: auto;
  color: #FFFFFF;
  font: 13px/25px Arial,Tahoma,Helvetica,sans-serif;
  font-weight: bold;
  padding: 0px 0px 0px 20px;
  border-top: 1px #EBF7FA solid;
  border-bottom: 1px #60B7DE solid;
  background-color: #2CA1D5;
}

	h3 {					
		background: 		url(../images/h3_bg.gif) #eeeeee repeat-x;
		border-bottom:		1px solid #CCC;
		border-top:			1px solid #CCC;
		padding-left:		15px;
		padding-top:		4px;
		height:				17px;
	} 
	
	h3, .h_blue {
		color:				#1e5c99;
	}
	/* Right column story list */
	.rightColBox {
		font-family:		Verdana, Arial, Helvetica, sans-serif;
		font-size:			.85em;
		padding:			15px;
	}

	.stories li, .fdStories li, #sponsoredLinks li {
		position:			relative;
		background:			url(../images/arr_gry.gif) 0 4px no-repeat;
		padding:			0 0 0 .8em;
		margin:				0 0 .7em;
		background-color:	transparent;
	}
	ul li { 
		list-style-type: 	none; 
	}
	/* More link */
	div.globalMore, div.globalMoreLeft {			
		font-family:		Verdana, Arial, Helvetica, sans-serif;
		margin-top:			0.5em;
		font-weight:		bold;
		clear:				both;
	}
	
	div.globalMore {
		text-align:			right;
	}
	
	div.globalMoreLeft {
		text-align:			left;
	}
	
	.globalMore, .globalMoreLeft { font-size:0.8em; }
	
	#rightCol div.globalMore { font-size:0.9em; }

/* FORMS
------------------------------------------*/
fieldset {
  border: none;
  color: #4B798B;
}
#contact label {
  float: left;
  margin: 6px 0 0 0;
  width: 200px;
}


/* FOOTER
------------------------------------------*/
#footer {
  clear: left;
  width: 475px;
  margin: 1px 25px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  border-top: 1px solid #E6E6E6;
  color: #AAA;
}
#footer p {
  font-size: 11px;
}