@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #cccccc url("../Graphics/bg_grad.jpg") fixed;
	font-size: 0.8em;
  	line-height: normal;
	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;
}
.oneColFixCtrHdr #container {
	width: 985px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFFFFF; 
	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top:20px;
	background: #FFFFFF;
	color:#000000;
}


#nav {
	position: relative;
	width: 985px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image:   url("../Graphics/glbnav_background.gif");
	margin: 0 auto 0 auto;
}

#navlinks {
	position: absolute;
	top: 6px;
	height: 22px;
	/*min-width: 640px;*/
	padding: 0px;
	margin: 0px;
	left: 10px;
	margin: 0 auto 0 auto;
}

#footer {
	margin: 0 auto 0 auto;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: small;
	color: #aaaaaa;
	background:#FFFFFF;
	padding: 0px 10px 10px 10px;
	text-align:left;
}


#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#footer img{
	padding: 4px 10px 4px 0px;
	vertical-align:middle;
	/**vertical-align: middle;**/
}

#mainContent p {
	padding-left:10px;
	color:#000000;

}

#mainContent h2 {
	font: bold 150% Arial,sans-serif;
	padding-left:10px;
	padding-bottom: 0px;
	color:#004890;
}

#mainContent h3 {
	font: bold 115% Arial,sans-serif;
	padding-left:10px;
	padding-bottom: 0px;
	color:#006699;
}

#mainContent h4 {
	font: bold 105% Arial,sans-serif;
	padding-left:10px;
	padding-bottom: 0px;
	color:#000000;
}

/**		Recent Results Bulltet Points								**/
#mgs {
	list-style:url(Bullet%20Buttons/mens%20graded%20singlesbutton.gif);
}

#mos {
	list-style:url(Bullet%20Buttons/mens%20singlesbutton.gif);
}

#mgd {
	list-style:url(Bullet%20Buttons/mens%20graded%20doublesbutton.gif);
}


#jbs {
	list-style:url(Bullet%20Buttons/junior%20boys%20singlesbutton.gif);
}

#lgd {
	list-style:url(Bullet%20Buttons/ladies%20graded%20doublesbutton.gif);
}

#lgs {
	list-style:url(Bullet%20Buttons/ladies%20graded%20singlesbutton.gif);
}

#los {
	list-style:url(Bullet%20Buttons/ladies%20singlesbutton.gif);
}

#mxd {
	list-style:url(Bullet%20Buttons/mixed%20graded%20doublesbutton.gif);
}

#jgs {
	list-style:url(Bullet%20Buttons/junior%20boys%20doublesbutton.gif);
}


#main h4 {

}

img.noborder {
 border:none;
}

a:link {
	color: #005FA9;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #55AAFF;
}

#navlinks a:link, #navlinks a:visited {
	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

#navlinks a:hover{
  	background-image:   url("../Graphics/glblnav_selected.gif");
	text-decoration: none;
}

/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}



/************* pageName styles ***************/
#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}