@import url("main.css");

/* INDIVIDUAL PAGES --- */
/* IT.htm */
div#word { background: none; }
div#excel { background: none; }
div#html { background: none; }

/* management.htm */
div#managementCourses {	background: none; }

/* upcoming_events.htm */
div.frame#news {
  height: 100%;
  overflow: none;
}
/* --- INDIVIDUAL PAGES */

/* img { display: none; } */
body {
    color: #000;
    font: 9pt/1.1em Garamond, "Times New Roman", Times, serif;
		background: none;
}
p { line-height: 1.1em;}
.newPage { page-break-before: always; }
 
/* lists --- */
li:hover, li.jshover { background: none; }
/* --- lists */

/* links --- */ 
a, a:link, a:visited {
  text-decoration: none;
	font-weight: bold;
	color: #000;
}
/* --- links */

/* headings --- */
h1, h2 {
    font-weight: normal;
    color: #000;
    background: none;
}
h1 {
  margin-top: -5pt;
  font-size: 18pt;	
}
h2 { font-size: 13pt; }
h3 { font-size: 9pt; }
/* end headings */

/* tables */
table {
	  font-size: 12pt; line-height: 14pt;
    width: 100%;
    border-collapse: collapse;
}
th, td { padding: 4pt 7pt; }
td { border: 1px solid #006; }
/* end tables */

/* sections */
#container {
		width: 100%;
}

img { clear: none; }


fieldset { width: 320px; }
#main { 
    background: none;
		width: 100%;
		padding: 0;
}
#main br.newPage { display: block; } /* hidden in main stylesheet */
#mainContent a:hover, #mainContent a.jshover, #mainContent a:active { background: none; } 
#main.printImages img { display: inline; }

#header {
  display: none;
}

#footer { background: none; }

div.box {
	width: auto;
	border: 1pt solid #006;
	padding: 0;
	margin: 10pt 0 30pt;
	color: #333;
  background-color: #EEE;
} 
div.box p {
  margin: 0;
	padding: 2pt 4pt 0;
}
div.box table td { border: 0; }
div.box:before {
	 display: none;
}
div.box:after {
	 display: none;
}
