/******************************************************************************/
/* This is the stylesheet for the College of Arts micro-site                          */
/******************************************************************************/
#site
{
	border-top:1px solid #000000;
	background-image:url('site-background.jpg');
	background-position:top left;
	background-repeat:repeat-y;
}
.microsite-contentholder
{
  height:100%;
	background-color:#FFFFFF;
	font-family:Arial;
	background-image:url('site-background.jpg');
	background-repeat:repeat-y;
	background-position:top left;
}

.microsite-menuholder
{
	float:left;
	width:185px;
	height:360px;
	border-right:1px solid #000000;
	background-color:#000000;
}

.microsite-flasharea
{
	height:70px;
	background-color:#FFFFFF;
	text-align:center;
}

.microsite-menuheader
{
	background-color:#000000;
	border-bottom:1px solid #FFFFFF;
	padding:2px;
	font-weight:bold;
	color:#FFFFFF;
	font-size:16px;
}

.microsite-menuentry
{
	background-image:url('menu-background.jpg');
	background-repeat:repeat-x;
	border-bottom:1px solid #FFFFFF;
	height:27px;
}

a.microsite-menulink
{
	color:#000000;
	text-decoration:none;
	font-size:1.0em;
	position:relative;
	top:6px;
}

.microsite-maincontentholder
{
	float:left;
	width:614px;
}

.microsite-contentheader
{
	background-color:#E0031B;
	padding:3px;
	font-weight:bold;
	color:#FFFFFF;
}

.microsite-contentarea
{
	padding:3px;
	font-size:12px;
}