body
{
	margin-top:1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#skip
{
	display:none;
}

#topbanner
{
	width:750px;
	height:102px;
	overflow:hidden;
}

#container
{
	width:750px;
}

	#title
	{
		width:750px;
		text-align:center;
		font-size:25px;
		font-weight:bold;
	}

	#main
	{
		width:750px;
	}

		#navbar
		{
			float:left;
		}

		#navbar ul
		{
			margin:0px;
			padding:0px;
			list-style-type:none;
		}

		#navbar li
		{
			margin:0px 0px 3px 0px;
		}

		#navbar a
		{
			display:block;
			padding:1px 1px 1px 24px;
			width:150px;
			text-decoration:none;
			font-weight:bold;
			font-size:12px;
			color:#000000;
			background-image:url(images/mouseoff.gif);
			border:1px solid #333333;
		}

		#navbar a:hover
		{
			color:#ffffff;
			background-image:url(images/mouseon.gif);
		}

		#active a:link, #active a:visited, #active a:hover
		{
			color:#ffffff;
			background-image:url(images/mouseon.gif);
		}

		#content
		{
			margin-left:200px;
		}
		
		#content p
		{
			margin:3px 3px 3px 3px;	
		}

#footer
{
	width:750px;
	height:94px;
	overflow:hidden;
}

	#logos
	{
		float:right;
		width:48px;
		height:94px;
		overflow:hidden;
	}

		#cesalogo
		{
			width:48px;
			height:46px;
			overflow:hidden;
		}

		#uwwlogo
		{
			width:48px;
			height:48px;
			overflow:hidden;
		}

	#bottom
	{
		float:left;
		width:702px;
		height:94px;
		overflow:hidden;
	}

		#credits
		{
			width:702px;
			height:58px;
			text-align:center;
			font-size:10px;
			overflow:hidden;
		}

		#bottomimages
		{
			width:702px;
			height:36px;
			overflow:hidden;
		}
		
/* The information below is relevant only to the tables in the pages for Administrators, IHE's, and Teacher reviews.*/

	#content th
	{
		width: 185px;
		text-align: right;
		background-color:#AFB0D3
		
	}
	
	#content td
	{
		width: 215px;
	}
	
	
	
	.purple, .purple a
	{
		color: #000000;
		background-color: #EFE8F9;
		
	}
	
	.green, .green a
	{
		color: #000000;
		background-color: #b1d6de;
	}

