@charset "utf-8";
/* CSS Document */
body {
  height: 100%;
	margin: 0px;
	padding: 0px;
	background-image:url(./images/bg2.gif);
	background-repeat:repeat;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

/* layout definitions */
#maintable {
  width: 980px;
  border: 0;
	padding: 0;
	vertical-align: middle;
}

#header {
  height: 80px;
  background-color:#FFFFFF;
}

#headerLinks {
  height: 20px;
  background-color:#FFFFFF;
}

#content {
  height: 850px;
	padding: 0px 20px 6px 20px;
  background-color:#FFFFFF;
}

#footer {
  height: 40px;
  background-color:#FFFF0F;
}

#shadow_right {
	width: 12px;
	background-repeat: repeat-y;
} 

#shadow_left {
  width: 12px;
	background-repeat:repeat-y;
} 

#shadow_top {
  height: 12px;
	background-repeat: no-repeat;
} 

#shadow_bottom {
  height: 12px;
	background-repeat: no-repeat;
} 

.spacer {
  border: 0;
  margin: 0;
  padding: 0;
}

.imgLogo {
  margin-top: 8px;
}
