/* Barmy Army 2004 design - stylesheet */

BODY	{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

TD	{
	font-size: 12px;
}


P {
	padding: 0;
	}

H3 {
	font-size: 14px;
	margin: 0;
	padding: 0px;
	font-weight: normal;
	color: #000000;
}

H4 {
	font-size: 12px;
	margin: 0;
	padding: 0px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 5px;
}

CITE {
	font-size: 10px;
	font-style: normal;
	color: #000000;
	}
	
DFN {
	font-size: 10px;
	font-style: normal;
	}

A {
	color: #D63131;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
	}
	
.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
}

	
#wrapper	{
	width: 675px;
	margin: 1px auto;
	padding: 0px;
	border: 0;
	text-align: left;
	}

.section {
	border: 0;
	padding: 0;
	margin: 5px;
	clear: both;
	}
	
.section DIV.left {
	width: 193px;
	border: 0;
	float: left;
	margin: right: 5px;
	}
	
.section DIV.right {
	width: 467px;
	border: 0;
	padding: 0;
	margin-left: 195px;
}
	
.mainItem {
      font-size: 10px;
	margin-bottom: 5px;
	}
	
.content {
	width: 440px;
	height: 100px;
	margin-left: 58px;
	background: #EEEEEE;
	}
	
.article {
	width: 500px;
	padding: 5px;
	font-size: 12px;
	color: #444444;
	}
	
.article P {
	margin-bottom: 10px;

	}
	
.article H3 {
	font-size: 14px;
	margin: 0;
	}
	
.articleImage {
	width: 160px;
	margin: 0 5px 10px 10px;
	float: right;
	background: #EEEEEE;
	font-size: 10px;
	}
	
.articleImage P {
	margin: 2px;
	}
	
.articleImage CITE {
	font-size: 9px;
	color: #999999;
	} 

HR {
      height: 1px;
}