/*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:#004A8D;
	background-color:#FFFFFF;
	font: 74% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#divHeader {
	background : url(../images/bgHeader.gif) repeat-x;
	color: #004A8D;
}
#divHeader p {
	font-size: 2em;
	margin-right: 15px;
	text-align: right;
}
#fotoHeader {
	position:absolute;
	width:189px;
	z-index:1;
	left: 540px;
	top: 0px;
	visibility: visible;
}

#sidebarLeft {
	background : #004A8D url(../images/topSidebar.gif) no-repeat top;
	width: 165px;
	padding: 25px 0 0 0;
	color: #FFFFFF;
}

#sidebarLeft fieldset {
	width: 145px;
	margin: 15px auto;
}
#sidebarLeft fieldset legend {
	color: #FFFFFF;
}
#divLoginStatus {
	width: 145px;
	margin: 15px auto;
	font-size: 0.9em;
}

#sidebarRight {
	background-color:#FFFFFF;
	width: 120px;
	margin: 0;
	padding: 10px 0 0 10px;
}

#mainContent {
	background-color:#FFFFFF;
	margin: 0;
	padding: 25px;
	text-align: left;
	font-size: 1em;
}
#mainContent h1 {
	font-size : 1.8em;
	color : #B30337;
}
#mainContent h2 {
	font-size : 1.4em;
	color : #B30337;
	border-bottom : 1px dashed #B30337;
}
#mainContent h3 {
	font-size : 1.2em;
	color : #B30337;
	font-weight : bold;
	font-style : italic;
}
#mainContent h4 {
	font-size : 1.1em;
	color : #B30337;
	font-weight : bold;
}
#mainContent h5 {
	font-size : 1.1em;
	color : #B30337;
	font-weight : normal;
}
#mainContent h6 {
	font-size : 0.8em;
	color : #004A8D;
	font-weight : bold;
}
#mainContent p {
	font-size: 1em;
}

/* default links styles */
a:link { color : #B30337;  text-decoration : underline;  }
a:visited { color : #B30337;  text-decoration : underline; }
a:hover { color : #B30337; text-decoration: none; }
a:active { color : #B30337;  text-decoration : none; }
