/* CSS Document */

/* General styles of the website.*/

body {
	font: Verdana, Tahoma, Trebuchet MS;
	color:#333333;
	background:#999999;
	margin:0;
	padding:0;
	}
	
p {
	padding:0 0 15px;
	margin:0;
	}
	
a {
	color:#ff9900;
	text-decoration:
	}
	
a:visited {
	color:#ff9900;
	text-decoration:none;
	}
	
a:hover {
	color:#995c00;
	text-decoration:none;
	}
	
#section {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #FFFFFF;
	}
	
/* Layout of the UPPI-DRDF home page. */

#bodyUd {
  background: #ffffff;
  width: 800px;
  margin: 0 auto;
  padding-top: 0px;
  }

#headerUd {
  background:#999999;
  width: 800px;
  padding-top: 0px;
  }

#contentUd {
  background: #ffffff;
  width: 800px;
  padding-top: 0px;
  }

#contentUdLeft {
  background: #ffffff;
  width: 400px;
  float: left;
  }

#contentUdLeft p{
  width: 340px;
  margin: 0px 0px 0px 50px;
  padding-left: 0px;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  }

#contentUdLeft a{
  color: #ff9900;
  text-decoration: none;
  font-weight: bold;
  }

#contentUdLeft a:hover{
  color: #3300ff;
  }

#contentUdRight {
  background: #ffffff;
  width: 400px;
  float: right;
  }

#contentUdRight p{
  width: 340px;
  margin: 0px 0px 0px 25px;
  padding-left: 0px;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  }

#contentUdRight a{
  color: #ff9900;
  text-decoration: none;
  font-weight: bold;
  }

#contentUdRight a:hover{
  color: #3300ff;
  }

#milestoneUd {
  background: #ffffff url(../ImagesD/bgMilestone.jpg) no-repeat;
  width: 800px;
  height: 105px;
  clear: both;
  padding-top: 30px;
  }

#milestoneUd p{
  width: 450px;
  margin: 0px 0px 0px 0px;
  padding-left: 0px;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  }

#milestoneUd a{
  color: #ff9900;
  text-decoration: none;
  font-weight: bold;
  }

#milestoneUd a:hover{
  color: #3300ff;
  }

#featureUd {
  background: #ffffff;
  width: 800px;
  clear: both;
  }

#featureUdLeft {
  background: #ffffff;
  width: 400px;
  padding-bottom: 50px;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  float: left;
  }

#featureUdLeft p{
  margin: 0px 0px 0px 25px;
  padding: 20px 30px 0px 15px;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  }

#featureUdLeft a{
  color: #ff9900;
  text-decoration: none;
  font-weight: bold;
  }

#featureUdLeft a:hover{
  color: #3300ff;
  }

#featureUdRight {
  background: #ffffff;
  width: 400px;
  padding-bottom: 0px;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  float: right;
  }

#featureUdRight p{
  margin: 0px 0px 0px 20px;
  padding: 20px 30px 0px 15px;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  }

#featureUdRight a{
  color: #ff9900;
  text-decoration: none;
  font-weight: bold;
  }

#featureUdRight a:hover{
  color: #3300ff;
  }

#footerUd {
  background: #999999;
  width: 800px;
  padding-top: 0px;
  margin: 0 auto;
  clear: both;
  }

#footerUd p{
  background: #999999;
  margin: 0px 0px 0px 0px;
  padding: 50px 30px 0px 15px;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 50px;
  }

#footerUd a{
  color: #ff9900;
  text-decoration: none;
  font-weight: bold;
  }

#footerUd a:hover{
  color: #3300ff;
  }