/* CSS Document */
body 		{
			font-size: 100%;
			font-family: Arial, Helvetica, sans-serif;
			color: #333333;
			background-color: #ffffff;
			margin:0px;
			padding:0px;
			}
p			{
			font-size: .8em;
			}
h1			{
			font-size: 1.4em;
			color:#7B88AB;
			}
h2			{
			font-size: 1.3em;
			color:#7B88AB;
			}
h3			{
			font-size: 1.1em;
			color:#7B88AB;
			}
.wrapper	{
	padding-top:20px;
	width:775px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
			}
.header		{
			width:775px;
			}
.nav		{
			padding-top:5px;
			}
.logo		{
			padding-top:2px;
			width:322px;
			}
.square		{
			padding:9px;
			}
.copy		{
			width:75%;
			}
.imgr		{
			float:right;
			margin-left:0px;
			padding-left:20px;
			padding-bottom:20px;
			}	
.imgl		{
			float:left;
			margin-right:0px;
			padding-right:20px;
			padding-bottom:20px;
			}
.caption	{
			margin-bottom:-15px;
			padding-bottom:-15px;
			}
.links		{
			margin-right:10px;
			vertical-align:middle;
			float:none
			}
label		{
			font-family: Arial, Helvetica, sans-serif;
			color: #7B88AB;
			font-size: .8em;
			font-weight:bold;
			}
a:link		{
			color:#996600;
			font-weight:bold;
			text-decoration: none;
			}
a:visited	{
			color:#996600;
			font-weight:bold;
			text-decoration: none;
			}
a:hover		{
			color:#996600;
			font-weight:bold;
			text-decoration: underline;
			}
a:active	{			
			color:#cc6600;
			font-weight:bold;
			text-decoration: none;
			}
a.nav:link	{
			color:#8F8F8F;
			font-size: 0.9em;
			font-weight:bold;
			text-decoration: none;
			}
a.nav:visited{
			color:#8F8F8F;
			font-size: 0.9em;
			font-weight:bold;
			text-decoration: none;
			}
a.nav:hover	{
			color:#626791;
			font-size: .9em;
			font-weight:bold;
			text-decoration: none;			
			}
a.nav:active{
			color:#687692;
			font-size: .9em;
			font-weight:bold;
			text-decoration: none;
			}
a.foot:link	{
			color:#666666;
			font-weight:bold;
			text-decoration: none;
			}
a.foot:visited{
			color:#666666;
			font-weight:bold;
			text-decoration: none;
			}
a.foot:hover	{
			color:#7B88AB;
			font-weight:bold;
			text-decoration: none;			
			}
a.foot:active{
			color:#687692;
			font-weight:bold;
			text-decoration: none;
			}
.sep		{
			font-size: 0.8em;
			color:#999999;
			}
.small		{
			font-size: .7em;
			}
.wee		{
			font-size: .6em;
			padding-bottom:20px;
			}
			