@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.TemplateClass #container {
	width: 780px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.TemplateClass #header {
	height: 131px;
	padding: 0;
}
.TemplateClass #header h1, .TemplateClass #header h2, .TemplateClass #header p {
	margin: 0; /* zeroing the margin of the last element in the 
#header div will avoid margin collapse - an unexplainable space 
between divs. If the div has a border around it, this is not 
necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow 
you to keep the element away from the edges of the div */
	line-height: 15px;       
	font-size: 15px;
}
.TemplateClass #mainContent {
	padding: 0;
	clear: both;
}
#HeaderBanner {
	position: absolute;
	top: 0px;
}

#WhiteRight {
	color: #FFF;
	position: absolute;
	top: 95px;
	padding-left: 655px;
	text-align: center;
	font-size: 16px;
}
#WhiteRight a:link {
	color: #FFF;
	text-decoration: underline;
}
#WhiteRight a:visited {
	text-decoration: underline;
	color: #FFF;
}
#WhiteRight a:hover {
	text-decoration: underline;
	color: #FF9;
}
#WhiteRight a:active {
	text-decoration: underline;
	color: #FF9;
}

.TemplateClass #footer {
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: left;
	line-height: 0px;
	margin: 0px;
	font-size: 10pt;
}
.TemplateClass #footer h1 {
	line-height: 50px;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.TemplateClass #footer h2 {
	margin: 0;
	line-height: 0px;
	padding: 0px;
}
.TemplateClass #footer p {
	margin: 0;
	line-height: 0px;
	padding: 0px;
}
.TemplateClass #footer li {
	font-size: medium;
	padding: 10px;
}
#WhiteTopCentreBox {
	background-color: #CAFFFF;
	width: 280px;
	background-image: url(Boxes/WhiteCentre.jpg);
	height: 206px;
	float: right;
	position: absolute;
	top: 0px;
	left: 220px;
}
#WhiteTopCentreBox p {
	width: 220px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	color: #C8FFFF;
}
.WhiteBoxBottom {
	top: 150px;
	position: relative;
	left: 0px;
}

.WhitePhoto {
	position: absolute;
	top: 28px;
	left: 27px;
}
.EmptyTopBox {
	height: 206px;
	width: 280px;
}


.WhitePhotoHidden {
	position: absolute;
	top: 28px;
	left: 27px;
	visibility: hidden;
}

.OrangeTopBox {
	background-color: #C60;
	width: 280px;
	float: right;
	background-image: url(Boxes/OrangeCentre.jpg);
	position: relative;
	top: 10px;
}
.OrangeTopBox h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	margin: 0px;
	text-align: center;
	font-size: 24px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.OrangeTopBox p {
	width: 220px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	text-indent: 10px;
}
.FrameImage {
	float: left;
}
