body {
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0px;
padding:0px;
background-color:#CCCCCC;
}

A:link {
text-decoration: none; color:#000066; font-size: 13px; font-family:Arial, Helvetica, sans-serif; 
}
A:visited {text-decoration: none; color: #000066; font-size: 13px; font-family:Arial, Helvetica, sans-serif;
}
A:hover {color:#CC9933; text-decoration: none; font-size: 13px;  font-family:Arial, Helvetica, sans-serif; 
	
}

A.footer:link {
text-decoration: underline; color:#666666; font-size: 9px; font-family:Arial, Helvetica, sans-serif; 
}
A.footer:visited {text-decoration: underline; color: #666666; font-size: 9px; font-family:Arial, Helvetica, sans-serif;
}
A.footer:hover {color:#000000; text-decoration: none; font-size: 9px;  font-family:Arial, Helvetica, sans-serif; 
	
}

.footertext {
color:#666666;
text-align:center;
font-size:9px;
}

.top {
	background-image: url(images/top2.jpg);
	background-position:right;
	background-repeat: no-repeat;
}
.menuposition {
position:absolute;
top:83px;
left:324px;
width:400px;
text-align:right;
}
.bottom {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
}
.tile {
padding: 0px 49px 0px 35px;
	background-image: url(images/tile.gif);
	background-repeat: repeat-y;
}
h1 {
font-size:14px;
}

.footer {
padding:26px 60px 0px 0px;
text-align:right;
color:#FFFFFF;
}

.background-image {
background-image:url(images/background.jpg);
background-repeat:no-repeat;
background-position:top right;
width:100%;
}

/* CSS form layout */

div.row {
  clear: both;
  padding-top: 2px;
  
  }

div.row span.label {
  float: left;
  width: 165px;
  text-align: right;
  }

div.row span.formw {
  float: left;
  width: 335px;
  text-align: left;
  } 

