@charset "UTF-8";
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height: 1em;
	color: #324a60;
	background: #bfdef3;
	background-image: url(images/fn_bkg2.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	overflow-x:hidden;
}

h1, h2, h3, h4, h5 {
	margin:0px 0px 0px 0px;
}
/* School headline */
h1 { 
	font: normal 1.75em Arial, Helvetica, sans-serif;
	line-height: 1em;
	color: #3490d1;
}
/* Teacher headline */
h2 {
	font: normal normal 1.13em Arial, Helvetica, sans-serif;
	line-height: 1em;
	color: #3490d1;
}
h3 {
	font: bold 1em Arial, Helvetica, sans-serif;
}
h4 {
	font: bold 1em Arial, Helvetica, sans-serif;
	display: inline;
	padding: 0px;
}
h5 {
	font: normal normal 0.69em Arial, Helvetica, sans-serif;
	line-height: 1em;
	color: #324a60;
	padding-bottom: 3px;
}

form {
	margin: 0px;
	padding: 0px;
}

.inner-container {
	margin: 70px auto 0px auto;
	width: 800px;
}
.main {
	width: 800px;
	min-height: 400px;
}
.left-navigation {
	float: left;
	width: 190px;	
	font: normal 0.69em Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	text-align: right;
	color: #116eaf;
	padding-top: 5.5em;
}
.right-navigation {
	float: right;
	width: 190px;
	font: normal 0.69em Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	text-align: left;
	color: #3490d1;
}
.content {
	width: 380px;
	margin: 0px auto 0px auto;
}
.content .img-box {
	background-color: #EBF5FC;
}
.content .img-box img {
	display: block;
	margin: 0px auto 10px auto;	
	
}
.thumbs {
	height: auto;
	font: normal 0.69em Arial, Helvetica, sans-serif;
	word-spacing: 25.5px;
	color: #3490d1;
	margin: 35px 0px 0px 0px;
	padding-bottom: 30px;
}
.index {
	height: auto;
	font: normal 0.69em Arial, Helvetica, sans-serif;
	color: #166190;
	margin: 35px 0px 0px 0px;
	padding-bottom: 30px;
}
.navigation-spacer {
	margin-top:5.5em;
}
/* Align left */
.aLeft {
	float:left;
	font: normal bold 0.69em Arial, Helvetica, sans-serif;
}
/* Align right */
.aRight {
	float:right;
	font: normal bold 0.69em Arial, Helvetica, sans-serif;
}

/* Links */
a:link {
	color: #3490d1;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #3490d1;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #008FD5;
	text-decoration: underline;
}

.right-navigation a {
	font-weight: normal;
}


a.thumbsList:link {
	color: #3490d1;
	font-weight: normal;
	text-decoration: none;
}
a.thumbsList:visited {
	color: #3490d1;
	font-weight: normal;
	text-decoration: none;
}

a.thumbsList:hover {
	color: #008FD5;
	text-decoration: underline;
}

.index a {
	font-weight: bold;
	color: #3490d1;
}
.index a.thumbsList:link {
	color: #324a60;
	font-weight: normal;
	text-decoration: none;
}
.index a.thumbsList:visited {
	color: #324a60;
	font-weight: normal;
	text-decoration: none;
}
.index a.thumbsList:hover {
	color: #324a60;
	font-weight: normal;
	text-decoration: underline;
}

