@charset "utf-8";
/* CSS Document */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* General HTML Tags ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
h1 {

}
h2, h3, h4, p {
	margin: 0;
	/*added by Cathy Aug 1*/
	margin-bottom: 2px
}
h2, h3, h4 {
	margin: .5em 0;
	color: #383838;
}
h1 {
	1.4em;
}
h2 {
	1.2em;
}
h3 {
	1em;
}
h4 {
	.9em;
}
a:link {
	color: #4466DD;
	text-decoration: none;
}
a:visited, a:active; {
	color: #4466DD;
	text-decoration: none;
}
a:hover {
	color: #4466DD;
	text-decoration:  underline; /*Ria added*/
}
p {
	.8em;
}
/* Design Features :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* Quote box :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.quoteBox {
	float: right;
	width: 30%;
	background: #EFEFEF url(../media/images/layout/bottomLeftCurve.gif) no-repeat left bottom;
	margin: .2em .5em;
}
.quoteBox h4 {
	background: transparent url(../media/images/layout/topLeftCurve.gif) no-repeat left top;
	height: 1em;
	text-indent: -2000em;
	margin: 0;
	padding: 0;
}
.quoteBox h4 strong {
	display: block;
	background: transparent url(../media/images/layout/topRightCurve.gif) no-repeat right top;
}
.quoteBox p {
	padding: 0 1em 1em;
	background: transparent url(../media/images/layout/bottomRightCurve.gif) no-repeat right bottom;
	font-weight: bold;
	color: #999999;
}
.quoteBox.left {
	float: left;

}
/*Added by Cathy Aug 1 for admin page photos */
.photoborder {  background: #ffffff; 
                padding: 3px; 
				border: 1px;                  
				border-style: solid;
				}
				
#leftphoto {float: left;
            margin: 5px; 
			padding-right: 10px;
			
}

#leftphotonm {float: left;  /*no left margin*/
              padding-right: 10px;
}


.rightphoto {
		float: right; 
    	margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 10px;
		background: url(../images/drop_shadow.gif) right bottom no-repeat;
}

.rightphoto img {
		border: 1px solid #000000;
		position: relative;
		padding: 5px;
		top: -6px;
		left: -6px;
}



/* added by Carrie to show bullets on certain lists 8.4.2008 */
.showbullets {list-style-type:circle;}

/* added by Carrie to fix athletic tables issues */

.athletic { float: center; }
