/* Common code */
	html, body
	{
		margin: 0;
		padding: 0;
		color: black;
		font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
		background-color: white;
		height: 100%;
		font-size: 12px;
		line-height: 14px;
	}

	br.clear
	{
		clear: both;
	}

	a img
	{
		border: none;
	}
/* Common code */

/* Header */
	#Header
	{
		display: none;
	}
	#ColorStrip
	{
		display: none;
	}

	/* Language navigation */
		#Languages
		{
			display: none;
		}
	/* Language navigation */

	h1
	{
		font-size: 14px;
		margin: 10px 25px;
	}

	/* Section navigation */
		#Nav
		{
			display: none;
		}
	/* Section navigation */
/* Header */

/* Body */
	#Content
	{
		background-color: white;
		text-align: left;
		margin: 0 auto;
	}

	#Login
	{
		display: none;
	}

	h2
	{
		display: none;
		margin: 10px 25px;
		padding: 0;
	}

	h3
	{
		margin: 20px 30px;
		font-size: 14px;
		font-weight: bold;
		color: #961239;
		border-bottom: 1px solid #a8bbc7;
	}

	h4
	{
		margin: 0;
		padding: 0;

		margin-top: 30px;

		font-size: 12px;
		font-weight: bold;
	}

	h4, p
	{
		margin-right: 25px;
		margin-left: 25px;
		color: black;
	}

	p.special
	{
		color: #156da8;
	}

	#Main #Content p
	{
		width: 350px;
	}

	#Main #Content p, #Main #Content li
	{
		color: #6a6969;
	}

	#Content ul
	{
		list-style: square;
		padding-left: 50px;
		margin-right: 30px;
	}
	#Content ol
	{
		padding-left: 50px;
		margin-right: 30px;
	}

	.ImageContainer
	{
		text-align: center;
		padding: 30px;
	}
	.ImageContainer img
	{
		margin: 0 auto;
	}

	/* Page controls (print & send) */
		#PageControls
		{
			display: none;
		}
	/* Page controls (print & send) */

	/* First page special blocks */
		div.special
		{
			background-color: #f0f0f0;
			width: 308px;
			font-size: 11px;
			padding-bottom: 10px;
		}
		div.special p
		{
			margin-left: 0;
			margin-right: 0;
			width: 280px !important;
			padding-top: 10px;
			padding-left: 15px;
		}
		div.special ol
		{
			margin: 0;
			padding: 0;
		}
		div.forward
		{
			background: transparent url(Images/Forward.gif) no-repeat scroll top left;
			width: 308px;
			height: 73px;
			margin-top: 20px;
		}
		div.forward a
		{
			display: block;
			color: white;
			font-weight: bold;
			text-decoration: none;
			margin: 0 20px;
			padding: 22px 50px 10px 0;
		}
		#Blocks
		{
			float: right;
			width: 308px;
			margin-right: 30px;
			margin-bottom: 30px;
			margin-top: 20px;
		}
	/* First page special blocks */

	/* Forms */
		fieldset
		{
			margin: 40px 70px;
			background-color: #edf4f7;
			border: 1px solid #c3cfd8;
		}
		span.req
		{
			color: #903;
		}

		input, textarea
		{
			border: 1px solid #c3cfd8;
			font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
		}

		label, input, textarea
		{
			display: block;
			margin-top: 7px;
		}
		label
		{
			float: left;
			width: 150px;
			margin-left: 100px;
		}
		label.big
		{
			float: none;
		}
		input
		{
			width: 200px;
			margin-left: 250px;
		}
		textarea
		{
			width: 350px;
			height: 100px;
			margin-left: 100px;
		}
		p.notice
		{
			color: #666;
			font-size: 11px;
			margin-left: 10px;
		}

		.controls
		{
			margin: 20px 0;
			text-align: center;
		}
		.controls input
		{
			display: inline;
			width: 93px !important;
			height: 25px;
			color: white;
			background-color: #961239;
			border: none;
			padding: 0;
			margin: 0;
			line-height: 25px;
		}

		#Contacts .controls
		{
			text-align: left;
		}
		#Contacts .controls input
		{
			margin-left: 130px;
		}

		#Contacts label
		{
			width: 100px;
			margin-left: 30px;
		}
		#Contacts input
		{
			width: 140px;
			margin-left: 130px;
		}
		#Contacts label[for="FirstName"]
		{
			margin-top: 4px;
		}
		#Comments
		{
			width: 200px;
			margin-left: 0;
		}
		#CommentField
		{
			float: right;
			margin-right: 50px;
		}
		#CommentField label
		{
			margin: 0;
			width: 200px;
		}
	/* Forms */
/* Body */

/* Footer */
#Footer
{
	clear: both;
	height: 75px;
	color: black;
	text-align: center;
}
#Footer p
{
	width: 700px;

	padding: 0;
	margin: 0 auto;

	padding-top: 20px;
	text-align: left;

	color: black;
}
#Footer p.hcard
{
	padding-top: 5px;
}
#Footer p.hcard .n
{
	display: none;
}
#Footer p.hcard .tel
{
	font-weight: bold;
}
#Footer p.hcard .email
{
	font-weight: bold;
	color: #f8d368;
	text-decoration: underline;
}
#Footer p.hcard .email img
{
	position: relative;
	top: 3px;
	border: none;
}
#Footer p.hcard .email img a
{
	border: none;
}
/* Footer */
