/* Start of CMSMS style sheet 'ECE-black-background' */
/* These are the controls for the layout of the pages */

body {
	text-align: center;
	background: #efefef url(images/bg.gif);
	color: #000000;
	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;
}

/* this holds the random info above
   the black header */
#misccontainer {
	width: 760px;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: right;
	color: #666666;
}
#misccontainer a:link  { 
	color: #666666;
	background-color: transparent; }
#misccontainer a:visited  { 
	color: #666666;
	background-color: transparent; }
#misccontainer a:hover  { 
	color: #eeb211;
	background-color: transparent; }
#misccontainer a:active  { 
	color: #666666;
	background-color: transparent; }	
/* just want to be able to align left the CoE text */
#coecontainer {
	text-align: left;
	float: left;
	font-size: 11px;
	padding-top: 8px;
}
.top-links {
	font-size: 11px;
	line-height: 3px;
}
.breadcrumbs {
	font-size: 10px;
	/*padding-top: 5px;*/
	line-height: 13px;
}


#presentationcontainer {
    background: #FFFFFF;
	color: #000000;
	width: 760px;
	clear: both;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
    margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	display: block; 
	position: relative; 
}

/* black header */
#headerscontainer {
	width: 760px;
	height: 55px;
	background: #000000 url(../uploads/images/gt-header.gif) no-repeat;
	color: #FFFFFF;
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px;
}
#headergtimage {
	width: 125px;
	height: 55px;
	float: left;
	text-align: left;
	position: relative;
}
#headerece {
	width: 635px;
	height: 55px;
	float: right;
	text-align: right;
	position: relative;
}
#headerece a:link { 
	color: #CCCCCC; 
	background-color: transparent;
	text-decoration: none; }
#headerece a:visited { 
	color: #CCCCCC; 
	background-color: transparent;
	text-decoration: none; }
#headerece a:active { 
	color: #CCCCCC; 
	background-color: transparent;
	text-decoration: underline; }
#headerece a:hover { 
	color: #F7CD2A; 
	background-color: transparent;
	text-decoration: underline; }
.header-ece-text {
	color: #A1A1A1;
	background-color: transparent;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	padding-right: 10px;
	padding-top: 5px;
        font-weight: bold;
}
.header-research-group {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	height: 23px;
	padding-right: 10px;
	padding-top: 7px;
}
#mirctechimages {
        background: #000000;
        text-align: center;
}

/* main part of page between header and footer */
#contentcontainer {
        width: 730px;
	clear: both;
	padding-bottom: 25px;
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px;
	display: block;
}

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

#content p {
        padding-top: 5px;
        padding-bottom: 3px;
}

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

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

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

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

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

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

#content li {
  margin-left: -20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* footerece */
#footerece {
	background: #000000;
	color: #A1A1A1;
	text-align: center;
	font-size: 10px;
	width: 760px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	display: block;
	position: relative;
}

#footerece a:link { 
	color: #A1A1A1; 
	background-color: transparent;
	text-decoration: none; }
#footerece a:visited { 
	color: #A1A1A1; 
	background-color: transparent;
	text-decoration: none; }
#footerece a:active { 
	color: #A1A1A1; 
	background-color: transparent;
	text-decoration: underline; }
#footerece a:hover { 
	color: #F7CD2A; 
	background-color: transparent;
	text-decoration: underline; }
/* End of 'ECE-black-background' */

