/*
-----------------------------------------------
Libby Hathorn
author: Ryan O'Connell
----------------------------------------------- */

/*-------Start containers to hold all the content in place---------------------------------------------------------------------------*/
.container_main {
	background-color: #fff;
	margin:0px auto 5px auto;
	border:0px solid #CDCDCB;
	padding:0px;
	font-size:100%;
	font-family: arial, helvetica, verdana, sans-serif;
	position:relative; /* IE 6 Peekaboo bug hack */
	line-height: 1.6em; /* IE 6 Peekaboo bug hack */
	width: 770px; /* IE PC dimensions - overridden for browsers that utilise correct box model by Tantek box model hack below */
	voice-family: "\"}\"";  /* Box model hack: IE5 and 5.5 Win can't see the following correction */
	voice-family:inherit;
	padding:0px;
	width:770px; 
	height: auto;
} html>body .container_main { width:770px; padding:0px;}  /* For browsers that also couldn't see the correction but use the correct box model */
/*-----Start header layout------------------------------------ */
.container_header {
	margin:0;
	padding:5px 0 5px 20px;
	line-height: normal; /* IE 6 Peekaboo bug hack */
	background:#fff url("../images/header.jpg") no-repeat;
	height:58px;
}

/*-----End header layout--------------------------------------- */
/*-----Start content layout------------------------------------ */
.container_content {
	margin:0;
	padding:0;
	line-height: 1.4em; /* IE 6 Peekaboo bug hack */
	height:1%; /* IE 6 Peekaboo bug hack */
	background:#fff;
}
.container_home {
 background:url("../images/homeBG.jpg") no-repeat;
 padding:140px 10px 10px 180px;
 float:left;
 position: relative;
 
}
.homeImg {
margin:10px 10px 0 0;
}
.container_col_left {
	position: relative;
	float:left;
	padding:10px 0 10px 10px;
	width:179px;
	line-height: 1.4em; /* IE 6 Peekaboo bug hack */
}
.container_col_right {
	position: relative;
	float:right;
	width:580px;
	padding:0;
	line-height: 1.4em; /* IE 6 Peekaboo bug hack */
	margin:0;
}
/*-----End content layout------------------------------------- */

/*-----Start footer layout------------------------------------ */ 
.container_footer {
	color:#fff;
	font-size:85%;
	padding:0 0 0 0;
	height:25px;
	padding:10px 20px 10px 20px;
	margin:5px 0 0 0;
	background:#fff url("../images/fotter.jpg") left center no-repeat;
	position:relative;
	text-align:right;
}
.footer_links {
 	margin:0 0 0 10px;
	font-size:90%;
	padding:0 0 0 0;
	position: relative;
	float:right;
}
.copyright {
	padding:0 0 0 30px;
	font-size:90%;
	position: relative;
	width:450px;
}
/*-----Start footer layout------------------------------------ */
/*-----End containers to hold all the content in place---------------------------------------------------------------------------*/


  
table.mitrataa_table { }

table.mitrataa_table tr td { font-size:11px; }

.teachers_notes img { margin-bottom:-12px; margin-right:5px; }

a.teachers_notes span, a.teachers_notes:link span, a.teachers_notes:active span, a.teachers_notes:visited span { font:bold 14px arial; text-decoration:underline; }
a.teachers_notes:hover span { text-decoration:none; }
