img, div { behavior: url(iepngfix.htc) }

body {
	margin:0px;
	padding:0px;
	background-image:url(images/background.gif);
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position: 793px top;
}

#topLogo{ width:793px; height:151px; position:absolute; left:0px; top:0px; background-image:url(images/topBackground.jpg); z-index:2; }

#MenuText{
	position:absolute;
	top:165px;
	left:12px;
	font-family:"Franklin Gothic Medium";
	font-size:13px;
	font-weight:bold;
	z-index:2;
}

#menuImage{ position:absolute; left:17px; top:185px; width:759px; height:7px; background-image:url(images/menuBar.gif); background-repeat:no-repeat; z-index:2;}
#contentBackground{position:absolute; width:793px; left:0px; top:0px; background-image:url(images/contentBackground.png); z-index:1;}
#content{ position:absolute; width:750px; height:640px; left:20px; top:195px;  z-index:1;}
#footer{ position:absolute; width:750px; height:30px; left:20px; top:840px; text-align:center; font-family:Verdana, Geneva, sans-serif; font-size:10px;  border-top:1px solid #CCC;  z-index:1; }

a.menulink:link{ color:#999999; text-decoration:none; margin-left:10px;  outline:none; }
a.menulink:visited{ color:#999999; text-decoration:none; margin-left:10px; outline:none;}
a.menulink:hover{ color:#000000; margin-left:10px; outline:none; }
a.menulink:active{ color:#000; margin-left:10px; outline:none;  }