body {
padding:0; margin:0;
background-image:url('images/pagebg.gif');
background-repeat:repeat-x;
background-color:#D9D9D9;
}

body, td {
  font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:12px;
}

h1 {
	font-size:16px;
}

h2 {
	font-size:14px;
}

a {
color:#3366CC;
}

a:hover {
color:black;
}

.top {
background-image:url('images/top.jpg');
background-repeat: no-repeat;
width:232px;
}

.top h1 {
padding-left:10px;
font-size:20px;
}

.menu {
background-image:url('images/mainmenucenter.jpg');
background-repeat:no-repeat;
}

.menu table {
width:auto;
padding:0;
margin:0;
height:24px;
}
.menu table td {
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size:13px;
font-weight:bold;
color:white;
text-transform:uppercase;
text-align:left;
padding-left:20px;
}
.menu table td a {
color:white;
text-decoration:none;
}
.menu table td a:hover {
color:#E8E8E9;
}

.submitbutton {
	width:89px;
	height:30px;
	border:0px;
	background-color:#3366CC;
	color:white;
	font-weight:bold;
	font-size:11px;
}

.infobox {
position:relative;
width:175px;
height:201px;
padding:20px 20px 20px 20px;
margin:0px 10px 10px 10px;
float:right;
background-image:url('images/infoboxbg.gif');
background-repeat:no-repeat;
z-index:100;
}

.infobox  a {
	font-weight:bold;
	color:black;
	text-decoration:none;
}

.infobox  a:hover {
	color:#3366CC;
}

h1.pageheading {
	position:absolute;
	top:100px;
	left:350px;
	width:400px;
}

.footertext {
	position:absolute;
	bottom:20px;
	text-align:center;
}

ul {
	list-style-image:url('images/bullet.gif');
}

.PopBoxImageSmall
{
 border: none 0 white;
 cursor: url("images/magplus.cur"), pointer, auto;
}
.PopBoxImageLarge
{
 border: solid 1 #999999;
 cursor: url("images/magminus.cur"), pointer, auto;
}
.PopBoxImageShrink
{
 cursor: url("images/magminus.cur"), pointer, auto;
}
.PopBoxImageLink
{
 cursor: pointer, auto;
}
.PopBoxImageMove
{
 border: none 0 white;
 cursor: pointer, auto;
}
