BODY {
	font-family: Georgia, "Copperplate Gothic Light", "Times New Roman", Times, serif;
	}
DL {
	margin: 0.7em 0 0.7em 0;
	}
LI {
	}	
	
	
#cont0 {
	position: relative;
	margin: 0; padding: 0;
	}
#header {
	margin: 0; padding: 0;
	}
#imageHeader {
	position: relative;
	width: 65px;
	margin: 0 0 8px 0; padding: 0;
	}
#textHeader1 {
	font-family: "Copperplate Gothic Bold", Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	position: absolute;
	top: 5px; left: 130px;
	}
* html #textHeader1 {
	top: 20px;
	}
#textHeader2 {
	font-family: "Copperplate Gothic Bold", Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	position: absolute;
	top: 5px; right: 0.8%;
	}
* html #textHeader2 {
	top: 20px;
	}
#subMenu {
	font-family: "Copperplate Gothic Light", Georgia, "Times New Roman", Times, serif;
	position: relative;
	background-color: #F9F9F9;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 0 0 15px 0; padding: 0;
	text-align: center;
	z-index: 5;
	}
	
	
	
	
	
#cont0main {
	position: relative;
	width: 100%;
	}
#middleCont {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 170px 20px 170px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;

	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
#floater {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left; width: 100px;
	display: inline;
	background-color: #fff;
	border: 1px dotted #ccc;
	margin: 10px 10px 10px 0px; padding: 10px;
	}
#floater p {
	margin: 0; padding: 0;
	line-height: 1.2em;
	}
#navAlpha {
	position:absolute;
	width:150px;
	top:0px;
	left:0px;
	padding:0 0 5px 0;
	border-bottom: 2px solid #990000;
	z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:128px;}
		
#navBeta {
	position:absolute;
	width:150px;
	top:0px;
	right:0px;
	padding:0 0 5px 0;
	border-bottom: 2px solid #000099;
	text-align: right;
	z-index:1;
	overflow: hidden;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:128px;}	
	
#footer {
	position: relative;
	text-align: left;
	float: left;
	width: 99.9%;
	clear: both;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	background-color: #F6F6F6;
	}	
	
div.divSetHeight {
	height: 350px;
	overflow: hidden;
	}
img.imgMidCont {
	margin: 10px 10px 10px 0;
	}	
p.pSmall {
	font-size: 0.8em;
	margin: 0; padding: 0;
	}
em.pBold {
	font-style: normal;
	font-weight: bold;
	}
ul.subMenuUL {
	list-style-type: none;
	margin: 15px 0; padding: 0;
	font-size: 0.9em;
	color: #999;
	}
ul.subMenuUL li{
	display: inline;
	}
#subMenu a {
	color: #666;
	text-decoration: none;
	}
#subMenu a:hover {
	color: #333;
	font-weight: bold;
	}
ul.sideMenuUL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: none;
	list-style-type: none;
	margin: 0; padding: 0;
	}
ul.sideMenuUL li {
	float: none;
	padding: 0 0 6px 0;
}
ul.footerUL {
	font-size: 0.9em;
	margin: 0 0 5px 0; padding: 0;
	}
ul.footerUL li{
	margin: 0 25px 0 0; padding: 0;
	display: inline;
	}
	
	
	
	
	
/* CUSTOM CSS: MAINPAGE
---------------------------------------------------*/
#mainPage #middleCont {
	height: 490px; /* Remove this line if enough content present */
	padding: 20px;
	background-image: url(../../images/FacultyITS.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	background-color:white;
	}



/* CUSTOM CSS: SUBPAGE
---------------------------------------------------*/
#subPage #middleCont {
	padding: 20px;
	background-color: #F6F6F6;
	line-height: 1.3em;
	}
#subPage #middleCont ul {
	}
#subPage #middleCont li {
	list-style-type: none;
	background-image:url(../../images/bg-bullet.gif);
	background-repeat: no-repeat;
	background-position: left 0.4em;
	padding-left: 20px;
	}
#subPage #middleCont p.pSmall {
	}
	
	
	
/* CUSTOM CSS: HELPDESK
---------------------------------------------------*/
#helpdeskSOP01 {
	display: none;
	} 
#helpdeskSOP01, #helpdeskSOP02, #helpdeskSOP03, #helpdeskSOP04, #helpdeskSOP05, #helpdeskSOP06, #helpdeskSOP07, #helpdeskSOP08 {
	display: none;
	border: 1px solid #666;
	padding: 10px;
	background: #fff;
	} 
