img {behavior: url(iepngfix.htc);}

.img-shadow {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }

body {
  margin : 0px 0px 0px 0px;
  font-family: Arial, Helvetica, sans-serif;
}
#top {
	position: absolute;
	padding-top: 2px;
	text-indent: 20px;
	height: 120px;
	width: 100%;
	top: 0px;
	border: 0px none;
	background-image: url(images/grass-background-blur.png);
}
#left {
  position: absolute;
  padding-top: 0px;
  height:100%;
  width:200px;
  top:120px;
  padding-top: 10px;
  color: #000000;
/*  background-color: #F7F7F7; */
  background-image: url(images/sidebar-back-blue.png);
}
#main {
	position: absolute;
	padding-top: 0px;
	top: 120px;
	left: 200px;
	width: 800px;
	background-color: #FFFFFF;
/*	background-image: url(images/logo-background.png);
*/
	background-position: center;
	background-repeat: no-repeat;
}

p,h1,h2 { 
	margin-left: 10px;
	}

h1 {
	font-size: large;
	letter-spacing: 1px;
	}	
	
.navlinks {
	color: black;
	font-weight: bold;
	font-size: small;
	letter-spacing: 1px;
	}

table.center {margin-left:auto; margin-right:auto;}
td {text-align: center;}	
.picheading {
	font-size: small;
	font-weight: bold;
	letter-spacing: .5px;
	}
.nodec
	{
	text-decoration: none;
	}
	
.imageborder
{
padding-top: 8px;
padding-right: 8px;
padding-bottom: 8px;
padding-left: 8px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #dddddd;
border-right-color: #aaaaaa;
border-bottom-color: #aaaaaa;
border-left-color: #dddddd;
border-top-width: 1px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 1px;
}