BODY    {
	font-family:Arial; 
	color:#FFFFFF;
	font-size:10pt;
	background-image: url(images/background.jpg);
	margin: 0px 0px 10px 0px;
}

body a:link {
	text-decoration: none;
	color:#84a4c7;
	font-weight: bold;}

body a:visited {
	text-decoration: none;
	color:#84a4c7;
	font-weight: bold;}

body a:hover {
	text-decoration: none;
	color:#89649c;
	font-weight: bold;}

table.layout {
	width: 800px;
	border-spacing: 0px;
	border: 0px;
}

td.header {
	border-top: 3px solid #89649c;
	border-left: 3px solid #89649c;
	border-bottom: 0px solid #89649c;
	border-right: 3px solid #89649c;
	padding: 0px;
}

img.header {
	border: 0px;
}

td.nav-left {
	border-top: 3px solid #89649c;
	border-left: 3px solid #89649c;
	border-bottom: 0px solid #89649c;
	border-right: 0px solid #89649c;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background-color: #360450;
}

td.nav-last {
	border-top: 3px solid #89649c;
	border-left: 3px solid #89649c;
	border-bottom: 0px solid #89649c;
	border-right: 3px solid #89649c;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background-color: #360450;
}

td.contentbox {
	border: 3px solid #89649c;
	padding: 10px;
	background-color: #360450;
	text-align: center;
}

table.content {
	border-spacing: 0px;
	width: 780px;
	border: 0px;
	
}

td.content {
	padding: 10px;
	text-align: left;
}

table.profiles {
	border-spacing: 0px;
	width: 650px;
}

td.userpic {
	border: 0px;

	width: 100px;
	padding: 0px 10px 10px 10px;
	vertical-align: top;
}

td.userdata {
	border: 0px;
	width:550px;
	padding: 0px 10px 10px 10px;
	vertical-align: top;
}

img.nopic {
	border: 0px;
	width: 100px;
	height: 100px;
}

img.people {
	border: 1px solid #000000;
	width: 100px;
	height: 100px;
}

.switchcontent	{	border: 1px dashed #FFFFFF;	float: center;	padding: 10px;	width: 90%;
	display: none;}

.newscontent	{	border: 1px dashed #FFFFFF;	padding: 10px;	width: 95%;
	align: center;}

.aright {
	width: 45%;
	text-align: right;
	padding: 2px;
}

.aleft {
	width: 45%;
	text-align: left;
	padding: 2px;
}

.amid {
	width: 10%;
	text-align:center;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #000000;
	padding: 2px;
}

table.alumni {
	width: 90%;
	border: 0px;
	border-spacing: 2px;
} 

table.projects {
	width: 90%;
	border: 0px;
	border-spacing: 2px;
}

p.date {
	font-weight: bold;
	text-align: left;
}

.expand {
	color: #84a4c7;
	cursor: pointer;
	font-weight: bold;
}

.expandnews {
	color: #84a4c7;
	align: center;
}

p.expand:hover {
	color: #89649c;
}

.divider {
	color: #89649c;
	background-color: #89649c;
	height: 2px;
	border: 0px;
}