body {
	margin: 0px;
	background-image:url("images/background.png");
}
body,p,td,div,li, h1,h2,h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-top:0px;
}

ul li {
	list-style-image:url(images/bullet.png);
}

p.importantText {
	font-weight:bold;
}

/*table, td, th { border: 1px red solid; }*/
table.structure {
	width:730px;	
}
td {
	padding:0px;
	vertical-align:top;
	text-align:left;
}

table.homePagePlugs td{
	border: 1px #d1d2d3 solid;
	height:146px;
	padding:5px 10px 5px 15px;
}
table.homePagePlugs td h2{
	font-size:11px;
	line-height:20px;
}

table.homePagePlugs td p{
	font-size:11px;
	margin-bottom:5px;
}
table.homePagePlugs th {
	background-color:#E18642;
}

table.banner td {
	background-color:#B0CD1F;
}

#mainSection { 
	padding-left:50px;
	width:800px;
	min-height: 500px;
	_height: 500px;
}
#footer { 
	padding-top:40px;
	width:780px;
	clear:both;

}

#footer table {
	background-color:#B0CD1F;
}


#headerText {
		margin:10px 0px 0px 0px;
}
h1 {

	color:#b0cd1f;
	font-size:20px;
	padding-bottom:0px;
	/* commented backslash hack v2 \*/
	padding-bottom:6px; 
	/* end hack */
	margin-bottom:0px;
	white-space:nowrap;
	text-align:left;

}
div.borderDiv {
	padding-bottom: 0px;
	margin-bottom:8px;
	line-height:0;
	border-bottom: 1px solid #d1d2d3;
}

h2 {
	margin-bottom:0px;
	padding-bottom:0px;
}


p.copyright {
	font-size:10px;
}
#textBody {
	clear:both;
}

a {
font-weight:bold;
	color:#88B100;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

a:visited {
	color:#515253;
}

div#copy {
	float:left;
	width:400px;
	/* commented backslash hack v2 \*/
	width:425px;
	/**/
	
}
div#picture {
float:left;
text-align:center;
width:290px;
padding-top: 40px;
font-size:10px;
}
a img {
	border:0;
}
.indented {
	padding-left:30px;
}
