/* positioning body content */	
	body {
		margin:0px; padding:0px; background:#e1e1e1 url(../../images/body-bg.gif) repeat-x;		
	}	
	
	.flash {
	   	clear:both;
		height:384px;
		}
	.flashshadow {
		height: 16px;
		background:url(../../images/flashshadow.gif) repeat-x;
		}
	.homewhite {
		height: 250px;
		background: #fff;
		}	
	.homewhite .subbox {
		float:left;
		width: 207px;
		margin:25px 0 0 15px;
		}
	.homewhite .dotted {
		float:left;
		margin:25px 0 0 0;
		width: 17px;
		height: 200px;
		background: url(../../images/home-dotted.gif) top right no-repeat;
		}
	.homewhite .subbox h3 {
		font-size:18px; text-transform:uppercase; font-weight:bold;
		color:#716f6f;
		padding:0 0 5px 0; margin:0;
		}
	.homewhite .subbox h4 {
		font-size:18px; text-transform:uppercase; font-weight:bold;
		color:#011e70;
		padding:0 0 5px 0; margin:0;
		}
		.homewhite .subbox p {
		font-size:12px; color:#262626;
		padding:0 0 10px 0; margin:0;
		height: 70px;
		border-bottom:1px solid #cccccc
		}
		.homewhite .subbox a {
		font-size:12px; color:#262626;
	
		}
		.homewhite .subbox .more {
			font-size:12px; color:#262626;
			text-align:right;
			padding:3px 0;
			}
			.homewhite .subbox .more a {
				font-size:10px; color:#011e70; text-transform:uppercase;
				text-decoration: none;
			}
		
		
