#center{
  width:1000px;
  margin:0
  auto
}

div.top{
	overflow:hidden;
	font-size: 17px;
	font-weight: lighter;
	font-style: normal;
	letter-spacing: -0.1em;
	color: #000000;
	background-color: white;
	position:relative;	
	width: 100%;
	height: 103px;
	float: top;
}

div.midleft {
  font-size: 17px;
  font-weight: lighter;
  font-style: normal;
  color: #000000;
  background-color: white;
  position: relative;
  float: left;
  width: 50%;
  height: 400px;
}

div#midleft3 {
  overflow: auto;
  clear: left;
  font-size: 17px;
  font-weight: 100;
  font-style: normal;
  color: #000000;
  background-color: white;
  position: relative;
  float: left;
  width: 30%;
  height: 400px;
  outline: none;
}

div#midright2 {
  overflow: auto;
  clear: right;
  font-size: 17px;
  font-weight: lighter;
  font-style: normal;
  color: #000000;
  background-color: white;
  position: relative;
  float: right;
  width: 50%;
  height: 400px;
  outline: none;
}

div#midleft3b {
  clear: left;
  font-size: 17px;
  font-weight: 100;
  font-style: normal;
  color: #000000;
  background-color: white;
  position: relative;
  float: left;
  width: 30%;
  height: 400px;
  outline: none;
}

div.midright {
  font-size: 17px;
  font-weight: lighter;
  font-style: normal;
  color: #000000;
  background-color: white;
  float: right;
  position: relative;
  width: 50%;
  height: 400px;
}

div#midright6 {
  font-size: 17px;
  font-weight: lighter;
  font-style: normal;
  color: #000000;
  background-color: white;
  position: relative;
  float: left;
  width: 70%;
  height: 400px;
  outline: none;
}

div.mid {
  font-size: 17px;
  font-weight: lighter;
  font-style: normal;
  color: #000000;
  background-color: white;
  margin: 0 auto;
  width: 50%;
  height: 400px;
}

div.footer {
  font-size: 17px;
  font-weight: bold;
  color: #000000;
  background-color: white;
  float:left;
  width: 100%;
  height: 45px;  
}

div.test {
  width: 2000px;
  height: 390px;
}

div.test2 {
  width: 8700px;
  height: 390px;
}

div.leftfooter {
  position:relative;
  float:left;
  width: 80%;
  margin-top: 0px;  
  margin-bottom: 6px;  
}

div.rightfooter {
  font-size: 12px;
  position: relative;
  float: right;
  width: 20%;
  margin-top: 0px;  
  margin-bottom: 6px;  
}

ul.mainmenu {
	font-size: 17px;
 	position: relative;
	width: 60%;
	left: 390px;
    	top: -44px;
}

img.ppplogo{
	position: relative;
	left: 100px;
	top: 10px;     
}

img.mualogo{
	position: relative;
	left: 100px;     
}

hr.dashes {
  position: relative;
  clear: left;
  width: 100%;
  left: 0px;
  border-top: 1px dashed #000000;
  border-bottom: 0;
  margin-top: 0px;
}

hr.headerdashes {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 100px;
  border-top: 1px dashed #000000;
  border-bottom: 0;
  margin-top: 0px;
}

body {
	font-family: 'Josefin Sans Std Light', arial, serif;
	color: black;
	background-color: white;
}
ul.portfolio {
	margin: 0px;
}

li.portfolio {
        margin: 0px;
}

li {
	font-family: 'Josefin Sans Std Light', arial, serif;
	font-style: italic;
	font-weight: bold;
	list-style-type: none;
	font-style: normal;
	font-size: 19px;
	color: #000;
        float: left;
	list-style: none;
        margin: 0px;
}
img {
	border: 0px;
	border-style: none;
}


li.selected {
	background-color: black;
	color: white;
	padding: 11px 5px 3px;
}
a.menu:link{
	text-decoration: none;
	color: #000000;
	padding: 11px 5px 3px;
	}
a.menu:visited{
	text-decoration: none;
	color: #000000;
	padding: 11px 5px 3px;
}
a.menu:hover{
	padding: 11px 5px 3px;
	background-color: black;
	color: white;
}
a.selectedmenu:link{
	text-decoration: none;
	color: white;
	background-color: black;
	padding: 11px 5px 3px;
	}
a.selectedmenu:visited{
	text-decoration: none;
	color: white;
	background-color: black;
	padding: 11px 5px 3px;
}
img.imgleft{
        float: left;
        margin: 10px;
}

img.bservice{
        margin: 5px;
}

a:active, a:focus{ outline:none; }
a.link{
	text-decoration:none;
}

strong {
   font-weight: normal;
}

em {
   font-style: normal;
}

