@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #DDDDDD;
	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;
}
.twoColFixLtHdr #container { 
	width: 900px;
	background: #FFFFFF; /* white */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #FFFFFF; /*#a17725;	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border: 0;	
} 
.twoColFixLtHdr #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 */
	padding: 5px 5px 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E5F2FB;
}
/* Styles used in navigation bar */
div#sidebar1 table {
	width: 210px;
	border-collapse:collapse;
/*	border-top:3px solid #B09E0D;
	border-bottom:3px solid #B09E0D; */
}
.navbar1{ /* Major cell within navbar_table */
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
}
.navbar2{ /* Minor cell within navbar_table */
	font-size: small;
	font-weight: normal;
	text-decoration: none;
	padding-left: 15px;
}
/* Anchor characteristics in navbar row */
div#sidebar1 a:link    {text-decoration: none; color: #3A50A3;}
div#sidebar1donate a:link    {text-decoration: none; color: #FF0000;} /* Special color for donate link */
div#sidebar1 a:active  {text-decoration: none;}
div#sidebar1 a:visited {text-decoration: none; color: #3A50A3;}
div#sidebar1 a:hover   {color:#000000; font-style:normal; text-decoration:none; text-transform:none; }

.twoColFixLtHdr #rightContent {
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: "Times New Roman", Times, serif; /*Text outside a table is Roman, inside a table is Verdana */
	font-size: large;
	font-weight: normal;

}
/* objects within rightContent div */
div#rightContent img {
	width: 300px;
	margin: 10px 10px 10px 10px;
	float: right;
}

table.program_summary {
	border-collapse:collapse;
	width: 600px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table.program_summary th {
	border-bottom: 2px solid #3A50A3;
	font-size: medium;
	font-weight: bold;
	color: #3A50A3;
	text-align:right;
	vertical-align:text-top;
	width: 100px;
}
table.program_summary td {
	border-bottom: 1px solid #2D0099;
	font-size: medium;
	font-weight: normal; 
	color: #000000;
	text-align: left;
	vertical-align: text-top;
}
table.program_summary th, table.program_summary td {
	padding: 6px 3px 6px 3px;
}
hr.program_rule {
	color: #B09E0D;
	height: 2px;
}
.p_note {
	font-size: small;
	font-weight:normal;
}
div#rightContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #3A50A3;
}
/* Anchor characteristics in rightContent row */
div#rightContent a:link    {color: #3A50A3; border-bottom: 1px dotted; text-decoration: none; }
div#rightContent a:visited {color: #3A50A3; border-bottom: 1px dotted; text-decoration: none;}
div#rightContent a:hover   {color: #B09E0D;}

.twoColFixLtHdr #fullWidthContent {
	margin: 0 0 0 0; /* this div spans the full width of the container. It is used after the sidebar is done. */
	padding: 0 0;
	font-family:"Times New Roman", Times, serif;
	font-size: large;
	font-weight: normal;
}
div#fullWidthContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #3A50A3;
}
.image_caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color: #000000;
	text-align:center; 
}
/* Anchor characteristics in rightContent row */
div#fullWidthContent a:link    {color: #3A50A3; border-bottom: 1px dotted; text-decoration: none;}
div#fullWidthContent a:visited {color: #3A50A3; border-bottom: 1px dotted; text-decoration: none;}
div#fullWidthContent a:hover   {color: #B09E0D;}

table.program_body {
	width: 830px;
	margin: 0 10px 0 10px; 
	font-family: "Times New Roman", Times, serif;
	font-size: large;
}
table.program_body td {
	border-right: 15px solid #FFFFFF;
}

table.summary_body {
	width: 880px;
	margin: 0 10px 0 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small; 
}
table.symmary_body td {
	border-right: 15px solid #FFFFFF;
}

.twoColFixLtHdr #footer { 
/*	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.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;
}

