body {
      font-size: 1 em Georgia, Courier, Tahoma;
      background: white;
}

a {
   text-decoration: none;
}
a:visited {
	color:  black;
	}
a:active {
	color:  purple;
	}
a:hover {
	color: white;
	background: navy;
	text-decoration: none;
	}
#container {
  width: 1000px;
  margin-left: 5%;
  margin-right: 5%;
  padding: 0px;
  background: white;
  float: left;
  border: thin solid navy;
}

#top {
    background: white url(images/dme_logo.jpg) no-repeat;
    background-position:center; 
    color: #000;
    border-bottom: 1px solid navy;
    font-size: .9em;
    height: 100px;
	}
#contentwrap {
width: 1000px;
background-color: white;
  float: left;
}	
#left {
float: left;
width: 250px;
padding: 5px;
font-size: .75em;
margin: 0px;
color: #000; 
text-align: left;
}	
#content {
	float: left;
	width: 709px;
	color: #000;
	background: white;
	border-left: 1px solid blue;
	padding-left: 30px;
    text-align: center;
	min-height: 500px;
	}

	
#footer {
    float: left;
	width: 1000px;
	color: navy;
	background: gray;
	border-top: 1px solid navy;
    text-align: center;
	}

* {
     margin:0;
     padding:0;
     }
/*
div#listmenu {
     width:200px;
     float: left;
	 text-align: left;
     font-size:1.5em;
     font-weight: bold;
     background-color:white;
     margin:0 auto;
	 padding: 0px;
     }
div#listmenu ul {
	   margin:0 auto;
     }

div#listmenu ul li:hover ul, div#listcontainer ul li ul:hover {
     display:block;
     }


div#listmenu li {
     float:left;
     position:relative;
     list-style-type:none;
     background-color:white;
     }

div#listmenu li:hover {
     background-color:#FFF;
     }
div#listmenu a {
     padding: 0 6px;
     text-decoration: none;
     color:navy;
     }
div#listmenu a:hover {
     background: navy;
     color:white;
     }

* html div#listmenu ul {
			text-align: center;
	    margin:0 auto;
      }
	*/	   
.pp {
  color: navy;
}
img {
  float: left;
  border: thin solid navy;
  margin: 0px 5px 5px 0px;
 }
img.pic {
  float: left;
  border: thin solid navy;
  margin: 0px 5px;
  width: 160px;
 }
.bottom {
  border-bottom: 1px solid #000000;
}
th.border {
  border: thin solid #000000;
}
td.border {
  border: thin solid #000000;
}

.category {
background:transparent  no-repeat scroll left center;
float:left;
height:210px;
padding:10px 19px 18px 20px;
margin: 8px;
border: 4px inset #C0C0FF;
text-align:center;
width:171px;
}

.category a:visited {
text-decoration:underline;
color:#FF8800;
}

.category h2 a {
font-size:12px;
color:#0453b2;
}

.category .picture {
padding-top:15px;
}

.category img { display:inline; }
#navcontainer { width: 200px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 248px;
color: navy;
background-color: white;
border-bottom: 1px solid navy;
}

#navcontainer a:link, #navlist a:visited
{
color: black;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: black;
color: silver;
}
p.left {
	text-align: left;
	}
