body {
	margin:0; padding:0;
}

body, td {
  font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
}

h1 {
	color:#000000;
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-left: 10px; 
	margin-right: 10px;
	margin-top:6px
}

a {
	color:#0000FF;
}

p {
	font-family: Verdana, sans-serif; 
	font-size: 12px;
	margin-left: 20px; 
	margin-right: 10px;
	margin-top:6px
	line-height: 17px;
}

.logo {
	background-image:url('NewSite/images/logobg.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
	height:94px;
	vertical-align:bottom;
}

.menu {
	background-image:url('images/menubg.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
	height:32px;
	vertical-align:bottom;
}

.menu table {
	width:auto;
	height:32px;
}

.menu table td {
	min-width:75px;
	background-image:url('images/menusep.gif');
	background-repeat:no-repeat;
	background-position:right;
	padding:0px 20px 0px 20px;
	color:black;
	font-weight:bold;
	text-transform:uppercase;
	vertical-align:middle;
}

.menu table td a {
	color:black;
	text-decoration:none;
}

.menu table td a:hover {
	color:#0000FF;
}

.mainimage {
	background-image:url('NewSite/images/mainimage.jpg');
	background-repeat:no-repeat;
	width:339px;
	height:102px
}

.dropshadow {
	background-image:url('NewSite/images/dropshadow.gif');
	background-repeat:repeat-x;
	height:8px
}

.leftcolumn {
	padding: 0px 10px 10px 10px;
}

.rightcolumn {
	padding: 0px 10px 10px 10px;
}

.boxtop {
	border-left:1px solid #B2B2B2; border-right:1px solid #B2B2B2; border-top:1px solid #B2B2B2; border-bottom:0px solid #B2B2B2; background-image:url('NewSite/images/headerbg.gif');
	background-repeat:repeat-x;
	height:32px;
	padding:6px;
	color:white;
	font-family: Verdana, sans-serif; 
	font-size: 9px;
	font-weight:bold;
	line-height: 17px;
	text-align:justify;

}

.boxcontent {
	border-left:1px solid #B2B2B2; border-right:1px solid #B2B2B2; border-top:0px solid #B2B2B2; border-bottom:1px solid #B2B2B2; padding:5px; background-image:url('NewSite/images/shadow.jpg');
	background-position: left top;
	background-repeat:no-repeat;
	font-family: Verdana, sans-serif; 
	font-size: 9px;

}
			
.submitbutton {
	border:0px none;
	background-image:url('NewSite/images/button.jpg');
	background-repeat:no-repeat;
	width:80px;
	height:20px;
	color:#666666;
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}

.submitbutton a {
	color:#666666;
	text-decoration:none;
}


