*{margin:0; padding:0;}
body {
	width: 760px;
	height: 100%;
	margin-right: auto;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height: auto;
	background-image: url(images/leftnav.gif);
	background-repeat: repeat;
}
#leftcol {
	float: left;
	width: 190px;
}
#rightcol {
	float: right;
	width: 550px;
	background-color: #FFFFFF;
	padding-left: 19px;
}
#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	text-align: center;
	font-size: 9px;
	color: #999999;
	background-color: #FFFFFF;
}

.pageheaders {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing:2px;
	font-weight: bold;
	color: #516376;
	margin-bottom: 10px;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height:15px;
	margin-bottom: 10px;
	margin-right: 30px;
}
.tablecopy {
	text-indent: 5px;
	color: #333333;
}
.bullets {
	margin-left: 20px;
	margin-right: 30px;
	margin-bottom: 10px;
	color: #666666;
}
#leftsideedit {
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 20px;
}
