/*General Formatting*/

body { 
	background-image: url(background.jpg); 
	color: #000000;
	font-size: 15px;
	font-family: arial, helvetica;
	text-align: center;
	letter-spacing: 0px
}

p.small {
	font-size:  10px; 
}
p.left {
	text-align: left; 
}
img.banner {
	margin: 5px;
}
img{
  	border: none;
	margin: 0px;
	padding: 0px
}

table {
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-style: none;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: none;
	
}
	
td {
  padding: 0px;
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  border-width: 0px;
  border-style: none;
  margin: 0px;
    
}
	
a img.link {
	border: none;
	text-decoration: none;
	color: none
}
a img.visited {
	border: none;
	text-decoration: none;
	color: none
}
a img.hover {
	border: none;
	text-decoration: none;
	color: none
}
a img.active {
	border: none;
	text-decoration: none;
	color: none
}
a.menu img {
  display:block;
}
	
a.menu {
  line-height: 0px;
}	
/*Container*/
div.container{
	position:relative; top: 0px;
	margin-left: auto;
	margin-right: auto;
}
	
/*Body*/
td.body {
  width:1010px;
}

/*Main Conten*/
td.maincontent {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: -8px;
	padding-bottom: 0px;
}
td.contenttable{
	padding-top: 20px;
	padding-bottom: 20px;
	vertical-align: top;
}
td.contentborder{
	padding-top: 0px;
	padding-bottom: 0px;
	padding: 0px;
  	border: 0px;
  	border-collapse: collapse;
  	border-spacing: 0px;
  	border-width: 0px;
  	border-style: none;
  	margin: 0px;
}

td.content {
	background-image: url(contentbg.jpg);
	padding: 20px;
}
td.w3c {
  text-align: right;
  padding: 5px;
  }
