@charset "UTF-8";
/* CSS Document 
Urgent: Do not edit this file!!!
*/
@import 'reset.css';

#container {
width: 700px;
margin: 0px auto;
text-align:left;
}

#header {
width: 700px;
height: 100px;
clear: both;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}

/*//////////Controls placement of link to MU Home */	

#missouri a {
	text-indent: -99999px;
	text-decoration:none;
	position: absolute;
	height: 40px;
	width: 30px;
	top: 20px;
	margin-left: 20px;
	background: url(../images/buttons/shield_button.gif) top left no-repeat;
}

#missouri a:hover {
	background: url(../images/buttons/shield_button.gif) bottom left no-repeat;
}

#missouri h2 {
	font-size: 2pt;
}

/*//////////Controls placement of link to Engineering Home */	

#engineering {
	position: absolute;
	top: 50px;
	margin-left: 20px;
	color: #cccccc;
	}

#engineering a {
	text-decoration: none;
	font-weight: normal;
	font-size: 80%;
	color: #eeeeee;
	}

/*//////////Controls Name in header of  pages */	

#name a {
	position: absolute;
	top: 20px;
	text-decoration: none;
	margin-left: 60px;
	color: #ffcc33;
	font-weight:bold;
	}

#name a:hover {
	color: #f8efcc;
	}

#content {
	background: #ffffff;
	width: 460px;
	float: left;
	padding: 20px;
	margin: 0 0 20px 0;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	
}


#content ul {
	padding: 0 0 0 20px;
}

#nav {
	background: #000000;
	width: 140px;
	float: left;
	padding: 20px;
	margin: 0 20px 0 0;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#nav li {
	padding: 6px 0 5px 0;
	border-bottom: 1px solid #333333;
}

#nav li:last-child {
	border-bottom: none;
	padding: 6px 0 0 0;
	}

#nav a {
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	}

#nav a:hover {
	color: #ffcc33;

}

#footer {
	font-size: 80%;
	padding: 20px;
	margin: 0px 0 0 200px;
	background: #cccccc;
	clear: both;
	width: 460px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}