/* CSS Document */
	*{
		margin: 0px;
		padding: 0px;
	}
	p{
		margin: 0px 0px 0px 20px;
	}
	a img{
		border: none;
	}
	body{
		background-image: url("images/bw-bg-2.jpg");
		font-family: Arial, Verdana, Sans-Serif;
		font-size: 10pt;
	}
	#container{
		margin: 0px auto;
		padding: 10px 0px 10px 0px;
		width: 752px;
	}
	#header{
		width: 752px;
		height: 168px;
	}
	#header #headertop{
		width: 752px;
		background-image: url(images/bw-bg-page-header-3.jpg);
		height: 92px;
		color: white;
	}
	#header #menu{
		position: relative;
		top: 58px;
		right: 1px;
		font-size: 8pt;
		float: right;
	}
	.button{
		color: #000000;
		height: 19px;
		width: 102px;
		background-image: url("images/bw-bg-button-2.jpg");
		background-repeat: repeat-x;
		padding: 3px 0px 0px 0px;
		text-align: center;
		border-top: 1px Solid Black;
		border-left: 1px Solid Black;
		float: left;
	}
	.button a{
		color: #FFFFFF;
		text-decoration: none;
	}
	.button a:hover{
		color: #000000;
	}
	#header #headerbottomcontainer{
		position: relative;
		width: 734px;
		height: 76px;
		left: 9px;	
	}
	#header #headerbottomleft{
		background-image: url("images/bw-bg-left-page-image-home-2.jpg");
		width: 367px;
		height: 76px;
		float: left;	
	}
	#header #headerbottomright{
		background-image: url("images/bw-bg-right-page-image-2.jpg");
		width: 367px;
		height: 76px;
		float: left;	
	}
	#header #headerbottomright #pagetitle{
		color: #000000;
		font-size: 26pt;
		font-weight: bold;
	}
	#contentcontainer{
		background-image: url("images/bw-bg-page-content.gif");
		background-repeat: repeat;
		width: 752px;
		float: left;
	}
	#contentcontainer #leftcontent{
		width: 162px;
		float: left;
	}
	#contentcontainer #leftcontent #topcontent{
		height: 200px;
		float: left;
	}
	#contentcontainer #leftcontent #bottomcontent{
		position: relative;
		/*background-image: url("images/bw-bg-page-glasses-2.jpg");
		background-repeat: no-repeat;*/
		width: 152px;
		height: 204px;
		left: 10px;
		float: left;
	}
	#contentcontainer #leftcontent .agency{
		position: relative;
		background-image: url("images/bw-bg-agency-features-2.jpg");
		background-repeat: repeat-x;
		width: 140px;
		height: 19px;
		top: 10px;
		border-left: 1px Solid Black;
		border-right: 1px Solid Black;
		margin: 1px 0px 3px 0px;
		padding: 2px 0px 0px 10px;
		font-size: 13px;
	}
	#contentcontainer #leftcontent .agency a{
		color: #FFFFFF;
		text-decoration: none;
	}
	#contentcontainer #leftcontent .agency a:hover{
		color: #000000;
	}
	#contentcontainer #leftcontent .links{
		position: relative;
		padding: 0px 0px 0px 20px;
		font-size: 10pt;
		font-weight: bold;
		top: 15px;
	}	
	#contentcontainer #leftcontent .links a{
		color: #000000;
		text-decoration: none;
	}
	#contentcontainer #leftcontent .links a:hover{
		color: #000000;
		text-decoration: underline;
	}
	#contentcontainer #leftcontent #agencylinkstext{
		position: relative;
		color: #000000;
		font-size: 8pt;
		top: 30px;
		padding: 0px 5px 0px 15px;
	}	
	#contentcontainer #rightcontent{
		width: 550px;
		padding: 10px 20px 10px 20px;
		float: right;
	}
	#contentcontainer #rightcontent .contenttitle{
		background-image: url("images/bw-bg-page-contenttitles-2.jpg");
		background-repeat: no-repeat;
		width: 537px;
		height: 22px;
		padding: 3px 0px 0px 5px;
		color: black;
		font-size: 14px;
		font-weight: bold;
	}
	#contentcontainer #rightcontent #paydata{
		background-image: url("images/bw-bg-agency-features-2.jpg");
		background-repeat: repeat-x;
		width: 140px;
		height: 19px;
		padding: 2px 0px 0px 0px;
		margin: 0px auto;
		border-left: 1px Solid Black;
		border-right: 1px Solid Black;
		text-align: center;
		color: black;
		font-size: 13px;
		font-weight: bold;
	}
	#contentcontainer #rightcontent #paydata a{
		color: #000000;
		text-decoration: none;
	}
	#contentcontainer #rightcontent #paydata a:hover{
		color: #ffffff;
	}
	#footer{
		background-image: url("images/bw-bg-page-footer-2.jpg");
		background-repeat: repeat-x;
		width: 750px;
		height: 30px;
		color: white;
		font-size: 10px;
		border-left: 1px Solid Black;
		border-right: 1px Solid Black;
		float: left;
	}
	#footer #copy{
		float: left;
		color: #FFFFFF;
		padding: 8px 0px 0px 5px;
	}
	#footer #createdby{
		float: right;
		color: #FFFFFF;
		padding: 8px 5px 0px 0px;
	}
	#footer #createdby a{
		color: #FFFFFF;
		text-decoration: none;
	}
	#footer #createdby a:hover{
		color: #000000;
		text-decoration: none;
	}

