/* ------------------------ LAY OUT ------------------------*/

body {
  /* LAY OUT */
	margin:0;
  /* DISPLAY */
	background-color:#FFFFFF;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}

#container {
  /* LAY OUT */
	width:760px;
	position:relative;
	top:20px;
	left:0px;
	margin-left:auto;
	margin-right:auto;
}

#sitetitle {
  /* LAY OUT */
	width:300px;
	height:112px;
	position:absolute;
	top:0px;
	left:0px;
}

#sitetitle span {
  /* DISPLAY */
	display:none;
}

#sidebar {
  /* LAY OUT */
	width:460px;
	height:112px;
	position:absolute;
	top:0px;
	left:300px;
  /* DISPLAY */
	background-image:url(bgsidebar.jpg);
	font-size:8pt;
}

#sidebar p {
  /* DISPLAY */

	text-align:right;
	margin-top:40px;
	margin-right:190px;
	color:#FFFFFF;
}

#menu {
  /* LAY OUT */
	width:730px;
	height:24px;
	position:absolute;
	top:337px;
	left:15px;
	margin:0px 0px 0px 0px;
	z-index:1;
  /* DISPLAY */
	background-color:#231182;
}

#menu span {
	display:none;
}

#menu0,#menu1,#menu2,#menu3,#menu4,#menu0s,#menu1s,#menu2s,#menu3s,#menu4s {
  /* LAY OUT */
	width:138px;
	height:24px;
	position:absolute;
	z-index:2;
}

#menu0:hover,#menu1:hover,#menu2:hover,#menu3:hover,#menu4:hover {
	background-position: 0px -24px;
}

#menu0s,#menu1s,#menu2s,#menu3s,#menu4s {
	background-position: 0px -48px;
}

#siteimage0 {
  /* LAY OUT */
	width:72px;
	height:71px;
	position:absolute;
	top:40px;
	right:102px;
}

#siteimage1 {
  /* LAY OUT */
	width:72px;
	height:71px;
	position:absolute;
	top:40px;
	right:15px;
}

#pageimage0,#pageimage1,#pageimage2,#pageimage3,#pageimage4 {
  /* LAY OUT */
	width:730px;
	height:200px;
	position:absolute;
	top:127px;
	left:15px;
	z-index:1;
}

#main {
  /* LAY OUT */
	width:100%;
	position:absolute;
	top:377px;
	left:0px;
	margin:0px 0px 0px 0px;
  /* DISPLAY */
	background-color:#231182;
}

#pagetitle {
  /* LAY OUT */
	margin-left: 15px;
  /* DISPLAY */
	display:none;
}

#content {
  /* LAY OUT */
	margin: 15px 15px 15px 15px;
  /* DISPLAY */
	font-size:10pt;
	color:#FFFFFF;
}

#footer {
  /* LAY OUT */
	width:760px;
	height:40px;
  /* DISPLAY */
	background-image:url(bgfooter.jpg);
	text-align:center;
}

#footer span {
  /* LAY OUT */
	position:relative;
	top:50px;
  /* DISPLAY */
	font-size:9pt;
	color:#231182;
}

#template1 {
  /* LAY OUT */
	width:760px;
	height:265px;
	position:absolute;
	top:112px;
	left:0px;
	z-index:0;
  /* DISPLAY */
	background-color:#231182;
}