body {
	position: relative;
	margin: 20px 15px 5px 2px;
	padding: 0;
	text-align: center;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;

	color: #ffffff;
	background-color:#7c7650;
}

img
{
	margin: 0px;
	padding: 0px;
	border: none;
}

a:link, a:visited
{
	text-decoration: none;
	color: #555;
	/*
	color: #c22;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	*/
}

a:hover { background:lightblue; }

h1, h2
{
	margin: 0;
	padding: 0;

	font-size: 14px;
	line-height: 24px;
}

ul, li
{
	/* list-style: none; */
	list-style-type: disc;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}

#container
{
	position: relative;
	display: block;
	min-width: 1014px; max-width:1020px;
	padding:0;
	margin:0;
	margin-left:0px; margin-right:0px;
	margin-top: 40px;
	text-align: left;

	/* border: 1px solid black; */
}



#program
{
	position: absolute;
	left: 290px;
	right: 25px;
	top: 35px;
	margin: 0;
	padding: 0;
	line-height: 16px;
	/*
	font-size: 11px;
	line-height: 22px;
	*/
	/* border: 1px solid black; */

}

#academic-data
{
	position: absolute;
	left: 20px;
	top: 135px;
	margin: 0;
	padding: 0;
	/*
	font-size: 14px;
	line-height: 22px;
	*/
	/* border: 1px solid black; */

}

#banner-left
{
	position: absolute;
	left: 21px;
	top: 200px;
	margin: 0;
	padding: 0;
}

#banner-right
{
	position: absolute;
	right: 20px;
	top: 335px;
	margin: 0;
	padding: 0;
}



#menu
{
	position: absolute;
	left: 20px;
	top: 425px;
	margin: 0;
	padding: 0;
	
}

#participants
{
	position: absolute;
	right: 25px;
	top: 505px;
}

em.grey
{
	color: #fff;
	
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	/* color: #c22; */
}

em.grey1
{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: 35px;
	/* color: #c22; */
}

em.grey2
{
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	/* color: #c22; */
}

em.grey3
{
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	/* color: #c22; */
}

em.white
{
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	/* color: #c22; */
}

em.white1
{
	color: #fff;
	font-size: 21px;
	font-family: sans-serif;
	font-weight: bold;
	font-style: normal;
	/* color: #c22; */
}

em.white2
{
	color: #fff;
	font-size: 21px;
	font-family: sans-serif;
	font-weight: bold;
	font-style: italic;
	/* color: #c22; */
}



