@CHARSET "ISO-8859-1";
/* CONTAINER */

		#container {
			width: 800px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 11px;
			line-height: 1.6em;
			color: #666;
			background-color: #FFF;
			text-align: justify;			
		}
		
/* GENERAL MOJO AND MULA */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 30px;
			color: #666666;
			margin-bottom: 15px;
			background-color: #FFF;
			padding-left: 20px;			
		}
		
		h2 {
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			color: #666666;
			margin-top: 30px;
			margin-bottom: 10px;
			background-color: #FFF;
		}
		
		a {
			font-weight: bold;
			color: #3B9C9C;
			text-decoration: none;
		}

		a:hover {
			font-weight: bold;
			color: #43BFC7;
			background-color: #F5F5F5;
		}

		
		form {
			font-size: 11px;
		}
		
		input {
			background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
/* HEADER ELEMENTS */

		#header {
			border-bottom: 2px solid #43BFC7;
			padding-top: 5px;
			clear: both;
			margin-bottom: 20px;
		}
		

		/* the slogan */
		#header p { 
			margin-top: -20px;
			margin-left: 30px;
			color: #999999;
		}

/* NAVIGATION ELEMENTS */
	
		 #navigation ul {
			margin-left: 0;
			padding-left: 15px;
			list-style-type: none;			
			float: left;
			width: 120px;
		}

		#navigation a {
			display: block;
			padding: 5px;
			width: 100px;
			/*border-bottom: 1px solid #CCC;*/
		}

		#navigation a:link, #navlist a:visited {
			/*color:#CC6714;*/
			color: #3B9C9C;
			text-decoration: none;
		}
		
		#navigation a:hover {
			background: #000000 url("http://www.andrew.cmu.edu/user/fkilinc/files/arrow.gif") 96% 50% no-repeat;
			background-color: #F5F5F5;
			color:#43BFC7;
		}

/* THE SMALL BOX BELOW NAV */

		#navigation p {
			margin-top: 40px;
			padding: 5px;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
		}
		
/* CONTENT ELEMENTS */

		#content {
			width: 620px;
			min-height:425px;
			height:auto !important;
			/*height:400px;*/
			text-align: justify;			
			margin-left: 150px;
		/*	margin-right: 200px;  */
		}
		
		#content ul {

		}

		#content li {
			margin: 1em 0;
		}
		
		#content p {
		/*	padding-bottom: 10px; */
		/*	border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */  */
		}

/* SIDEBAR ELEMENTS */
/*
		#sidebar {
			float: right;
			width: 150px;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;
		}
*/
/* FOOTER ELEMENTS */

		#footer {
			margin-top: 10px;
			clear: both;
			/*background-color: #43BFC7; */
			padding: 0px 5px 0px 5px;
			border-bottom: 2px solid #43BFC7;			
		}
		
		#footer p {
			color: #999999;/*#e0e0e0;*/
			padding: 5px;
			text-align: right;
		}
		
		#footer p a {
			color: #fffed4;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #fffd6f;
			background-color:#575352;
		}
		
		/* And they lived happily ever after. The End. */
