/*CSS by Nadia - PerreLink 2004 not to be copied or distributed - Tennis Templates No 4*/
/* http://www.dreamweaverresources.com */

body{
	padding:0;
	margin:0;
	color:#666666;
	background-color:#FFFFFF;
	font:12px Verdana,Geneva,Arial,Helvetica,sans-serif;
}

/* standard link styles */
a:link a:active{
	color:#000099;
	text-decoration:underline;
}
a:visited{
	color:#CC6600;
	text-decoration:underline;
}
a:hover{
	color:#FF9900;
	text-decoration:underline;
}
fieldset{
	padding:5px;
	border:1px solid #DB9D22;
	margin-bottom:5px;
}
/*styles for the contact form*/
/*declaring a margin of 0 will not give you unwanted white space underneath the end of the form*/
/*styles the 'contact form' text at top of contact form*/
form{
margin:0;
}
/*standard heading tags*/
h1{
color:#000099;
font-size:14px;
}
h2{
color:#003399;
font-size:13px;
}
h3{
color:#006699;
font-size:12px;
}
h4{
color:#F8F8F8;
font-size:11px;
}
input,textarea{
background:  url("../background/shadeform.jpg");
}
/*styles the input fields*/
/*styles the form fields*/
label{
color: #DDA600;
font-weight:normal;
}
label,span.spacer{
width:100px;
}
legend{
padding:5px;/*gives a bit of padding between the border and the test*/
color:#EEB300;
font-size:14px;
font-weight: bold;
}
.footer{
color:#316393;
text-decoration:none;
}
/*styles the comments box*/
/* class for the login form on entry page we have named it form2 so it doesn't clash with the styles of the contact form */
.form2{
padding:6px;
margin-bottom:10px;
}
/* a class for the header table,so that we can add a left border to match the main table */
.headertable{
border-left:1px solid #663300;
background: #FFFFFF url(../headerpics/headerback.gif) repeat-x;
}
.imgleft{
float:left;
padding-right:10px;
}
.imgright{
float:right;
padding-left:10px;
}
/* style for the main table content area */
.maintable{
width:100%;
color:#666666;
background:#FFFFFF;
}
/* styles the main table links */
.maintable a:link{
color:#000099;
text-decoration:none;
}
.maintable a:visited{
color: #006699;
text-decoration:underline;
}
.maintable a:hover{
color:#003399;
text-decoration:underline;
}
.maintable a:active{
color:#576B77;
text-decoration:underline;
}
.maintd{
padding:20px 30px 10px 30px;
background:#FFFFFF;
}
.maintd td{
background:#FFFFFF;
}

/* set the position of the nav bar table from the top */
/* if you change this you will need to adjust the flyout div positions to correspond */
.navtable{
margin-top:20px;
}

/*style for the left side bar area behind the menu buttons*/
.sidebarlft{
	width:181px;
	background: #336699 url(../sidebarpics/sidebar_back.jpg) repeat-y;
	background-color: #173787;
	color: #FFFFFF;
}
.sidebarlft a:link, .sidebarlft a:active, .sidebarlft a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.sidebarlft a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.sidebarlft fieldset {
	margin-left: 5px;
	margin-right: 5px;
}
/* styles the right news sidebar */
.sidebarright{
padding-left:10px;
padding-right: 10px;
width:202px;
color:#FFFFFF;
background-color:#7EA0BC;
}
.sidebarright fieldset {
	border:1px solid #336699;
}
.sidebarright legend {
	color: #336699;
}
.sidebarright a:link{
color:#000099;
text-decoration:underline;
}
.sidebarright a:hover{
color:#DBEEFF;
text-decoration:none;
}

.sidebarright h1{
margin-bottom:50px;
color:#003399;
font-size:14px;
text-decoration:underline;
text-align:center;
}

#tabpanels h2 { display: none; }

#divBreadcrumbs {
	margin-top: -10px;
}