@charset "utf-8";
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.style4 {font-size: 36px}
.style5 {
	font-size: 24px;
	text-align: center;
}

.textlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #167CC7;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}

.defaultfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}
.eveischool #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.eveischool #header {
	background-image: url(images/headerbg.jpg);
	height: 61px;
	background-repeat: no-repeat;
	background-position: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
} 
#links {
}

.eveischool #sidebar1 {
	width: 200px;
	margin-left: 558px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.eveischool #container #datacontent {

}

.eveischool #mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 514px;
	text-align: justify;
} 
.eveischool #footer {
	padding: 0 10px 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6666;
	text-align: right;
	line-height: 25px;
	background-color: #FEABB5;
	background-image: url(ischool2/images/border.gif);
	background-position: top;
	background-repeat: no-repeat;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.eveischool #container #header #banner {
}
.eveischool .defaultfont .defaultfont .lineheight {
	line-height: 25px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0C85CC;
	font-weight: bolder;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C90CC;
	font-weight: bolder;
}
.style31 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	font-weight: bolder;
	font-style: italic;
}
