@charset "utf-8";
/* CSS Document */

*, .noMargin_NoPadding{
	margin:0px;
	padding:0px;
	outline:0px;
}

img {
	border:0px;
}
.clearFloat {
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.textAlignRight {
	text-align: right;
}

img.imgLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: both;
}
img.imgRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	clear: both;
}

p {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 20px;
	font-family: Arial, Verdana, sans-serif;
}

ul {
	margin-left: 20px;
	margin-bottom: 10px;
}

ol {
	margin-left: 20px;
	margin-bottom: 10px;
}

li {
	font-size: 14px;
	line-height: 20px;
	font-family: Arial, Verdana, sans-serif;
}
.strapline {
	color: #406313; 
	font-weight: bold; 
	text-align: center;
}

#insetimg{float:right;margin:10px 0 0 40px;width:179px;}
#insetimg p{background:#C7CCDF;border:1px solid #475796;line-height:2em;text-align:center;margin-top:10px;}
#insetimg p a{color:#475796;font-weight:bold;}