@charset "utf-8";
/* CSS Document */

#left_div {
	float:left;
	width:236px;
	height:361px;
	background-image:url(left_div.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#f9ed33;
	padding:70px 16px 0 30px;
}

#right_div {
	float:left;
	width:666px;
	height:431px;
	/*background-image:url(schools_back.jpg);*/
	background-image:url(quad_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 {
	font-size:12px;
	color:#5a5a5a;
	font-weight:normal;
	margin-bottom:.75em;
	line-height:1.44em;
}

/* 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}