body {
  margin:0px;
  padding:0px;
  background-image:url(images/backgrnd.gif);
  font-family:verdana;
  font-weight:normal;
  font-size:12pt;
  color:white;
}

p, div, span {
  font-family:verdana;
  font-weight:normal;
  font-size:12pt;
  color:white;
}



a:link, a:visited, a:active, a:hover {
outline:none;
color:white;
text-decoration:none;
font-family:verdana;
font-weight:bold;
font-size:10pt;
}

a.link:link, a.link:visited, a.link:active, a.link:hover {
color:#adadad;
text-decoration:none;
font-family:verdana;
font-weight:normal;
font-size:10pt;
}


td {
  vertical-align:top;
}

img {
	border:none;
}

ul {
  list-style:none;
}
li {
}


/* Specific Divs */


/* Divs related to the general layout of the basic page */

#container {
width:775px;
margin-top:20px;
margin-left:auto;
margin-right:auto;
text-align:center;
display:block;
}

#navTopImg {
float:left;
background-image:url(images/top.gif);
background-repeat:repeat-x;
background-position:bottom left;
width:100%;
font-size:0px;
margin:0px;
height:47px;
}

/* CSS Star-HTML Hack for IE 5/6 */
/* Check to see if you need to edit this for Mac IE 5 */
* html #navTopImg {
float:left;
background-image:url(images/top.gif);
background-repeat:repeat-x;
background-position:0% 60%;
width:100%;
font-size:0px;
margin:0px;
height:47px;
}



#nav {
font-size:0px;
padding:0px;
margin:0px;
background-image:url(images/middle.gif);
background-repeat:repeat-x;
height:26px;
color:white;
clear:both;
}

#nav td {
padding-left:5px;
padding-right:5px;
vertical-align:top;
}