*{
	padding: 0px;
	margin: 0px;
}

body{
	background: #F8F8F4 url('../images/bg.gif') repeat-x;
	font-size: 12px;
	/*font-family: "trebuchet ms", helvetica, sans-serif;*/
	font-family : "Trebuchet MS", "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	color:#050000;
	/*color:#7F8295;*/
	/*color: #666666;*/
	line-height: 18px;
}

a{
	/*color: #ffc300;*/
	color:#050000;
	text-decoration: underline;
}

a:hover{
	color: #ffcb05;
	text-decoration: none;
}

a img{
	border:none;
}

sup{
	font-size: 0.5em;
}

p{
	margin-bottom: 14px;
	text-align: justify;
}

ul.linklist{
	list-style: none;
}

ul.linklist li{
	border-top: solid 1px #EEEEEE;
	padding-top: 5px;
	margin: 5px 0px 0px 0px;
}

ul.linklist li.first{
	border-top: 0px;
	margin-top: 0px;
	padding-top: 10px;
}

#upbg{
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('../images/bg_up.gif') no-repeat;
	width: 840px;
	height: 264px;
	z-index: 1;
}

#outer{
	position: relative;
	width: 840px;
	margin: 0 auto;
	background: #fff url('../images/bg_outer.gif') repeat-y;
}

#inner{
	position: relative;
	padding: 13px 30px 13px 30px;
	z-index: 2;
}

#header{
	position: absolute;
	background: url('../images/bg_header.gif') repeat-x;
	width: 760px;
	height: 102px;
	color: #fff;
	padding-left: 20px;
	top: 14px;
}

/*#header .text_head{
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:5px;
	font-size:27px;
	color:#FFFFFF;
	font-style:oblique;
	text-align:center;
}
#header .text_slang{
	font-family:"Monotype Corsiva";
	font-size:17px;
	margin-top:5px;
	color:#FFFFFF;
	font-style:italic;
	text-align:center;
}
*/
#menu{
	position: relative;
	background: #FFFFFF url('../images/bg_menu.gif') repeat-x;
	height: 67px;
	padding: 0px 0px 0px 0px;
	/*margin: 98px 0px 20px 0px;*/
	margin: 108px 0px 20px 0px;
}

#menu marquee{
	color:#6666CC;
	font-weight:bold;
	width:775px;
	border:none;
}


#menu ul li{
	display: inline;
	line-height: 52px;
	padding-left: 3px;
}

#menu ul li a{
	background-color: transparent;
	background-repeat: repeat-x;
	padding: 8px 10px 8px 10px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

#menu ul li a:hover{
	background: #fff url('../images/bg_menu_hover.gif') repeat-x top;
	color: #4A4A24;
	text-decoration: none;
}

#date{
	top: 0px;
	line-height: 52px;
	color: #FFFFCC;
	font-weight: bold;
	font-size: 12px;
	padding-right: 360px;
}

/*#menu ul li marquee{
	display:inline;
	text-align:right;
	width:300px;
	padding-left:50px;
	padding-right:100px;
	color:#a242FF;
}
*/
#left{
	position: relative;
	width: 160px;
	float: left;
	margin-bottom: 15px;
}

#left h4{
	position: relative;
	top: 4px;
	font-size: 14px;
	line-height: 25px;
	color: #656551;
	background: url('../images/dot.gif') bottom repeat-x;
	padding: 0px 0px 10px 10px;
	margin-bottom: 20px;
}

#left .content{
	padding: 0px 5px 0px 5px;
	margin-bottom: 20px;
}

#right{
	position: relative;
	width: 160px;
	float: right;
}

#right h4{
	position: relative;
	top: 4px;
	font-size: 14px;
	line-height: 25px;
	color: #656551;
	background: url('../images/dot.gif') bottom repeat-x;
	padding: 0px 0px 10px 10px;
	margin-bottom: 20px;
}

#right .content{
	padding: 0px 5px 0px 5px;
	margin-bottom: 20px;
}

#content{
	position: relative;
	width: 445px;
	float: left;
	margin-left: 5px;
}

/*#right2{
	position: relative;
	width: 160px;
	float: right;
	margin-top:80px;
}

#right2 ul li{
	list-style:inside decimal;
	margin-left:5px;
}
*/


#content h3{
	position: relative;
	top: 4px;
	font-size: 18px;
	line-height: 25px;
	color: #656551;
	background: url('../images/dot.gif') bottom repeat-x;
	padding: 0px 0px 10px 15px;
	margin-bottom: 20px;
}

#content h4{
	position: relative;
	top: 4px;
	font-size: 14px;
	line-height: 25px;
	
	background: url('../images/dot.gif') bottom repeat-x;
	padding: 0px 0px 10px 15px;
	margin-bottom: 20px;
}


#content .content{
	padding: 0px 15px 0px 15px;
	margin-bottom: 20px;
}

#content .news{
	padding: 0px 15px 0px 15px;
	margin: 20px 0px 20px 0px;
	font-size:18px;
	font-weight:bold;
	color: #656551;
}

#content .post{
	margin-bottom: 30px;
}

#content .post .header{
	background-color:#DFDBE7;
	position: relative;
	margin-left:10px;
}

#content .post .date{
	position: absolute;
	right: 15px;
	top: 0px;
	line-height: 35px;
	color: #666666;
	font-weight: bold;
}

#content .post .content{
	margin-bottom: 0px;
	padding-bottom:20px;
	background: url('../images/bg_post_footer.gif') repeat-x;
	background-position:bottom;
	margin-left:5px;
}

.center{
  text-align:center;
  color:#363792;
  font-weight: bold;
  margin-top:10px;
}

.subHeader{
  /*color: #6666CC;*/
  color:#363792;
  font-weight: bold;
  margin-top:10px;
}

.aftersubHeader{
  color:#0066FF;
  font-weight: bold;
  margin-top:10px;
}

.list{
  padding:3px 0px 3px 30px;
	list-style-type:square;
}

.list1{
  padding:3px 0px 3px 15px;
	list-style-type:disc;
}

.notlist{
  padding:3px 0px 3px 10px;
  list-style-type:none;
}

#content .post .footer{
	position: relative;
	top: -10px;
	background: url('../images/bg_post_footer.gif') repeat-x;
	height: 64px;
}

#footer{

	position: relative;
	clear: both;
	height: 66px;
	text-align: center;
	line-height: 66px;
	background-image: url('../images/bg_footer.gif');
	color: #A8A88D;
}

#footer a{
	color: #8C8C73;
}

/*Style sub header for each faculty*/
.styleLaw {color: #FECB09;background-color:#1F285C;}
.styleEco {color: #2B2F09;background-color:#CCDC39;}
.styleManag {color: #CA128C;background-color:#E5CEE3;}
.styleSocial {color: #245140;background-color:#D7EDE5;}
.styleArt {color: #282549;background-color:#C7C4E1;}
.styleSci {color: #725A07;background-color:#F4D151;}

/*Image tooltip*/
div#tipDiv {
	padding:4px;
	overflow:hidden;
	filter:alpha(opacity=60);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/* used in dw_Tooltip.wrapImageOverText */
div#tipDiv div.img { text-align:center }
div#tipDiv div.txt { text-align:center; margin-top:4px }
