/*CSS by Nadia - PerreLink 2004 not to be copied or distributed - Tennis Templates */
/* http://www.dreamweaverresources.com */

body{
padding:0;
margin:0;
color:#666666;
background: #FFFFFF;
font: 95% Garamond, 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: 2px;
padding-bottom: 10px;
border:1px solid #DB9D22;
margin-bottom:15px;
text-align: center;
}
/*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:1.3em;
}
h2{
color:#003399;
font-size:1.2em;
}
h3{
color:#006699;
font-size:1.1em;
}
h4{
color:#F8F8F8;
font-size:1em;
font-weight: bold;
}
input,textarea{
/* background:url("../background/shadeform.jpg"); */
}
/*styles the input fields*/
/*styles the form fields*/
label{
color:#EEB300;
font-weight:normal;
}
label,span.spacer{
width:100px;
}
legend{
padding:10px;/*gives a bit of padding between the border and the test*/
color:#EEB300;
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-bottom-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #809FBC;
	background-image: url(../images/bgHeader.jpg);
	background-repeat: repeat-x;
}
.navigationtable {
	background-color: #FFCC00;
	margin: 0px;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.navigationtable a:link, .navigationtable a:visited, .navigationtable a:active{
color:#000099;
text-decoration:none;
font-weight: bold;
}
.navigationtable a:hover {
text-decoration:underline;
}
.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 5px 30px;
background: #FFFFFF url(../images/watermerk.gif) no-repeat bottom right;
}
.maintd td{
background:#FFFFFF;
}
/*style for the left side bar area behind the menu buttons*/
.sidebarlft{
	padding-top: 18px;
	padding-left:5px;
	width:165px;
	color: #FFCC00;
	background-color: #336699;
	background-image: url(../images/bgSidebarLeft.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

/* styles the right news sidebar */
.sidebarright{
padding:10px;
width:165px;
color:#FFFFFF;
background:#7EA0BC url(../sidebarpics/rightsidebar.gif) repeat-y;
}
.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;
}

