
	body{
		background: #425e73;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:9pt;
		margin-top:15px;
	}
	
	h1{
		font-size:18pt;
		font-weight:200;
		margin: 0px 0px 10px 0px;
		color: #003366;
		}
	
	h2{
		font-size: 14pt;
		font-weight: 200;
		margin: 0px 0px 10px 0px;
		color:#0099FF;
	}
	
	h3{color:#000000;}
	
	p{
		text-align: justify;
		line-height: 18pt;
	}
	
	li{line-height: 18pt;}
	
	a{
		text-decoration: none;
		font-weight: bold;
		color:#FF0000;
	}

/* LAYOUT */	

	.main{
		width:1000px;
		text-align:left;
		background: #739cc1;	
	}

	.header{
		background: #FFFFFF;
	}

	.head{
		float: left;
		height: 134px;
		width: 800px;
	}

	.headerlogos{
		height: 62px;
		padding: 2px;
/*		margin-top: 94px;*/
		background-image: url(../images/header-bg.png);
		background-repeat: repeat;
		margin-top: 72px;
		text-align: center;

	}

	.headerlogos img{
		margin: 2px 2px;

	}

	.contents, .menu{float: left;}
	
	.contents{
		min-height:500px;
		/*background: #99ccff;*/
		background: #ffffff;
		color: #666666;
		width: 800px;
	}
	
	.contents p{

	line-height: 15pt;



	}
	
	
	.padding{
		margin:20px;
	}
	
	.menu{
		width: 200px;
		font-size: 9pt;
	}
	
	
	
	.menu a{
		display: block;
		text-align: left;
		text-decoration: none;
		color: #FFFFFF;
		font-weight: bold;
		margin: 5px;
		padding: 5px;
		border: 1px solid #425e73;
		background-image: url(../images/btn-background.jpg);
		background-repeat: no-repeat;
		background-position: right;
	}
	
	.menu a:hover{
		background: #425e73;
	}

	.unionjack a{
		background-image: url(../images/btn-background-u.jpg);
	}
	


	.footer{
		margin-top: 10px;
		color:#FFFFFF;
		font-size: 8pt;
	}

	.footer a{
		text-decoration: none;
		color:#FFFFFF;
		font-weight: bold;
	}


 	.backToTop{
 		text-align: right;
		font-size: 8pt;
	}
	
	.backToTop a{color:#666666;}


/* INDEX GRID */

	.index-grid{
		border: 1px solid #c0c0c0;
		margin: 10px 0px;
		padding: 20px;
	}
	
	.block{
		float: left;
		width: 216px;
		height: 180px;
		padding: 5px;
		background:#CCCCCC;
	}
	
	.block-image{
		height: 100px;
	}
	
	.block-title{
		height: 20px;
	}
	


/* MILITARY SALES */
	.ms_box{
		float: left;
		border: 1px solid #c0c0c0;
		background: #FFFFFF;
		color: #000000;
		width: 220px; 
	 	padding: 10px; 
		text-align:center;
		
	}

	.ms_box a{
		color:#000000;
	}

	.ms_box p{height:100px;}
	
	

/* NEW COMMERCIAL DEALS */

	.new_commercial_deals_list{
		text-align:center;
		margin-bottom: 30px;
		text-align:left;
	
	}

	.new_commercial_deals{
		border: 1px solid #666666;
		margin: 10px;
		padding: 10px;	
	}
	
	.new_commercial_deals img{
		margin: 10px;
		border: 0px;
	}
	
	.new_commercial_deals_list h3{
		
	}	

.clear{clear:both;}