/* CSS Document  for MMB Faculty */

/* Created and Edited by Liz Liu on 10-08-07*/
body {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-color: #f2f5fc;*/
	}
	
a:link {
	color: #2662C4;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0C3477; /*edited*/
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #79A8F1; /*edited*/
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #0C3477; /*edited*/
	font-weight: bold;
}

form {
	margin: 0;
	padding: 0;
}


h1 {
	font-size: 14px;
	font-weight: bold;
	color: #0e6157; /*edited */
	text-decoration: none;
	text-transform: uppercase;
}

h2 {
	font-size: 14px;
	color: #0e6157; /*edited */
	font-weight: normal;
	text-decoration: none;
}

h3 {
	color: #0e6157; /*edited*/
	font-weight: normal;
	font-size: 12px;
}

table{

	background-color: #ebecee;
	
}


td{

	background-color: #ebecee;
	border: 1px #d79900 solid;
}



	



/* CONTENT MAIN 	*/
.content { 
	width: 632px;	
	height: 100%;
	padding-left: 20px; 
	padding-right:  20px;
	padding-top:  15px;
	padding-bottom:  15px;
	font-size: 12px;
	background-color: #ccd0d3;
}


#boxcontent {
	width: 184px;
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 5px;
	}

	
	
