@charset "UTF-8";



body  {

	font-family: Helvetica, Arial, sans-serif;

	font-size: 14px;

	background: #5fb83d;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 0;

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	color: #000000;

	letter-spacing:normal;

	line-height: 13px;

}



li {

	line-height: 14px;

	margin-bottom:2px;

}



.logo {

	margin-bottom:10px;

}



body#program1  {

	background: #ac7c1d;

}



body#program2  {

	background: #ffcc66;

}



body#program3  {

	background: #fffba3;

}



body#program4  {

	background: #FFFFFF;

}



a:link, a:visited, a:active {

	color: #000000;

	text-decoration: underline;

}

a:hover {

	text-decoration: underline;

	color: #525252;

}

.twoColFixLt #container { 

	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	background: #FFFFFF;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */

	border-left: solid 1px #000000;

	border-right: solid 1px #000000;

	background-image:url('images/top_bg.gif');

	background-repeat: repeat-x;

}

.twoColFixLt #sidebar1 {

	float: left; /* since this element is floated, a width must be given */

	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

	background: ; /* the background color will be displayed for the length of the content in the column, but no further */

	padding: 0px 10px 15px 20px;

}

.twoColFixLt #mainContent {

	margin-top: 0px;

	margin-right: 0;

	margin-bottom: 0;

	margin-left: 250px;

	padding-top: 15px;

	padding-right: 15px;

	padding-bottom: 20px;

	padding-left: 15px;

} 



.twoColFixLt #container.program1 {

	background-color: #ac7c1d;

	border: none;

	background-image:url('images/top_bg.gif');

	background-repeat: repeat-x;

} 



.twoColFixLt #container.program2 {

	background-color: #ffcc66;

	border: none;

	background-image:url('images/top_bg.gif');

	background-repeat: repeat-x;

} 



.twoColFixLt #container.program3 {

	background-color: #fffba3;

	border: none;

	background-image:url('images/top_bg.gif');

	background-repeat: repeat-x;

} 



.twoColFixLt #container.program4 {

	background-color: #FFFFFF;

	border: none;

	background-image:url('images/top_bg.gif');

	background-repeat: repeat-x;

} 



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-left: 8px;

}

.fltlft { /* this class can be used to float an element left in your page */

	float: left;

	margin-right: 8px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}



p {

  line-height: normal;

}



ul#menu, ul#menu ul {

  list-style-type:none;

  margin: 0;

  padding: 0;

  width: 216px;

  font-weight:bold;

  font-size:16px;

}



ul#menu a {

  display: block;

  text-decoration: none;	

}



ul#menu li {

  margin-top: 1px;

}



ul#menu li a {

  background: #5fb83d;

  color: #000000;	

  padding: 0.5em;

  border: solid 1px #483823;

}



ul#menu li a:hover {

  background: #74e249;

}



ul#menu li ul li a {

  background: #74e249;

  color: #000000;

  padding-left: 19px;

  text-align:left;

  border: solid 1px #483823;

}



ul#menu li ul li a:hover {

  background: #5fb83d;

  border-left: 5px #483823 solid;

  padding-left: 15px;

}



div.program1-link {

	display:block;

	text-align:center; 

	height:40px; 

	background-color:#ac7c1d; 

	color:#000000; 

	margin-bottom:10px;

	font-weight:bold;

	font-size:17px;

	border: solid 2px #000000;

	float:left;

	margin-right:5px;

	line-height:17px;

}



div.program2-link{

	display:block;

	text-align:center; 

	height:33px; 

	background-color:#ffcc66; 

	color:#000000; 

	margin-bottom:10px;

	font-weight:bold;

	font-size:17px;

	border: solid 2px #000000;

	float:left;

	margin-right:5px;

	line-height:17px;

}



div.program3-link {

	display:block;

	text-align:center; 

	height:40px; 

	background-color:#fffba3; 

	color:#000000; 

	margin-bottom:10px;

	font-weight:bold;

	font-size:17px;

	border: solid 2px #000000;

	float:left;

	margin-right:5px;

	line-height:17px;

}



div.program4-link {

	display:block;

	text-align:center; 

	height:55px; 

	background-color:#FFFFFF; 

	padding-top:14px; 

	color:#000000; 

	margin-bottom:10px;

	font-weight:bold;

	font-size:17px;

	border:solid 2px #000000;

	float:left;

	margin-right:5px;

	line-height:17px;

}



div.programr-link {

	display:block;

	text-align:center; 

	height:23px; 

	background-color:#5fb83d; 

	padding-top:13px; 

	color:#000000; 

	margin-bottom:10px;

	font-weight:bold;

	font-size:14px;

	border:solid 2px #000000;

	float:left;

	margin-right:5px;

}



a div.program1-link {

	text-decoration:none;

}



a div.program2-link {

	text-decoration:none;

}



a div.program3-link {

	text-decoration:none;

}



a div.program4-link {

	text-decoration:none;

}



a div.programr-link {

	text-decoration:none;

}





.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }

.code code { display: block; padding: 3px; margin-bottom: 0; }

.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }

.indent1 { padding-left: 1em; }

.indent2 { padding-left: 2em; }



.small {

	font-family:  Helvetica, Arial,  sans-serif;

	font-size: 10px;

}



h3 {

	font-size: 16px;

	line-height:17px;

}



h2 {

	font-size: 23px;

	line-height:24px;

	margin-bottom:20px;

}



.quote {

	font-family:"Times New Roman", Times, serif;

	font-size:17px;

	line-height:18px;

	color:#000000;

}

#FlashLogo { margin-top: 9px; }