@charset "utf-8";
/* CSS Document */


#left_div {
	float:left;
	width:288px;
	height:430px;
	background-image:url(leftpanel.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#f8931f;
	padding:0px;
}

#right_div {
	float:left;
	width:660px;
	height:430px;
	background-image:url(schools_back.jpg);
	background-color:#192440;
	background-repeat:no-repeat;
	padding:0;
}

#logo {
	float:left;
	width:191px;
	height:142px;
	padding:0 0 0 45px;
}

/* DEFAULT TEXT STYLES */
p {
	width:250px;
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
	margin-bottom:.75em;
	line-height:1.44em;
}
.greenbold {
	font-weight:bold;
	color:#009966;
}

/* LINKS */
a:link.linkgr {font-family: Arial, Helvetica, sans-serif; font-size: 1em; color: #00ae98; text-decoration: none; font-weight:bold; outline: none}
a:visited.linkgr {font-family: Arial, Helvetica, sans-serif; font-size: 1em; color: #00ae98; text-decoration: none; font-weight:bold; outline: none}
a:hover.linkgr {font-family: Arial, Helvetica, sans-serif; font-size: 1em; color: #00ae98; text-decoration: underline; font-weight:bold; outline: none}
a:active.linkgr {font-family: Arial, Helvetica, sans-serif; font-size: 1em; color: #00ae98; text-decoration: underline; font-weight:bold; outline: none}