/* Elastic Layout using em units */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color:#333333;
}
#bigbox {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color:#333333;
}

#header {
	background:url(../images/tile.gif);
	text-align: center;
	font-size:3em;
	margin: 0;
	padding-bottom:.75em;
	clear:both;
}

#navdemo {
	clear:both;
	font-size:.4em;
	margin: 0;
	list-style: none;
	background: #6FF url(../images/offtab.gif) repeat-x bottom left;
	
	}
	
#navdemo ul{
	list-style-type:none;
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	list-style: none;
	}
/*Set up the Tabed Look*/
#nav a {
	float: left;
	display: block;
	margin: 0;
	padding: 4px 8px;
	color: #000;
	text-decoration: none;/*gets rid of underline on text*/
	border: 1px solid #000;
	background: #71c6ff url(../images/offtab.gif) repeat-x top left;
	}
	
#nav a:hover, body.home #home a, body.assign230 #assign230 a, body.assign235 #assign235 a, body.personal #personal a, body.demo #demo a, body.acmedemo #acmedemo a {
	color:#333;
	padding-bottom: 5px;
	border-color: #727377;
	border-bottom:none;
	background: #FFF url(../images/ontab.gif) repeat-x top left;
	}
	
#content {
	color: #000000;
	background-color: #ffffff;
	
	float:none;
	padding: 0;	
}
#content ol{
	list-style-type: decimal;
	margin: 0;
	padding: 0;
}

#footer {
	font-family:'Times New Roman', Times, serif; 
	background:url(../images/tile.gif); 
	text-align: center;
	clear: both;
	padding: 1em .5em;
	list-style: none;
}
#footer ul{
	list-style-type:none;
	margin: 0;
	padding: 0;
}
#siteLegal {
	float:none;
	}
/*#nav2 li {
	float: left;
	margin: 0 1px 0 1px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	}*/
/*Set up the Tabed Look*/
/*#nav2 a {
	float: left;
	display: block;
	margin: 0;
	padding: 4px 8px;
	color: #000;
	text-decoration: none;*//*gets rid of underline on text*/
	/*border: 1px solid #000;
	background: #71c6ff url(../images/offtab_b.gif) repeat-x top left;
	}
	
#nav2 a:hover, body#home #home a, body#assign #assign a, body#personal #personal a, body#demo #demo a, body#acmedemo #acmedemo a {
	color:#333;
	padding-bottom: 5px;
	border-color: #727377;
	border-bottom:none;
	background: #FFF url(../images/ontab_b.gif) repeat-x top left;
	}*/
#breadcrumb {
	display:none;
	}
#welcome {
	text-align:center;
	font-size:medium;
	}

ol li ol {
	list-style-position:inside;
}
ol>li>ol {
	list-style-position:inside;
	margin: 1px;
}
#logo {
	display:none;
}
#logoHand {
	border:none;
	text-decoration:none;	
}
	
.item {
	background-color:#CCCCCC;
	color:#0000CC;
	font-size:large;
	font-family:"Bradley Hand ITC";
	border:#999999 medium solid;
}
.details {
	background-color:#00AAFF;
	color:#CCCCCC;
	border:#333333 thin solid;	
}
.dtable {
	border:#999999 medium solid;
}
tfoot {
	font-size:small;
}	
