/*WordPress Original Styles with Modifications*/
body {
   background:#ffcc7f;
   margin-top: 10px;
   }
hr {
   border: 1px solid #cccccc;
   } 
a:link {
	font-family: Arial;
	font-size: 13px;
	color: #2c6f8a;
	text-decoration: underline;
    }
a:visited {
	font-family: Arial;
	font-size: 13px;
	color: #2c6f8a;
	text-decoration: underline;
    }
a:hover {
	font-family: Arial;
	font-size: 13px;
	color: #3c4042;
	text-decoration: none;
    }
/*Top Of Page Nav Bar Links*/
a.nav-link:link {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: white;
	text-decoration: none;
	padding-top: 20px;
    }
 a.nav-link:visited {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: white;
	text-decoration: none;
	padding-top: 20px;
    }
 a.nav-link:hover {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #2c6f8a;
	text-decoration: none;
	padding-top: 20px;
    }
/*Top Of Page Nav Bar Links Separators*/
.style1 {
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	color: white;
	padding-top: 10px;
	}  
/*Header Italic Text*/
.style2 {
	font-family: Times New Roman;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
	}
/*Header Italic Text First Line Size*/
.style6 {
	font-size: 23px;
	}
/*Header Italic Text Second Line Size*/
.style7 {
	font-size: 30px;
	}
/*Sidebar Font*/
.sidebar-text {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
    }
/*Sidebar Links*/
a.sidebar-link:link {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: white;
	text-decoration: underline;
    }
 a.sidebar-link:visited {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: white;
	text-decoration: underline;
    }
 a.sidebar-link:hover {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #2c6f8a;
	text-decoration: underline;
    }
/*Sidebar Form Search Button*/
.form-button {
	border-right: #ffffff 1px solid; 
	padding-right: 1px; 
	border-top: #ffffff 1px solid; 
	padding-left: 1px; 
	padding-bottom: 1px; 
	font: 11px Arial; 
	font-weight: bold;
	vertical-align: middle;
	border-left: #ffffff 1px solid; 
	cursor: pointer; 
	color: #ffffff; 
	padding-top: 1px; 
	border-bottom: #ffffff 1px solid;
	background-color: #8fcb4b; 
	text-decoration: none;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 2px;
    }
/*Page Background*/	
.maindiv {
	background-image: url(http://www.mimafoundationtennisclassic.org/images/blog2009/logo-bkg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*Page Font*/
.page-text {
	font-family: Arial;
	font-size: 13px;
	color: #3c4042;
    }
/*Page Headers*/
.header {
	font-family: Arial;
	font-size: 24px;
	color: #ff9900;
    }
/*Page Sub-Headers*/
.subheader {
	font-family: Arial;
	font-size: 20px;
	color: #8fcb4b;
    }
/*Comment Form Button*/
.comment-form-button {
	border-right: #2c6f8a 1px solid; 
	padding-right: 1px; 
	border-top: #2c6f8a 1px solid; 
	padding-left: 1px; 
	padding-bottom: 1px; 
	font: 11px Arial; 
	font-weight: bold;
	vertical-align: middle;
	border-left: #2c6f8a 1px solid; 
	cursor: pointer; 
	color: #ffffff; 
	padding-top: 1px; 
	border-bottom: #2c6f8a 1px solid;
	background-color: #8fcb4b; 
	text-decoration: none;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 2px;
    }