 

/* ---- core ---- */
body,td,h1,h2,h3,p,ul,li {
	font-family: verdana, helvetica, arial;
	font-size: 11px;
	}
	
.white {
	font-size: 11px; 
	font-family: verdana; 
	color: #ffffff; 
	font-weight: bold
	}

/* ---- footer dropdown ---- */
.basic {
	font-size: 11px; 
	font-family: verdana; 
	color: #000000;
	}

#footer {
	width: 770px;
	}

/* ---- top banner ---- */

#header {
	width: 770px; 
	text-align: right; 
	height: 60px; 
	z-index: 0;
	}
#topnav {
	position: relative;	
	top: 0;  
	left: 0; 
	width: 770px; 
	text-align:right; 
	z-index:6;
	}
#logo	{
	position: absolute; 
	top: 0;  
	left: 0; 
	text-align: left; 
	z-index: 1;
	}
#rings {
	position: absolute; 
	top: 0;  
	left: 61px; 
	z-index: 2;
	}
#title {
	position: absolute; 
	top: 32px; 
	left: 76px; 
	text-align: left; 
	z-index: 4;
	}

.blue {
	font-size: 10px; 
	color: #1c4fb5; 
	background-color: white;
	}
#largest {
	position: absolute; 
	top: 33px; 
	left: 7px;
	}
#trans_bubble {
	position: absolute; 
	width: 100px; 
	border: solid black 1px; 
	padding: 3px; 
	background-color: #fffaae;
	}


/*----homepage stuff----*/
.copy {
	color:#cccccc;
	}
.title {
	font-size:11px; 
	font-family: verdana; 
	color: #ffffff; 
	font-weight: bold;
	}
.AgeSelect {
	font-size: 10px; 
	font-family: verdana; 
	color: #3e53d0; 
	background-color: #e1e5ff;
	}
.AgeTitle {
	color: #ffffff;
	}
.ProgTitle {
	font-size: 11px; 
	color: #ffffff; 
	font-weight: bold;
	}
.FormTitle {
	font-size: 12px; 
	color: #4129a6; 
	font-weight: bold;
	}
.FormTitle2 {
	font-size: 11px; 
	color: #4129a6; 
	font-weight: bold;
	}
.FormBody {
	font-size: 11px; 
	color: #333333;
	}
.ResTitle {
	font-size: 11px; 
	color: #000d5a; 
	font-weight: bold;
	}
.FormStar {
	font-size: 11px; 
	color: #990000; 
	}

/* ---- efset ---- */
.efsettitle	{
	color: #da7600; 
	font-weight: bold; 
	font-size: 12px;
	}
.efsettitlebox {
	background-color: #ebf5fe; 
	border: solid white 1px; 
	width: 454px; 
	padding: 4px 8px 4px 8px;
	}
.efsetchoosebox {
	background-color: #d0e4f5; 
	border: solid white 1px; 
	width: 454px; 
	padding: 2px; 
	margin-top: 2px;
	}
.efsetformbox {
	background-color: #d8e7f3; 
	border: solid #95b8d5 1px;
	}
.efsetbody1 {
	color:#333333;
	}
.efsetrowA {
	padding: 2px 2px 2px 6px;
	}
.efsetrowB {
	padding: 2px 2px 2px 6px; 
	background-color: #ffffff;
	}
.efseterror {
	font-weight: bold; 
	color: #da7600;
	}

a, a:link, a:visited, a:active {
	font-family: verdana; 
	color: #3366cc; 
	text-decoration: none
	}
a:hover {
	font-family: verdana; 
	color: #3366cc; 
	text-decoration: underline
	}

a.white, a.white:link, a.white:visited, a.white:active {
	color: #ffffff; 
	text-decoration: none
	}
a.white:hover {
	color: #ffffff; 
	text-decoration: underline
	}

a.nav, a.nav:link, a.nav:active, a.nav:visited {
	font-size: 10px; 
	color: #1c4fb5;
	}
a.nav:hover {
	color: #1c4fb5; 
	text-decoration: underline;
	}

a.ResTitle, a.ResTitle:link, a.ResTitle:visited, a.ResTitle:active {
	font-size: 11px; 
	color: #000d5a;
	}
a.ResTitle:hover {
	color: #000d5a; 
	text-decoration: underline;
	}

a.FormTitle, a.FormTitle:link, a.FormTitle:active, a.FormTitle:visited {
	font-size: 11px; 
	color: #3366CC;
	}
a.FormTitle:hover {
	color: #3366CC; 
	text-decoration: underline;
	}

a.ConsultLink, a.ConsultLink:link, a.ConsultLink:active, a.ConsultLink:visited  {
	font-size: 10px; 
	color: #22587b; 
	font-weight: bold;
	}
a.ConsultLink:hover {
	color: #22587b;
	text-decoration: underline;
	}

a.purple, a.purple:link, a.purple:active, a.purple:visited {
	font-size: 11px; 
	color: #4129a6;
	}
a.purple:hover {
	color: #4129a6; 
	text-decoration: underline;
	}

a.leftbut, a.leftbut:link, a.leftbut:active, a.leftbut:visited {
	font-size: 10px; 
	color: #ffffff; 
	font-weight: bold;
	}
a.leftbut:hover {
	color: #ffffff; 
	text-decoration: underline;
	}

/*----related/learning-----*/
.partnerlink { }
.partnerlink a { 
    font-size: 14px;
    font-weight: bold;
    color: #3366cc; 
	text-decoration: none
}	

/*----random padding----*/
.space	{
	margin-top:5px;
	}
.space2	{
	margin-top:10px;
	}
.space3	{
	margin-top:20px;
	}
.pad1 {
	padding-bottom:5px;
	}
.pad3 {
	padding-bottom:3px;
	}
.pad5 {
	padding-bottom:5px;
	}
.pad10 {
	padding-bottom:10px;
	}
.pad20 {
	padding-bottom:20px;
	}
.padchoose {
	padding-left:20px;
	}
.padleft5 {
	padding-left:5px;
	}
.padleft10 {
	padding-left:10px;
	}
.padform {
	padding:5px 5px 5px 5px;
	}
.padform2 {
	padding:3px 5px 3px 5px;
	}
.padform3 {
	padding:7px 5px 7px 5px;
	}
.padform4 {
	padding:10px 10px 10px 10px;
	}
.butpad	{
	padding:0px 3px 2px 3px; 
	text-align:center;
	}
.butpad2 {
	padding:1px 5px 1px 5px; 
	text-align:center;
	}
.butpad3 {
	padding:1px 0px 1px 5px; 
	text-align:center;
	}
.arrowsm {
	font-size:10px; 
	font-weight:normal;
	}
.GSwhite {
	background:#ffffff;
	}	