body{
	margin:0px;
	background-color:#333;
	}
	
#header{
	width:1004px;
	height:163px; /*** 185 ****/
	background-image: url(../images/college_header.jpg);
	background-repeat: no-repeat;
}

#depheader{
	width:1004px;
	height:163px; /*** 185 ****/
	background-image:url(../images/basic_header.jpg);
	background-repeat: no-repeat;
}
	
#tabContent{
	margin-left:8px;
	width:475px;
	float:left;
	}
#Staff{
	margin: -15px 10px 10px 0px;
	padding: 0px 10px;
	/*border-top:5px solid #EEE;*/
	width:155px;
	float:right;	
	}

#Staff .img{
margin:0px 15px;	
}

#Staff h4{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	font-style:normal;
	text-transform: capitalize;
	color: #4370B3;
	font-size: 14px;
	margin: 8px 2px  2px  2px;
	padding-bottom:3px;
	border-bottom:#999 dashed 1px;
	/*background-image:url(../images/divider_horz_ffffff.gif);
	background-repeat:repeat-x;*/
}
#Staff p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style:normal;
	color: #666;
	line-height: 16px;
	margin: 4px 2px;	
}

#Staff p a:link{
	color: #4370B3;
	text-decoration:underline;
}
#Staff p a:visited{
	color: #4370B3;
	text-decoration:underline;
}
#Staff p a:hover{
	color: #0080FF;
	text-decoration:underline;
}

 h4{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	font-style:normal;
	text-transform: capitalize;
	color: #000;
	font-size: 14px;
	margin: 4px 2px  10px  2px;
	padding-bottom:3px;
	border-bottom:#999 dashed 1px;
	/*background-image:url(../images/divider_horz_ffffff.gif);
	background-repeat:repeat-x;*/
}

/***************************  Page Title  **********************************************/
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style:normal;
	color: #000;
	text-decoration: none;
	text-align: left;
	text-transform:capitalize; /* to capitalize each word*/
	padding-top: 8px;
	margin-bottom:0px;

}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style:normal;
	color: #666;
	text-decoration: none;
	text-align: left;
	text-transform:capitalize; /* to capitalize each word*/
	margin-top:0px;
	margin-bottom:0px;

}

/*************************** Paragraph  **********************************************/

.accordion_child p {
	COLOR: #515966;
	TEXT-ALIGN: justify;
	TEXT-DECORATION: none;
	line-spacing: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 5px;

}

.accordion_child  p a:link {
	FONT: 12px Verdana, Arial, Helvetica, sans-serif; 
	COLOR: #0066CC;
	LIST-STYLE-TYPE: circle; 
	TEXT-ALIGN: left;
	TEXT-DECORATION: underline;
}

.accordion_child p a:visited {
	 
	FONT: 12px Verdana, Arial, Helvetica, sans-serif; 
	COLOR: #0066CC;
	WORD-SPACING: normal; 
	LIST-STYLE-TYPE: circle; 
	TEXT-ALIGN: left; 
	TEXT-DECORATION: none;
}

.accordion_child p a:hover {
	FONT: 12px Verdana, Arial, Helvetica, sans-serif; 
	COLOR: #333333; 
	LIST-STYLE-TYPE: circle; 
	TEXT-ALIGN: left; 
	TEXT-DECORATION: underline;
}

.accordion_child p a:active {
	FONT: 12px Verdana, Arial, Helvetica, sans-serif; 
	COLOR: #515966; 
	LIST-STYLE-TYPE: circle; 
	TEXT-ALIGN: left; 
	TEXT-DECORATION: underline;
}

/******************************* general list ********************************/

.accordion_child ul li
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #515966;
	font-weight: normal;
	text-align: left;
	list-style-position: outside;
	list-style-type: circle;
	line-height: 14px;
	padding-bottom: 5px;
	padding-top: 2px;
	margin-left:-20px;
	list-style-image: url(../images/li.gif);
	 text-align: justify;
	}

.accordion_child ul li a:link
	{
	color: #0099CC;
	font-weight: normal;
	text-decoration: none;
	}

.accordion_child ul li a:hover
	{
	color: #666666;
	text-decoration: underline;
	
	}

.accordion_child ul li a:visited
	{
	color: #00789F;
	text-decoration: none;
	
	}

/******************************* Page Footer ********************************/

.footer{
	height:27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;

}

/********************* Table using TR and TD*****************************/

 Table.MainTable		/*Table default properties*/
	 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-collapse:collapse; /*merge borders of adjoining cells*/
	border-style:solid;
	border-color:#E8E8E8;
	border-width:1px;
	background-color: #EEEEEE;
	margin:1px;
	padding:6px;
	
	
	}

 table.MainTable Caption   /*Table caption properties*/
  	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:#CC3300;
    border-width:0px;
	text-align: center;
  	}


 table.MainTable th		/*Table Header properties**/
  	{
     font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:10pt;
     color:#FFFFFF;
	 text-align:left;
	 background-color:#3F99B4;
	 height:25px;
	 padding:6px;
  	}

table.MainTable tr	/*Table Row properties*/
	{
	background-color:#ECF1F4;
	margin: 1px;
	border-style:solid;
    border-width:1px;
    border-color:white;
	}


 table.MainTable td	/*Table cell properties*/
	{
	height:20px;
	text-align:left;
	background-color: #ECF1F4;
	color:#3F3F3F;
	border-style:solid;
    border-width:1px;
    border-color:white;
	padding:6px;
	font-size:9pt;
	font-weight:normal;
	}

 table.MainTable td a:link	/*Table cell properties*/
	{
	height:25px;
	width:auto;
	text-align:left;
	color:#3F3F3F;
	border-width:3px;
    padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	}
	
 table.MainTable td a:hover	/*Table cell properties*/
	{
	height:25px;
	width:auto;
	text-align:left;
	color:#409199;
	border-width:3px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	text-decoration: underline;
	}

 table.MainTable td.d1 tr {
	background-color: #FEFEF2;
	color:#3F3F3F;
}

