html, body { font-family: Century Gothic; margin: 0; padding: 0 } 
 
#pagewidth  {width: 1000px } 
 
#header      { background-image: url("images/new/inscribe_u_header.gif"); background-repeat: no-repeat; position: relative; width: 1000px; height: 216px } 
#bar   { background-color: #225F91; position: relative; width: 100%; height: 9px } 
#wrapper {background-color: #C9E2F4;}
#leftcol   { background-color: #c9e2f4; position: relative; width: 200px; float: left }
#leftcol p, #leftcol td, #leftcol ul {font-size: 10px}
#maincol  { background-color: #fff; display: inline; position: relative; width: 800px; float: right }
#content  { margin-left: 40px; width: 760px }
#toplinks { color: #fff; font-size: 11px; font-family: "Century Gothic"; font-weight: bold; } 
#toplinks a   { color: #fff; font-size: 11px; text-decoration: none }
#toplinks a:hover   { color: #fff; line-height: 11px; text-decoration: underline }
#menu     { color: #fff; font-size: 11px; font-family: "Century Gothic"; font-weight: bold; background-image: url("images/navbasebg.jpg"); background-repeat: repeat-x; padding-top: 5px; padding-left: 10px; height: 29px } 
#menu a   { color: #fff; font-size: 11px; text-decoration: none }
#menu a:hover   { color: #fff; line-height: 11px; text-decoration: underline }
#footer { background-color: #fff; clear: both } 
 

 
 /* *** Float containers fix:*** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

h1 {
	color: #2271A0;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}
p {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
ul, ol  { color: #000000; font-size: 12px; font-weight: bold }
td {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	color: #2271A0;
	font-weight: bold;
}
a  { text-decoration: none }
a:hover {
	text-decoration: underline;
}
.testimonial  { color: #585958; font-style: italic }
