body
{
	background-color: #ffffff;
	color: #3a3a3a;
	margin: 10px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	min-width: 800px;
}
.body_wrapper 
{
	display: block;
	width: 800px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
.header
{
	width: 100%;
	height: 36px;
	padding: 0px;
	background-image: url("images/header_bkg.gif");
	background-position: top left;
	background-repeat: no-repeat;
}
.header_txt
{
	padding-left: 15px;
	padding-top: 12px;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	color: #000000;
}
.flash
{
	width: 800px;
	height: 460px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.copy_wrapper
{
	width: 760px;
	background: #e8e6cf;
	padding: 20px;
	padding-bottom: 0px;
	border-bottom: 1px solid #dadbb9;
}
.copy_main
{
	background: #ffffff;
	padding: 20px;
	border-left: 1px solid #dadbb9;
}
.copy_L
{
	width: 48%;
	height: 190px;
	float: left;
}
.copy_R
{
	width: 48%;	
	height: 190px;
	float: right;
}
.copy_head
{
	background: #e8e6cf;
	padding: 5px;
	padding-left: 15px;
}
.copy_head h1
{
	font-weight: 900;
	text-transform: uppercase;	
	color: #000000;
	font-size: 11px;
	margin: 0px;
}
.copy
{
	padding: 5px 10px 10px 15px;
}
.copy_img
{
	float: right;
	margin-left: 15px;
}
.stroke
{
	border: 1px solid #dadbb9;
}
.nostroke
{
	height: auto;
}
.clear
{
	clear: both;
}
.footer
{
	height: 40px;
	padding: 0px;
	padding-left: 20px;	
	padding-top: 10px;
	background-image: url("images/footer_bkg.gif");
	background-position: top left;
	background-repeat: repeat-x;
	color: #8c8c8c;
}
a:link, a:visited 
{
	color: #a10019;
	text-decoration: underline;
}
a:hover, a:active 
{
	text-decoration: underline;
	color: #FF0000;
}

ul li
{
	list-style-image: url("/webservices/common/images/Yellow_List_Bullet.gif");
	margin-left: -25px;
}
p
{
	margin-bottom: 0px;
	margin-top: 10px;
}
