/* These are the controls for the layout of the pages */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Hidden Layers for Accessibility Fallback */

.invisilink		{ 
	visibility: hidden; 
	display: none;
}
a.invisilink		{ 
	visibility: hidden; 
	display: none;
}

/* left column under black header */
#menu-ece {
	width: 130px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	text-align: left;
	float: left;
}

.relatedlinks {
	font-size: 9px;
}
.relatedlinks li {
	margin-left: -20px;
	font-size: 10px;
}
.relatedlinks a:link { 
	color: #333;
	background-color: transparent; 
}
.relatedlinks a:visited { 
	color: #333;
	background-color: transparent; 
}
.relatedlinks a:hover { 
	color: #eeb211;
	background-color: transparent; 
}
.relatedlinks a:active { 
	color: #333;
	background-color: transparent; 
}


/* main content */
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.fineprint {
	text-align: center;
	font-size: 9px;
}


.redbold {
	color: #CC0000;
	font-weight: bold;
}

#content-ece a:link  { 
	color: #333;
	background-color: transparent; }
#content-ece a:visited  { 
	color: #333;
	background-color: transparent; }
#content-ece a:hover  { 
	color: #eeb211;
	background-color: transparent; }
#content-ece a:active  { 
	color: #333;
	background-color: transparent; }	

#content-ece H1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
}

#content-ece H2 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

#content-ece H3 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 2px;
}

#content-ece H4 {
	font-size: 13px;
	font-weight: bold;
	padding-left: 4px;
}

#content-ece H5 {
	font-size: 12px;
	font-weight: bold;
	padding-left: 6px;
}

#content-ece li {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* right column, for images */
#rightimages {
	width: 165px;
	float: right;
	text-align: right;
	vertical-align: top;
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 0px;
	position: relative;
	display: inline;
	clear: right;
	font-size: 10px;
}
.rightimagetd2 {
	width: 155px;
	height: 5px;
	background-color: #004FB3;
	color: #FFFFFF;
}
.rightimagetd1 {
	width: 155px;
	height: 5px;
	background-color: #004FB3;
	color: #FFFFFF;
}
.rightimagetd3 {
	width: 155px;
	height: 5px;
	background-color: #FFAF08;
	color: #FFFFFF;
}

/* for printing */
@media print { 
	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align: left;
	}
	#menu-ece {
		display: none;
	}
 }