/* CSS Document */

body {
background-image: url(images/bg.jpg);
background-repeat:repeat-x;
background-color:#59707d;
margin: 0;
}

/* headings */

h1, .h1 {
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 22px;
color: #0057c1;
font-weight: bold;
line-height:1.5em;
}

h2, .h2 {
font: Georgia, "Times New Roman", Times, serif;
font-size: 19px;
color: #0057c1;
font-weight: bold;
line-height:1.5em;
}

h3, .h3 {
font: Georgia, "Times New Roman", Times, serif;
font-size: 15px;
color: #0057c1;
font-weight:bold;
line-height: 1.25em;
}

h4, .h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	line-height: 1.2em;
	}

/* Paragraph and Link Styles */

p, .content {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.5em;
}	

ol {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.5em;
}

.news {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 1.3em;
	}
	

.smalltext {
font-family:Arial, Helvetica, sans-serif 10px;
}

/***a, a:visited {
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #00598b;
text-decoration: none;
}

a:hover {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #00598b;
text-decoration:underline;
}***/


.bgrowcolor {
	background-color:#B7C8D0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.5em;
}


.breadcrumbs{
	color: #59707d;
	font-size:11px;
	text-decoration:none;
	}
	
.breadcrumbs a:visited{
		
	color: #59707d;
	text-decoration:none;
	}
	
.breadcrumbs a:hover {
	color: #a1afba;
	text-decoration:none;
}

.breadcrumbs a:active {
	color: #a1afba;
	text-decoration:none;
}

	
.footer
	{color: #a1afba;
	font-size:10px;
	}
	
.footer a
	{color: #a1afba;
	font-size:10px;
	text-decoration:none;
	}
	
.footer a:hover
	{color: #a1afba;
	font-size:10px;
	text-decoration:underline;
	}
	
/* news area */
a.newslink 
	{font:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b8c8d0;
	text-decoration:none;
	}
	
a.newslink:hover
	{font:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b8c8d0;
	text-decoration:underline;
	}

h2.newshead {
font: Georgia, "Times New Roman", Times, serif;
font-size: 19px;
color: #b8c8d0;
font-weight: bold;
line-height:1.5em;}

/* Horizontal Rule */

hr {border: none 0;
border-top: 1px dashed #b8c8d0;
width: 100%;
height: 1px;}

.classroomlinks{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:14px;
font-weight:100;
text-decoration:none;

}
.classroomlinks:visited {
color:#FFFFFF;
font-size:14px;
text-decoration: none;
}


.classroomlinks:hover {
color:#FFFFFF;
font-size:14px;
text-decoration: underline;
}


.classroomlinks:active {
color:#FFFFFF;
font-size:14px;
text-decoration: none;
}


.whiteLink{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
text-decoration:none;

}
.whiteLink a:visited {
color:#FFFFFF;
text-decoration: none;
}


.whiteLink a:hover {
color:#FFFFFF;
text-decoration: underline;
}


.whiteLink a:active {
color:#FFFFFF;
text-decoration: none;
}

.darklink{
font-family:Arial, Helvetica, sans-serif;
color:#333333;
font-size:12px;
font-weight:bold;
text-decoration:none;

}
.darklink a:visited {
color:#333333;
text-decoration: none;
}


.darklink a:hover {
color:#333333;
text-decoration: underline;
}


.darklink a:active {
color:#333333;
text-decoration: none;
}



