@CHARSET "ISO-8859-1";

body {
	margin: 0px;
	background-color: #fff;
	font-family: arial, verdana, helvetica;
	font-family: calibri, Arial Unicode MS, sans-serif; 
	font-size: 14px;
	margin-bottom: 0px;
	color: #222;
}

h1 {
	font-size: 18px;
	padding-top: 10px;
	color: #000066;
	color: #ff7e01; padding-bottom : 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

h2 {
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 0;
	color: #000066;
	color: #ff7e01;
	margin-bottom: 0;
}

h3 {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 0;
	color: #000000;
	color: #ff7e01;
	margin-bottom: 0;
}

h4 {
	font-size: 12px;
	display: inline;
	/*padding-top: 0;
*/
	margin-bottom: 0;
	/*padding-bottom: 0;
*/
	color: #000000;
}

A:link {
	color: #71a4eb;
	text-decoration: underline;
	font-weight: bold;
}

A:visited {
	COLOR: #71a4eb;
	text-decoration: none;
	color: rgb(109, 101, 124);
	font-weight: bold;
	
}

A:active {
	color: #ff7e01;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	color: #ff7e01;
	text-decoration: none;
	font-weight: bold;
}

#sitecontainer {
	width: 1024px;
	margin-left: 100px;
	background-color: #ffffff;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}

#leftcolumn {
	width: 200px;
	background-color: #ffffff;
	/* border-right: solid 1px #ffaaff; */
}

#rightcolumn {
	position: absolute;
	left: 850px;
	top: 220px;
	width: 230px;
	border-left: solid 1px #green;
	border-right: solid 1px #green;
	
	}
	
#logo {
	width: 200px;
	height: 170px;
}

#slide-images{
    position:relative;
    display:block;
    margin:0px;
    padding:0px;
    width:900px;
    height:202px;
    overflow:hidden;
}

#slide-images li{
    position:absolute;
    display:block;
    list-style-type:none;
    margin:0px;
    padding:0px;
    background-color:#FFFFFF;
}

#slide-images li img{
    display:block;
    background-color:#FFFFFF;
}

#maincolumn {
	position: absolute;
	left: 320px;
	top: 220px;
	width: 490px;
	background-color: #ffffff;
}

#belownav { /* This is the Montessori Methods graphical strip */
	position: absolute;
	top: 172px;
	top: 177px;
	left: 303px;
	width: 778px;
	height: 30px;
}

.float_left {
	float: left;
	margin-right: 10px;
}

.float_left_icon {
	float: left;
	margin-right: 5px;
}

.float_right {
	float: right;
	margin-left: 10px;
}

img
{  border-style: none;
}

.bluetext {
	color: #5082cb;
}

#footer {
	clear: left;
	width: 100%;
	color: #777;
	text-align: center;
	padding: 4px 0;
	font-size: 10px;
}

p {text-align:justify;}

p.center {text-align: center;}
