/*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:#043C6D;
	background-color:#FFFFFF;
	font:11px Verdana,Geneva,Arial,Helvetica,sans-serif;
}

/* standard link styles */
a:link, a:active, a:visited {
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
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{
font-size:15px;
}
h2{
font-size:14px;
}
h3{
font-size:13px;
}
h4{
font-size:12px;
font-style : italic;
}

/*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: #023462 url(../images/bgHeader.jpg) repeat-x;
}
.imgleft{
float:left;
padding-right:10px;
}
.imgright{
float:right;
padding-left:10px;
}
/* style for the main table content area */
.maintable{
	width:100%;
	background:#FFFFFF;
}
/* styles the main table links */
.maintd{
	padding:20px 30px 10px 30px;
	background:#FFA039;
}

/*style for the left side bar area behind the menu buttons*/
.sidebarlft{
	padding-left:5px;
	width:161px;
	background-color: #043C6D;
	color: #FFFFFF;
}
.sidebarlft a:link, .sidebarlft a:active, .sidebarlft a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.sidebarlft a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* styles the right news sidebar */
.sidebarright{
	padding:0 10px;
	width:161px;
	color:#FFFFFF;
	background : #1D709B url(../images/bgRight.jpg) repeat-y left;
}

.sidebarright h1{
	margin-bottom:50px;
	color:#003399;
	text-decoration:underline;
	text-align:center;
}

#tabpanels h2 { display: none; }

#divBreadcrumbs {
	margin-top: -10px;
}