/* Print Structure =====*/
html {
	width: 100%;
}

body {
	background: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 1.3em;
	width: 95%;
}

img {
	border: 0;
}

a:link {
	color: #00F;
	text-decoration: underline;
}

a:visited {
	color: #009;
	text-decoration: underline;
}

a:hover {
	color: #F00;
	text-decoration: none;
}

a:active {
	color: #F00;
	text-decoration: none;
}

.clr {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

.pagefunction {
	display: none;
}

.header {
	display: none;
}

.sidecol {
	display: none;
}

.homepageflash {
	display: none;
}

.newsevents {
	padding-bottom: 15px;
}

.featuresdownloads {
	padding-bottom: 15px;
}

.designedby {
	display: none;
}

.leftnav {
	display: none;
}

.breadcrumbs {
	display: none;
}

form {
	display: inline;
}

fieldset {
	position: relative;
	display: block;
	border: 1px #CCC solid;
	padding: 25px 15px 15px 10px;
	margin: 20px 0 10px 0;
}

fieldset legend {
	position: absolute;
	top: -10px;
	left: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 0 10px 0 10px;
	margin: 0;
	background-color: #FFF;
	border: 1px #FFF solid;
}

fieldset legend a {
	font-size: 11px;
	cursor: pointer !important;
	cursor: hand !important;
}

fieldset legend em {
	color: #F00;
	font-size: 20px;
	font-style: normal !important:
}

label {
	display: block;
	font-size: 12px;
	color: #333;
	margin-bottom: 5px;
	border: 1px #FFF solid;
	/*border-bottom: 1px #DDD solid;*/
	padding: 0;
	clear: both;
}

label strong {
	display: block;
	float: left;
	width: 175px;
	font-size: 12px;
	color: #000;
	text-align: right;
	padding: 0 5px 10px 0;
}

label strong em {
	color: #F00;
	font-size: 20px;
	font-style: normal !important:
}

/* Text Elements =====*/
.underline {
	text-decoration: underline
}

.strikethrough {
	text-decoration: line-through
}

.indent	{
	padding-left: 20px
}

.left {
	text-align: left
}

.right {
	text-align: right
}

.center {
	text-align: center
}

.imageFloatLeft {
	float: left;
	padding: 0 10px 10px 0;
}

.imageFloatRight {
	float: right;
	padding: 0 0 10px 10px;
}

p {
	color: #333;
	margin: 0 0 20px 0;
	line-height: 1.3em;
}

	.featuresdownloads p {
		color: #21225B;
	}
	
	.box p {
		font-size: 11px;
		color: #21225B;
		margin: 0 0 6px 0;
	}

h1 {
	font-size: 23px;
	font-weight: normal;
	color: #21225B;
	margin: 0 0 10px 0;
	line-height: 1.3em;
}

	.newsevents h1 {
		font-size: 14px;
		font-weight: bold;
		color: #2F74AB;
		margin: 0 0 8px 0;
		line-height: 1.3em;
	}
	
	.featuresdownloads h1 {
		font-size: 12px;
		font-weight: bold;
		color: #21225B;
		margin: 0 0 3px 0;
		line-height: 1.3em;
	}
	
	.foodallergyquickref {
		background: url(../img/title_foodallergyquickref.gif) no-repeat;
		width: 197px;
		height: 57px;
		margin: 20px auto 0 auto;
	}
	
		.foodallergyquickref span {
			display: none;
		}
	
	.box h1 {
		font-size: 14px;
		font-weight: bold;
		color: #21225B;
		margin: 0 0 5px 0;
	}
	
	.enewslettertitle {
		background: url(../img/title_enewsletter.gif) no-repeat;
		width: 240px;
		height: 102px;
		margin: 0;
		display:block;
	}
	
		.enewslettertitle span {
			display: none;
		}

h2 {
	
}

h3 {
	
}

h4 {
	
}

/* Image Styles =====*/
.iconleft {
	float: left;
	padding: 0 3px 3px 0;
}