* {
 margin: 0;
 padding: 0;
}
/* default site settings */
body {
 background: #eee url(images/about/bg.gif) 0 auto repeat-x;
 wide: 960px;
 font: 12px/18px "Lucida Grande", Verdana, sans-serif;
 text-align: left;
 color: #333;
}
a:link, a:visited {
 color: #666;
}
a:hover {
 color: #f80;
}
h1 {
	margin-bottom: 11px;
	margin-left: 0;
	padding: 15px 0 21px 0;
	border-bottom: 1px solid #fff;
	font: normal italic 1.5em/18px Georgia, serif;
	color: #FFFFFF;
}
h2, h3 {
 font-weight: normal;
 font-size: 1em;
 line-height: 18px;
}
h2 {
 margin-left: -204px;
 padding: 10px 0px 20px 204px;
 font-size: 1.25em;
 text-transform: uppercase:
 color: #999;
}
h3 {
 padding-bottom: 6px;
 font-weight: bold;
 text-transform: uppercase;
 letter-spacing: -1px;
 color: #633;
}
#wrap {
 margin: -1px auto;
 width: 960px;
 text-align: center;
 border: 1px solid #999;
 color: #000;
}
/* END default site settings */

/* containers settings */
#container1 {
 margin: 0 auto;
 width: 960px;
 background:  #000;
 text-align: left;
}
#container2 {
 margin: 0 auto;
 width: 960px;
 background:  #666;
 text-align: center;
}
#container3 {
 margin: 0 auto;
 width: 960px;
 background:  #fff;
 text-align: left;
}
#container4 {
 margin: 0 auto;
 width: 960px;
 background:  #fff;
 text-align: left;
}
/* END containers settings */

/* head and menu settings */
#header {
 height: 72px;
 width: 960px; 
 background: url(images/inshdr_960x72.jpg);
 border-bottom: 1px solid #f80;
}
#header p {
 float: left;
 padding: 20px 24px 24px 72px;
 font-size: 1.5em;
 line-height: 1em;
 color: #fff
}
#insname {
 margin-left: 20px;
 margin-top: 10px;
 image-size: 392px 50px;
}
#nav {
 width: 960px;
 height: 18px;
 background: #333;
 font-size: 12px;
 line-height: 1.2em;
 text-align: center;
}
#nav a:link, #nav a:visited {
 color: #fff;
 text-decoration: none;
}
#nav a:hover {
 color: #f80;
}
#nav p {
 padding: 1px 24px 1px 24px;
 color: #fff;
}
/* END head and menu settings */

/* section float items for about and education settings */
#content-container {
 float: left;
 width: 960px;
 color: #000000;
}
#rightcontent {
 float: right;
 width: 450px;
 padding: 20px 0 20px 20px;
 margin: 0 20px 0;
 display: inline;
 border-left: 1px dotted #999;
}
#rightcontent p {
 font-size: 12px;
 line-height: 1.5em;
 text-align: left;
 padding-bottom: 8px;
 }
#caption {
 font-size: 10px;
 line-height: 1.2em;
 text-align: left;
 padding-bottom: 12px;
 }
#leftcontent {
 float: left;
 width: 420px;
 padding: 20px 0 10px 20px;
 margin: 0;
 display: inline;
}
#icon a {
 border: 0;
}
.floatright {
 float: right;
 width: 330px;
 margin: 0 0 5px 5px;
 background-color: #cfcfcf;
 padding: 10px 15px 10px 15px;
 border-top: 1px solid #999;
 border-right: 1px solid #555;
 border-bottom: 1px solid #555;
 border-left: 1px solid #999;
}
div.floatright img {
 margin: 0 20px 10px 20px;
 border-top: 1px solid #222;
 border-right: 1px solid #222;
 border-bottom: 1px solid #222;
 border-left: 1px solid #222;
}
div.floatright p {
 font-size: 9px;
 line-height: 1.2em;
 text-align: left;
}
/* END section float items for about and education settings */

/* social action page */
.introcenter {
 width: 570px;
}
div.threecol {
 float: left;
 width: 280px;
 height: 3200px;
 margin: 10px;
 text-align: left;
 background-color: #dfdfdf;
 padding: 10px;
}
div.threecol p {
 padding-bottom: 1em;
}
div.threecol img {
 outline-width: 1px;
 outline-style: solid;
 outline-color: white;
}
/* END social action page */

/* university and K-12 2 col page */
div.twocol {
 float: left;
 width: 440px;
 height: 3200px;
 margin: 10px;
 text-align: left;
 background-color: #dfdfdf;
 padding: 10px;
}
div.twocol p {
 padding-bottom: 1em;
}
div.twocol img {
 outline-width: 1px;
 outline-style: solid;
 outline-color: white;
}
div.twocolunv {
 float: left;
 width: 440px;
 height: 3200px;
 margin: 10px;
 text-align: left;
 background-color: #dfdfdf;
 padding: 10px;
}
div.twocolunv p {
 padding-bottom: 1em;
}
div.twocolunv img {
 outline-width: 1px;
 outline-style: solid;
 outline-color: white;
}
/* END university and K-12 2 col page */

/* footer settings */
#footer {
 clear: both;
 width: 960px;
 height: 65px;
 background: #333;
 font-size: 9px;
 line-height: 1.2em;
 text-align: center;
 border-top: 1px solid #f80;
}
#footer a:link, #footer a:visited {
 color: #fff;
 text-decoration: none;
}
#footer a:hover {
 color: #f80;
}
#footer p {
 padding: 8px 24px 4px 24px;
 color: #fff;
}
/* END footer settings */

