html	{
	min-height: 100%;
	border-bottom: 1px solid transparent;
	}	
img, a img	{
	border: 0;
	}
body	{
	background-color: #2b4e77;
	font-family: 'Myriad Pro', arial, helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	margin:0;
	padding:0;
	}		
.container	{
	width: 760px;
	background-color: #fff;
	margin: 0px auto;
	text-align: left;
	clear: both;
	position: relative;
	}
.container .header	{
	float: left;
	display: inline;
	position: relative;
	width: 760px;
	clear: both;
	}
h1	{
	font-size: 21px;
	font-weight: 400;
	}	
.copy	{
	width: 700px;
	padding: 0 30px;
	}
p	{
	margin: 0 0 10px 0;
	}

b	{
	color: #000;
	}
div.rule	{
	display: block;
	height: 5px;
	line-height: 5px;
	background-color: #2b4e77;
	}	 	
ul.bullet {
	margin: 0;
	padding: 0;
	list-style: none;
	}
ul.bullet { 
	list-style: none; margin: 10px 0 10px 0;
	padding:0; 
	}
ul.bullet li { 
	padding-left: 20px; 
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	font-size: 17px;
	margin-bottom: 5px;
	}	
.legal	{
	padding: 15px 30px;
	font-size: 13px;
	}
	
/* standard links */
a:link, a:visited	{
	color: #333;
	}
a:hover	{
	text-decoration: none;
	color: #2b4e77;
	}
	
.acc_buttons {position:relative; margin-top:4px; margin-right:4px; text-align:right; font-family: Arial, Helvetica, sans-serif;font-size: 11px;}
.acc_buttons span {padding-left:4px;}
.acc_buttons img {vertical-align:middle;border:0px;}
	
