/* LINKS */
a { text-decoration:none; color:blue; }
a:hover {	color:#FF6600; }

/* IMAGES */
img { border:0; }
img.left { float:left; }
img.right { float:right; }

/* BODY */
body {
	margin:0px;
	background-color:#0000FF;
	background:url(img/background.gif);
	text-align:center;
	color:black;
}

/* PARAGRAPHS & TITLES */
p { font-family:Arial, Helvetica, sans-serif; font-size:14px; }
h1 {	font-weight:bold; font-style:italic; font-size:16px; }
hr.dashed { border:0px; border-bottom:1px; border-style:dashed; border-color:#000000; width:60%;}

/* TABLES */
table { empty-cells:show; border-collapse:collapse; }	
table.top { margin:0px;	padding:0px;	width:100%; border:0px; } /* Only used for the body table */
table.invis { margin:0px; padding:0px; border:0px; } /* invisible table for content structure */
table.lure{ margin:0px;	padding:0px;	width:60%; } /* small info boxes (used for contact, expansions) */
table.content {	margin:20px auto 0 auto; width:95%; padding:0px; border:0px; } /* Content table with blue border and white background */
table.program { width:95%; border:0px; } /* style for program tables */

td { text-align:center; margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; font-size:14px; }
td.silver { text-align:center;font-family:Arial, Helvetica, sans-serif; font-size:14px; background-color:#F2F2F2; }
td.darksilver { text-align:center;font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight: bold; background-color:#C6C6C6; }
td.lure { border:1px;	border-color:black; border-style:solid; }
td.invis { border:0px; text-align:left;}
td.file { text-align:left; border:1px; border-bottom-color:gray; border-bottom-style:dashed; }	
td.btn { width:14%; border-top:1px; border-bottom:1px; border-left:0px;	border-right:0px;	border-style:solid; border-color:#FFE300; cursor:pointer;	font-size:12px;	font-weight:bold; background-color:#FFCE0B; }
td.program { border:1px; border-style:solid; border-color:#000000; font-size:12px; }
td.programb { border:1px; border-style:solid; color:#0007FF; border-color:#000000; font-size:12px; }
td.programh { border:1px; border-style:solid; background-color:#FFCE0B; border-color:#000000; font-size:12px; font-weight:bold; }