/* CSS Document */

/* these are the parts that define the rounded corners of the boxes on 
 the page, and which color they should be dependin on the class in the body tag */
 
.boxtr {
	background-image: url(../images/silver/BoxTR.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.boxbr {
	background-image: url(../images/silver/BoxBR.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.boxbl {
	background-image: url(../images/silver/BoxBL.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}


.boxtl {
	background-image: url(../images/silver/BoxTL.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.boxmid {
	padding: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #F0F0F0;
}


/*  schools boxes */
.schools .boxtr {
	background-image: url(../images/silver/BoxTR_red.gif);
	border-left:1px solid #FF0000;
}

.schools .boxbr {
	background-image: url(../images/silver/BoxBR_red.gif);
	border-left:1px solid #FF0000;
}


.schools .boxmid {
}
.contactnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #319AFF;
}
