/* CSS Document */

body{
	background:#0f24bf url(../images/background.jpg) 0 0 repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	color:#353535;
	margin:0 0 0 0;
}

h1{
	font-size: 15px
}
#wrapper{
	position:absolute;
	width:908px;
	left:50%;
	margin: 0 0 0 -454px;
}
#masterBackground{
	background: #FFF;
	padding:0px 12px 0px 12px;
	border-left:1px solid #818181;
	border-right:1px solid #818181;
	border-bottom:1px solid #818181;

}
#headder{
	height:20px;
}
#greyHighlight{
	width:207px; 
	height:15px; 
	background:#818181;
}
#menuHeadding{
	height:20px;
}
#menuFloat{
	float:left;
	width:211px;
}
#bodyFloat{
	float:right;
	width:669px;
}
#bodyCells{
	margin:0 0 10px 0;
}
#clearCell{
	clear:both;
}
#Disclaimer{
	margin:15px 0;
	text-align:center;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#7f88c6;
}

a {
	font-size: 12px;
	color: #4e3d09;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4e3d09;
}
a:hover {
	text-decoration: underline;
	color: #4e3d09;
}
a:active {
	text-decoration: none;
	color: #4e3d09;
}

strong{
	color:#2b2b2b;
}
#leftAdSpace{
	background:#d9d7d2;
	width:197px;
	margin:20px 0 10px 0;
	padding:5px;
	text-align:center;

}
.primeItemLeft,.primeItemCentre,.primeItemRight{
	width:215px;
}
.primeItemLeft{
	float:left;

}
.primeItemCentre{
	float:left;
	margin:0px 12px;

}
.primeItemRight{
	float:right;

}
.primeBoxHeadding,
#mainCopyHeadding{
	background:#3F371D;
}
.primeBoxHeadding{
	height:31px;
	padding:17px 0 0 11px;
}
.primeBoxImage{
	height:82px;
	margin:6px 0;
}
.primeBoxCopy,#mainCopyBody{
	background:#FFF;
}
.primeBoxCopy{
	height:103px;
	padding:5px;
	overflow:hidden;
}
#mainCopyHeadding{
	height:30px;
	padding:7px 0 0 5px;
	font: bold 18px Arial, Helvetica, sans-serif;
	color:#FFF;
}
#mainCopyBody{
	padding:5px;
}


