#leftside
{
	font-size:12px;	
}
#rightside
{
	font-size:12px;	
}
/* ############################################################# */
/* ############################################################# */
/* ############################################################# */
/* ############################################################# */


/* --------------- BREADCRUMB --------------------- */
.Breadcrumb
{
    /*height: 22px;*/
    line-height: 22px;
    color: #9A9A9A;
    margin-left:15px;
    font-size:11px;
}
.Breadcrumb A
{
    /*color:#9A9A9A;*/
    color:#2E5E9C;
} 

/* --------------- DESCRIPTIONS --------------------- */
.Descriptions
{
	margin: 0px 15px 10px 15px;
	/*font-size: 1em;*/
}

.Descriptions DIV
{
	/*font-size:100%;*/
}
.Descriptions div ul
{
	/*font-size:100%;*/
}
.Descriptions H1
{
	font-family: 'Trebuchet MS', sans-serif;
	/*font-size: 160%;*/
	color: #1E7BBE;
	font-weight: normal;
	margin: 10px 0px;
	padding: 0px;
}

.Descriptions H2
{
	font-family: 'Trebuchet MS',sans-serif;
	/*font-size: 140%;*/
	color: #1E7BBE;
	font-weight: normal;
	margin: 9px 0px;
	padding: 0px;
} 

.Descriptions H3
{
	font-family: 'Trebuchet MS',sans-serif;
	/*font-size: 120%;*/
	color: #1E7BBE;
	font-weight: normal;
	margin: 8px 0px;
	padding: 0px;
}

.Descriptions H4
{
	font-family:'Trebuchet MS',sans-serif;
	/*font-size: 100%;*/
	color: #1E7BBE;
	font-weight: normal;
	margin: 8px 0px;
	padding: 0px;
} 

.Descriptions P
{
	margin: 5px 0px 8px 0px;
	/*font-size: 70%;*/
}

.Descriptions A
{
	color:#2E5E9C;
	/*font-size: 100%;*/
}

.Descriptions A:hover
{
	/*font-size: 100%;*/
}

.Descriptions UL
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
	/*font-size: 70%;*/
}

.Descriptions OL
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
	/*font-size: 70%;*/
}

.Descriptions UL LI
{
	/*font-size: 100%;*/
}

.Descriptions OL LI
{
	/*font-size: 100%;*/
}

.depts_highlight A
{
	display:block;
	border:1px solid #E1E1E3;
	padding:2px;
	margin-bottom: 5px;
	text-decoration:none;
	/*font-size: 120%;*/
	font-family: 'Trebuchet MS', sans-serif;
	color:#848589;
}

.depts_highlight A:hover
{
	/*font-size: 120%;*/
}

.depts_highlight A SPAN
{
	/*font-size: 140%;*/
	font-family: 'Trebuchet MS', sans-serif;
	margin-right: 15px;
	margin-left: 10px;
}

.depts_highlight A:hover.DPEM	
{
	color:#F8E300;
	border-color: #F8E300;
}

.depts_highlight A:hover.ECE 
{
	color:#EE912A;
	border-color: #EE912A;
}

.depts_highlight A:hover.SCIENCE 
{
	color: #019E59;
	border-color: #019E59;
}

.depts_highlight A:hover.ARCH 
{
	
}

.depts_highlight A:hover.ENVENG 
{
	color:#009FE0;
	border-color: #009FE0;
}

.depts_highlight A:hover.MRED 
{
	color:#E9498F;
	border-color: #E9498F;
}



/* ############################################################# */
/* ############################################################# */
/* ############################################################# */
/* ############################################################# */

/* ------------- TOP MENU ------------------ */


.trans_bar_out
{	
	width: 100%;
	height: 20px;
	-moz-opacity:0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.trans_bar
{
	height: 20px;
	-moz-opacity:0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#hmenu
{
	font-size: 12px;
	font-family: 'Tahoma',sans-serif;
	height: 22px;
	text-align: center;	
	margin-top: -23px;
	margin-left:74px;
}


.menu_container
{
	margin-top:-20px;
	margin-left:0px;
	text-align: left;
	padding-left: 1px;	
	height: 20px;	
}

.main_menu
{
	z-index: 2000;
	line-height: normal;
	font-size: 13px;
	padding: 0px;
	margin-left: 110px;		
}

.main_menu UL 
{
	list-style: none;
	text-align: left;
}

.main_menu UL LI
{
	list-style: none;
	position: relative;
	z-index: 1000;
	float: left;
	line-height: 20px;
}

.main_menu UL LI A
{
	text-decoration: none;
	margin-right:15px;	
	line-height:120%;
}

.main_menu UL LI A:hover
{
	text-decoration: none;
}

.main_menu UL LI A.top_sel
{
	font-weight: bold;
}

.main_menu UL li ul 
{ 
	position: absolute;
	width: 10em;
	left: -999em; 
	-moz-opacity:1.5;
	opacity: 1.5;
	filter: alpha(opacity=150);
	/* 
	using left instead of display to hide menus because display:
	 none isn't read by screen readers 
	 */
}

.main_menu UL li:hover ul, .main_menu UL li.drover ul 
{ 
	/* lists nested under hovered list items */
	left: auto;
}


/* Display vertical drop down */
.main_menu UL LI.drover UL
{
	left: 0px;
	position: absolute;
	top:20px;
}

.main_menu UL LI.drover UL LI
{
	display: block;
	height: auto;
	line-height: normal;
}

.main_menu UL LI.drover A
{
	height: 20px;	
}

.main_menu UL LI UL LI
{
	float: none;
}
.main_menu UL LI UL LI A
{
	float: none;
	height: auto;
	margin: 0px 15px 0px 5px;
	padding: 2px 5px 1px 0px;
}

.main_menu UL LI.drover UL LI A
{
	height: auto;
	display: block;
}
/* ------------- FOOTER ------------------ */
#footer
{
	font-size:11px;
}


/* -------------- TEXTURE ------------------ */
.texture
{
	background-image: url(../images/texture.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	height: 111px;
}

/* -------------- TRANSPARENT PHOTO ------------------ */
.photo_bg
{
	height: 111px;
	/*margin-right: 20px;*/
	background-position: right 35px;
	background-repeat: no-repeat;
	overflow: hidden;
}

.header_2col
{
	height: 111px;
}

.header_right_col
{
	height: 111px;
}

.header_top
{
	height: 33px;
	display: block;
}

/* ------------- Titles ------------------ */
.University
{
	font-family: 'Trebuchet MS', sans-serif;
	margin-left:0px;
	margin-top:8px;
	color: #FEFFFF;
	font-size: 20px;
	text-indent: 10px;
}

.Department
{
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 14px;	
	color: #FEFFFF;
	text-indent: 10px;
}


/* ------------- LOGO ------------------- */
.logo
{
	float:left;	
	width:80px;	
	height: 111px;
}
.logo IMG
{
	border:none;	
	margin-top:3px;
	margin-left:4px;
}


/* ------------- LANGS ------------------- */
.lang_container
{
	float:left;
}

.langs
{
	margin-left:110px;
	width:90px;
	margin-top:10px;
}

.langs A IMG
{
	border: none;
}


/* ------------- UTILITIES ------------------ */
#tools
{
	position: absolute;
	right: 10px;
	top:7px;
	text-align: right;
	color:#767678;
	font-size:11px;
}

#tools A
{
	color:#767678;
	text-decoration: underline;
}

#tools form div
{
	display:inline;
} 

.search_field
{
	width:150px;
	margin-right:3px;
	border-width:1px;
	border-style: solid;
	padding: 1px 2px;
}

.search_btn
{
	margin-bottom: -2px;
}

.searchtext
{
font-weight:bold;
}



/* ############################################################# */
/* ############################################################# */
/* ############################################################# */
/* ############################################################# */

/* -------------- Main Menu --------------- */
#b_vmenu
{
	
}

#vmenu
{

}


.left_menu
{
	margin: 0px;
}

.left_menu H4
{
	background-color: #EDE5C1;
	border-top:2px solid #E1D3A6;
	border-bottom: 1px solid #F1EACE;
	background-image: url(../images/univ_decor.jpg);
	background-position: 5px 3px;
	background-repeat: no-repeat;
	padding-left: 18px;
	color: #705E46;
	font-size: 14px;
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: normal;
	overflow: hidden;
}
.left_menu H4 a, .left_menu H4 a:link, .left_menu H4 a:visited
{
	color: #705E46;
	overflow: hidden;
	display:block;
	text-decoration:none;
	font-family: 'Trebuchet MS', sans-serif;
}
.left_menu UL
{
	margin: 5px 3px;
}

.left_menu UL LI
{
	list-style: none;
	border:1px solid #F3EDD5;
}

.left_menu UL LI A
{
	display: block;
	background-image: url(../images/univ_link_decor.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding-left: 10px;
	color: #705E46;
	margin-bottom: 4px;
	text-decoration: none;
}

.left_menu UL LI UL
{
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#FFFCEF;
}

.left_menu UL LI UL LI
{
	border:1px solid #FFFCEF;
}

.left_menu UL LI A:hover
{
	text-decoration: underline;
}

.left_menu UL LI A.univ_sel
{
	font-weight: bold;
}

.left_menu UL LI UL LI A
{
	display: block;
	background-image: url(../images/univ_link_decor.gif);
	background-repeat: no-repeat;
	background-position: 8px 4px;
	padding-left: 16px;
	color: #705E46;
	margin-bottom: 4px;
	text-decoration: none;
}

.left_menu UL LI UL LI A:hover
{
	text-decoration: underline;
}

.left_menu UL LI UL LI A.univ_sel
{
	font-weight: bold;
}

/* -------------- TUC Navigator --------------- */

#a_vmenu
{
	
}

.Navigator
{
	margin-top: 30px;
	text-align: center;
}

.Navigator A IMG
{
	border:none;
}


/* ############################################################# */
/* ############################################################# */
/* ############################################################# */
/* ############################################################# */

/* -------------- Secondary Navigation -------------- */
#b_rightcol
{
	
}



.right_menu
{
	height:160px;
	overflow: hidden;
	background-color: #818588;
	border-left: 1px solid #A9AEB2;
	
}

.right_menu h4
{
	display:none;
	visibility:hidden;
}

.right_menu ul
{
	margin-top: 10px;
	margin-left: 0px;
}

.right_menu ul li
{
	list-style: none;
}
.right_menu ul li A
{
	display:block;
	padding-left: 15px;
	background-image: url(../images/sec_nav_decor.gif);
	background-repeat: no-repeat;
	background-position: 8px 4px;
	color: #ECEDEF;
	margin: 4px 0px;
	text-decoration: none;	
}

.right_menu ul li A:hover
{
	text-decoration: underline;
}

/* ----------- News ------------*/
#rightcol
{
	
}

.news
{
	border:1px solid #F0C78F;
	margin-top: 5px;
	margin-right: 3px;
}



.news H4
{
	background-color: #F7E4A0;
	
	text-indent: 5px;
	font-size: 14px;
	font-family: 'Trebuchet MS', sans-serif;
	display: block;
	font-weight: normal;
}

.news ul
{
	margin: 2px 5px;
}

.news ul li
{
	margin:5px 3px 8px 3px;
	list-style: none;
}

.news ul li A
{
	color:#2D537F;
	text-decoration: none;
	display: block;	
}

.news ul li A:hover
{
	text-decoration: underline;
}

.news ul li DIV
{
	margin: 0px;
}

.news ul li DIV A
{
	color:#848589;
	text-decoration: none;
	display: block;
}

.news ul li DIV A:hover
{
	text-decoration: underline;
}

.news ul li DIV
{
	margin: 0px;
}

.news ul li DIV DIV A
{
	background-image: url(../images/news_decor.gif);
	background-position: right 3px;
	background-repeat: no-repeat;
	padding-right: 9px;
	color:#848589;
	text-decoration: none;
	display: inline;
}

.news ul li DIV DIV A:hover
{
	text-decoration: underline;
}



/* ----------- block1------------*/
.block1
{
	border:1px solid #CF4D33;
	background-color: #F7E4A0;
	margin-right: 3px;
	margin-top:10px;
}

.block1 h4
{
	display:none;
	visibility:hidden;
}

.block1 ul
{
	margin-top: 8px;
	margin-bottom: 8px;
}

.block1 ul li
{
	list-style: none;
	text-align:center;
}
.block1 ul li A
{
	display:block;
	color: red;
	font-weight:bold;
	text-decoration: none;	
color:#CF4D33;
}

.block1:hover
{
	background-color:#FFF1BF;
}
/* ----------- block1 END------------*/

/* ----------- block2------------*/
.block2
{
	border:1px solid #CFC49B;
	margin-top: 5px;
	margin-right: 3px;
margin-left: 2px;
}



.block2 H4
{
}

.block2 ul
{
	margin: 2px 5px;
}

.block2 ul li
{
	margin:5px 3px 8px 3px;
list-style: none;
}

.block2 ul li A
{
	color:#2D537F;
	text-decoration: none;
	display: block;	
}

.block2 ul li A:hover
{
	
background-color:#FFFCEF;
}
/* ----------- block2 END------------*/


/* ----------- ameso1 ------------*/
.ameso1
{
	border:1px solid red;
	margin-top: 5px;
	margin-right: 3px;
}



.ameso1 H4
{
	background-color: red;
	color:white;
	text-indent: 5px;
	font-size: 14px;
	font-family: 'Trebuchet MS', sans-serif;
	display: block;
	font-weight: normal;
	margin-top:0;
}

.ameso1 ul
{
	margin: 2px 5px;
}

.ameso1 ul li
{
	margin:5px 3px 8px 3px;
	list-style: none;
}

.ameso1 ul li A
{
	color:#2D537F;
	text-decoration: none;
	display: block;	
}

.ameso1 ul li A:hover
{
	text-decoration: underline;
}

.ameso1 ul li DIV
{
	margin: 0px;
}

.ameso1 ul li DIV A
{
	color:#848589;
	text-decoration: none;
	display: block;
}

.ameso1 ul li DIV A:hover
{
	text-decoration: underline;
}

.ameso1 ul li DIV
{
	margin: 0px;
}

.ameso1 ul li DIV DIV A
{
	background-image: url(../images/news_decor.gif);
	background-position: right 3px;
	background-repeat: no-repeat;
	padding-right: 9px;
	color:#848589;
	text-decoration: none;
	display: inline;
}

.ameso1 ul li DIV DIV A:hover
{
	text-decoration: underline;
}




/* ----------- Depts --------------- */

#a_rightcol
{
	
}

.deps
{
	margin: 10px 0px;
	padding-top: 1px; /* Force has layout */
}

.deps H4
{
	border:1px solid #D5D6DA;
	background-color: #E0E1E5;
	margin-top: 5px;
	margin-right: 3px;
	padding: 3px 5px;
	font-weight: normal;
}

.deps UL LI
{
	list-style: none;
}

.deps UL LI A
{
	border:1px solid #D5D6DA;
	margin-top: 5px;
	margin-right: 3px;
	padding: 3px 5px;
	display: block;
	text-decoration: none;
	color:#848589;
}

.deps UL LI A:hover
{
	text-decoration: underline;
}


/* ############################################################# */
/* ############################################################# */
/* ############################################################# */
/* ############################################################# */


#bottom_frames
{
	width: 100%;
	position: relative;
	top:0px;
	left: 0px;
	background-color: Gray;
}

/* ---------- bottom_rightcol ---------------- */
#bottom_vmenu
{
	background-color: #23FF23;
	float:left;
	margin-top:10px;
	width:145px;
}

#bottom_vmenu_padder
{
	padding: 5px;
}

/* ---------- bottom_rightcol ---------------- */
#bottom_rightcol
{
	background-color: #E6E64C;
	float:right;
	position:relative;
	
	width:187px;
}

#bottom_rightcol_padder
{
	padding: 5px;
}

#indexedsearchformid
{
display:inline;
}


#content li
{
margin-bottom:10px;
}


.contenttable, .contenttable td
{

border-width:1px 1px 1px 1px;
border-style:solid;
border-color:grey;
empty-cells:show;
border-collapse:collapse; 
}
.contenttable td
{
padding:2px;
}
.contenttable 
{
margin-left:auto;
margin-right:auto;
}
#pagetitle{
	margin: 0px 15px 10px 15px;
	background-color:#EFECE0;
}

#pagetitle H1
{
	font-family: 'Trebuchet MS', sans-serif;
	color: #1E7BBE;
	font-weight: normal;
	margin: 10px 0px;
	padding: 0px;
}

.Descriptions .tx-jfmulticontent-pi1 h1
{
font-size:100%;
}



