﻿.body {
	padding: 0px;
	margin: 15px 0px 15px 15px;
	background-color: #FFFFFF;
	color: #333333;
	background-image: url('../images/background/background_gradient.png');
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 10px;
}
.page {
	padding: 10px 10px 2em 10px;
	margin: 0px auto 0px auto;
	width: 900px;
	background-image: url('../images/background/galv_page.png');
	height: auto;
	min-height: 200px;
	max-height: 1300px;
	background-repeat: repeat;
	float: left;
}
.div_iframe_nogap {
	line-height: 0px;
}
.pagecontainer {
	margin: 0px auto 0px auto;
	padding: 0px 5px 0px 5px;
	width: 920px;
	right: auto;
	left: auto;
}
.centre_column {
	float: right;
	width: 700px;
	text-align: center;
	vertical-align: middle;
}
.main_column {
	float: right;
	width: 680px; /* add the total left & right padding & margins for the real overall width */
	text-align: left;
	font-size: 1.1em;
	color: #345365;
}
.main_column p{
	margin: 1em 0em 0em 0em;
}
.main_column h1 {
  margin: 0em 0em 1em 0em;
  font-weight: bolder;
  font-size: 1.5em;
  text-align: left;
}
.main_column h2 {
	margin: 1em 0em 1em 0em;
	font-weight: bolder;
	font-size: 1.5em;
	text-align: left;
}
.main_column h3 {
	margin: 0em;
	font-weight: bolder;
	font-size: 1.5em;
	text-align: left;
}
.main_column h4 {
	/* table title */
  margin: 2em 0em 0.5em 0em;
	font-weight: normal;
	font-size: 1em;
	text-align: left;
	font-style: italic;
}
/*.main_column a:link {
  font-weight: bold;
  text-decoration: none;
  color: #345365;
}
.main_column a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #854364;
}*/
.block_clear {
	float: left;
	width: 680px;
}
.block_blue {
	border: 10px solid #DDE8EE;
	background-color: #DDE8EE; /* Do rounding (native in Firefox and Safari) */;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	float: left;
	width: 660px;
	margin-top: 2em;
}
.block_green {
	border: 10px solid #DFEEDD;
	background-color: #DFEEDD; /* Do rounding (native in Firefox and Safari) */;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	float: left;
	width: 660px;
	margin-top: 2em;
}
.block_red {
	border: 10px solid #EEE8DD;
	background-color: #EEE8DD; /* Do rounding (native in Firefox and Safari) */;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	float: left;
	width: 660px;
	margin-top: 2em;
}
.image_left {
  border-width: 0px;
  margin-right: 20px;
  float: left;
}
.image_right {
  border-width: 0px;
  margin-left: 20px;
  float: right;
}
.list_large {
	margin: 0px;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.8em;
	font-size: 1.2em;
	color: #47758D;
}
.list_large.compact {
	line-height: 1.5em;
}
.list_standard {
	padding: 0px;
	margin: 1em 0px 0px 1em;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.5em;
}
.normal_link {
  font-weight: bold;
  text-decoration: none;
  color: #345365;
}
.normal_link a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #854364;
}
.enhanced_link {
	border: 1px solid #E04020;
	font-weight: bold;
	text-decoration: none;
	color: #E04020;
	padding: 3px;
	background-color: #DFEEDD;
/*	-webkit-border-radius: 4px; */
/*	-moz-border-radius: 4px;    */
}
.enhanced_link:hover {
	color:#FFFFFF;
	background-color:#E04020;
}

