body
{
  margin:0;
	background-color: #000000;
	text-align: center;
}
/*
STYLE FOR ALL LAYERS
*/
div
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #FFFFFF;
	margin: 0;
	padding: 0;
	border: 0;
}
/*
PAGE LAYOUT LAYERS
*/
div.container
{
  margin: 0px auto;
  text-align: left;
  width: 760px;
	background-color:#FFFFFF;
	background-image: url(../img/bg1.gif);
  background-repeat: repeat-y;
}
div.header
{
  position: relative;
  width: 760px;
  height: 123px;
  clear:left;
	background-image: url(../img/dublab1.jpg);
}
div.footer
{
  position: relative;
  clear:left;
  width: 760px;
  height: 50px;
	background-image: url(../img/footer1.gif);
  background-position: bottom left;
	background-repeat: no-repeat;
}
div.left
{
  float:left;
	margin-left: 4px;
	margin-bottom: 4px;
	margin-top: 4px;
  width:161px;
	padding-bottom: 60px;
	background-color: #666666;
	background-image: url(../img/corner1.gif);
  background-position: bottom right;
	background-repeat: no-repeat;
}
div.content
{
  position: relative;
  margin-left:170px;
  margin-right:10px;
  margin-top:30px;
  padding:1em;
}
/*
NAVIGATION LAYERS
*/
div.menuholder
{
  position: absolute;
	bottom: 0px;
	right: 5px;
	height: 24px;
	width: 650px;
}
span.menubutton a
{
  margin: 0;
	height: 22px;
	margin-left:4px;
	position: relative;
	font-weight: bold;
	color: #339900;
	font-size: 9pt;
	float:left;
	text-decoration: none;
	font-variant: small-caps;
}
span.menubutton a:hover
{
	background-color: #339900;
	background-image: url(../img/corner2.gif);
  background-position: bottom left;
	background-repeat: no-repeat;
	border-top: 1px solid #FFFF00;
	color: #FFFFFF;
}
div.menubutton a
{
	position: relative;
	display: block;
	margin: 1px;
	width: 160px;
	height: 22px;
	border: 1px solid #000000;
	background-color: #339900;
	font-weight: bold;
	padding: 2px 0px 0px 2px;
	color: #000000;
	text-decoration: none;
	font-variant: small-caps;
}
div.menubutton a:hover
{
	border: 1px solid #339900;
	background-color: #FFFF00;
	color: #339900;
}
/*
PAGE CONTENT LAYERS
*/
div.leftcol
{
  float: left;
  margin-left: 5px;
  margin-top: 30px;
  width: 250px;
	position: relative;
}
div.rightcol
{
  float: left;
  margin-top: 30px;
  margin-left: 10px;
  width: 250px;
	position: relative;
}
div.contentholder
{
  position: relative;
  width: 450px;
	margin-left: 20px;
	float:left;
}
div.imagebox
{
  color: #000000;
	font-size: 8pt;
  background-color: #EEEEEE;
	font-weight: bold;
	border: 1px solid #AAAAAA;
	position: relative;
	text-align: center;
	display: block;
  line-height: 20px;
}
div.flyerbox
{
width:120px;
height:120px;
position:relative;
float:left;
text-align:center;
margin-right:5px;
background-color: #666666;
border: 1px solid #FFFFFF;
}
h2.flyerstitle
{
font-size:10pt;
background-color: #FFFF00;
color: #339900;
font-weight: bold;
text-align:center;
clear:left;
}
div.row
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 300px;
	height:24px;
}
div.tablerow
{
   width:400px;
   position:relative;
	 border-bottom:1px solid #666666;
}
div.tablelabel
{
   position:absolute;
	 left:0px;
	 top:0px;
   width:155px;
	 text-align:right;
   background-color:#000000;
	 padding:2px;
}

div.tablevalue
{
   width:230px;
	 margin-left:160px;
	 padding:2px;
}
div.swishpixel
{
position: absolute;
bottom:0px;
right:130px;
width:300px;
height:18px;
font-size:8pt;
font-variant:small-caps;
background-color:#000000;
color: #FFFF00;
}
div.frontleft
{
float:left;
width:270px;
}
div.frontright
{
float:right;
width:260px;
margin-top:45px;
}
div.newsrow
{
position:relative;
width:440px;
height:22px;
float:left;
}
p.linksrow
{
position:relative;
width:440px;
float:left;
}