<style TYPE="text/css">

/*

-- 10 -- 10 -- 10 -- 10 -- 10 -- 10 -- 10 -- 10 -- 10 -- 10 -- 10 -- 

   TenTen Tennis New Style Sheet
   Designed by:
      Marc Gurwitz, Image Mine Inc.
   Designed for:
      Brian Panovka, Canadian Sports Academy
   Project Completed:
      January 2005, Updated August 2008
			
-- 10 -- 10 -- 10 -- 10 -- 10 -- 10 -- 10 -- 10 -- 10 -- 10 -- 10 -- 

*/

null { /* does nothing! */
	padding 0;
	margin: 0;
}

BODY {
	FONT-FAMILY: Verdana,Tahoma,Arial,Helvetica;
	padding: 0;
	margin: 0;
	background-image: url(layout/bkg.jpg);
	background-color: #004800;

	SCROLLBAR-FACE-COLOR: #3A9D00;
	
	/* Inner Shadow/Outline */
	SCROLLBAR-HIGHLIGHT-COLOR: #FAFFDF;
	SCROLLBAR-SHADOW-COLOR: #FAFFDF;
	
	/* Outer Shadow/Outline */
	SCROLLBAR-3DLIGHT-COLOR: #FAFFDF;
	SCROLLBAR-DARKSHADOW-COLOR: #FAFFDF;

	SCROLLBAR-ARROW-COLOR: #FAFFDF;
	SCROLLBAR-TRACK-COLOR: #FAFFDF;
	/*background-color: #FAFFDF;*/

}

p.main { /* regular paragraph text */
	FONT-SIZE: 11pt;
	COLOR:#000000;
	FONT-FAMILY: Verdana,Arial,Helvetica;
	letter-spacing: 0px;
	line-height: 15pt;
	margin-left: 18px;
	margin-right: 4px;
	margin-top: 12px;
	margin-bottom: 10px;
/* old :
	letter-spacing: 0px;
	line-height: 15pt;
	margin-top: 8px;
	margin-bottom: 0px;
*/
}

p.small { /* smaller text for smaller notes, affiliations, etc. */
	FONT-SIZE: 8pt;
	COLOR:#333333;
	FONT-FAMILY: Verdana,Arial,Helvetica;
	letter-spacing: 0px;
	line-height: 10.8pt;
	margin-left: 18px;
	margin-right: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.quote { /* italicized for quotes and testimonials */
	FONT-SIZE: 10.6pt;
	COLOR: #248838;
	FONT-FAMILY: Tahoma,Arial,Helvetica;
/*	font-style: italic;
	font-weight: bold;	 */
	line-height: 14pt;
	letter-spacing: 0px;
	margin-left: 10px;
	margin-right: 4px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 1.4em;
}

.copyright { /*copyright at bottom of pages*/
	font-size: 8pt;
	font-weight: normal;
	margin-left: 3em;
	color: #FFFFDE;
}

.footertext { /* footer and other smaller text */
	FONT-SIZE: 8.4pt;
	COLOR:#2404180;
	FONT-FAMILY: Tahoma,Arial,Helvetica;
	font-weight: bold;
	letter-spacing: 0px;
	margin-top: -27px;
	margin-bottom: 0px;
}

/* this is neato... put text (and therefore changeable) layered on top of a graphic */
.button {
	FONT-SIZE: 9pt;
	COLOR:#CCFFCC;
	width: 100px;
	height: 30px;
	background:url(layout/buttonbkg.gif) 0px 0px no-repeat;
/*	background:#FAFFDF url(layout/buttonbkg.gif) no-repeat middle center;*/
	FONT-FAMILY: Tahoma,Arial,Helvetica;
	font-weight: bold;
	text-indent: 4px;
	padding: 6px;
	letter-spacing: 0px;
	margin-left: 13px;
	margin-right: 93px;
	margin-top: -25px;
	margin-bottom: 0px;
}

TD {
	FONT-SIZE: 10pt;
	COLOR:#000000;
	FONT-FAMILY: Tahoma,Arial,Helvetica;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 11pt;
	margin-top: 5px;
	margin-bottom: 0px;
}

TD.title {
	FONT-SIZE: 12pt;
	COLOR:#005510;
	FONT-FAMILY: Tahoma,Arial,Helvetica;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 11pt;
	margin-top: 5px;
	margin-bottom: 0px;
}

TD.italics {
	FONT-SIZE: 10pt;
	COLOR:#000000;
	FONT-FAMILY: Tahoma,Arial,Helvetica;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0px;
	line-height: 11pt;
	/*margin-top: 5px;
	margin-left: 30px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 30px;*/
}

TD.quote {
	FONT-SIZE: 8pt;
	COLOR:#000000;
	FONT-FAMILY: Tahoma,Arial,Helvetica;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0px;
	line-height: 11pt;
}

.bodytitle {
	FONT-SIZE: 11pt;
	COLOR:#085818;
	FONT-FAMILY: Verdana,Arial,Helvetica;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 16pt;
	margin-left: 7px;
	margin-right: 4px;
	margin-top: -4px;
	margin-bottom: -8px;
}

.pagetitle {
	FONT-SIZE: 16pt;
/*COLOR:#085818;   */
	COLOR:#209038;
	FONT-FAMILY: Verdana,Arial,Helvetica;
	font-weight: normal;
	line-height: 23pt;
	letter-spacing: 0px;
	margin-left: 10px;
	margin-right: 4px;
	margin-top: -4px;
	margin-bottom: 8px;
}

img.minilogo {
	height: 38px;
	padding: 3px;
}

#wrapper {
/*	background-image: url(layout/bkg.jpg);
	background-color: #004800;*/
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 900px;
}

#leftside {
	float: left;
	width: 260px;
}

#rightside {
	float: left;
}

#contentarea {
	margin-right: 2px;
	padding-right: 12px;
	padding-left: 16px;
	padding-top: 0;
	margin-top: 0;
	width: 501px;
	background: url('layout/textareabkg.gif') repeat-y;
}

table.maintable {
	margin-left: auto;
	margin-right: auto;
	width: 810px;
}

td.contentspace {
	padding-right: 36px;
	padding-left: 19px;
	width: 530px;
	background: url('layout/textareabkg.gif') no-repeat;
	background-position: 0px 100px;
}

img.header {
	/*margin-left: -19px;*/
	/*margin-bottom: -4px;*/
	padding-bottom: 0;
}
	
	
/* Regular List Style, with custom 10 (tenten) angle logo bullets */
ul#reglist {
	margin: 15px 0 1px 0px;  /*  top right bottom left */
}

#reglist li {
	list-style: none;
	FONT-SIZE: 11pt;
	COLOR:#000000;
	FONT-FAMILY: Verdana,Arial,Helvetica;
	letter-spacing: 0px;
	line-height: 13pt;
	background-image: url(layout/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 2px 0 0;
	padding-left: 23px;
	margin: 8px 0 1px 8px;  /*  top right bottom left */
}

/* Internal navigation buttons */
ul#navbtns {
	FONT-SIZE: 11pt;
	COLOR:#000000;
	FONT-FAMILY: Verdana,Arial,Helvetica;
/*	letter-spacing: 0px;
	line-height: 13.4pt;
	letter-spacing: 0px;
	line-height: 11.4pt;*/
	margin: 8px 4px 0 8px;  
	padding: 1px;
/* top right bottom left */
}

#navbtns li {
	float: right;
	display: inline;
	list-style-type: none;
	FONT-SIZE: 11pt;
	COLOR:#000000;
	FONT-FAMILY: Verdana,Arial,Helvetica;
/*	letter-spacing: 0px;
	line-height: 13.4pt;*/
	margin: 2px 4px 0 8px;  
	padding: 3px 0 4px 0;
/* top right bottom left */
}

#navbtns a:link, #navbtns a:active, #navbtns a:visited {
/*	display: block;
	*/
	FONT-SIZE: 9.3pt;
	FONT-FAMILY: Verdana,Arial,Helvetica;
	letter-spacing: 0px;
	border: 1px solid #A4A4A4;
	padding: 3px 5px 3px 5px;
/*	font-style: italic;*/
	font-weight: bold;
	color: #308649;
	background-color: #F0F8E2;
	text-decoration: none;
}

/* darker color for ACTIVE
	color: #006636; */

#navbtns a:hover { 
/*	display: block;
	padding: 3px -40em 3px 3px;
*/
	border: 1px solid black;
	padding: 3px 5px 3px 5px;
	color: #00460A;
/*	margin: 4 15 4 15px; */   /* top right bottom left  */
/*	text-decoration: none;*/
	background-color: #E8FFD0;
/*
	color: 3333B8; 
	text-decoration: underline;
*/
}

#contactButtons {
	float: right;
	display: block;
	text-align: right;
	width: 500px;
	margin-top: -8px;
}
</style>

