@charset "utf-8";


body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #E9EDED;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.twoCol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #F1E7CD;
}

p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	color: #3B536C;
	text-align: left;
	margin: 0 0 20px 0;
}

td {
	padding: 5px;
}


h1 {
	color: #900;
	margin: 30px 0;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	clear: both;
	border-top: 1px solid #3B536C;
	border-bottom: 1px solid #3B536C;
	text-align: center;
}


h2 {
	color: #3B536C;
	margin: 20px 0;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	clear: both;
	text-align: center;
}


h6 {
	color: #6B5945;
	margin: 0;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link {
	color: #933;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited, a:active {
	text-decoration: none;
	color: #933;
}

#container {
	width: 960px;
	margin: 10px auto 5px;
	border: 1px solid #3B536C;
	text-align: center;
	background-color: #FFF;
	clear: both;
}

#mainContainer {
	margin: 25px 50px 0;
}

#header {
	clear: both;
	float: left;
	width: 100%;
}

#masthead {
	line-height: 1.3em;
	text-align: center;
	padding: 10px 30px 0 30px;
	height: 100px;
	width: 900px;
}

#mainContent {
	margin: 0;
	text-align: left;
	padding: 20px 30px 0 30px;
}

#mainContent table  {
	margin-right: 50px;
}
#mainContent #buttons  {
	margin: 15px 95px;
	text-align: center;
	padding-left: 0%;
}
.buttonContainerL {
	text-align: center;
	float: right;
	margin-top: 168px;
}

.buttonContainerR {
	text-align: center;
	float: left;
	margin-top: 168px;
}


.block {
	display: block;
}

.inline {
	display: inline;
}


#footer  {
	clear: both;
	float: left;
	width: 100%;
	background: #e9eded;
	padding: 5px 0 0 30px;
	text-align: center;
}

/* Miscellaneous classes */
.fltrt { /* float an element right */
	float: right;
	margin-left: 30px;
}

.fltlft { /* float an element left */
	float: left;
	margin-right: 30px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
td {
	margin: 0px;
	padding: 1px 0px;
	height: auto;
}


.address1 {
	font-size: 12px;
	line-height: 1.3em;
	letter-spacing: 0.1em;
}

.Intro {
	color: #900;
	margin: 0;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}


.twoCol #container {
	width: 85%;
	max-width: 1000px;
	background: #FFFFFF;
	margin: 20px auto;
	border: 1px solid #999;
	text-align: left;
	min-width: 750px;
}

.twoCol #sidebar1 {
	float: left;
	width: 290px;
	background: #fff url(../../UnionTest/scripts/images/logo.gif) no-repeat 60px 0px;
	padding: 200px 0 0 0;
}

.twoCol #sidebar1 h3,
.twoCol #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
}

.twoCol #mainContainer {
	margin: 75px 50px 0 290px;
}

.twoCol #header {
	clear: both;
	float: left;
	width: 100%;
}

.twoCol #masthead {
	margin: 0;
	font-size: 12px;
	line-height: 1.3em;
}

.twoCol #mainContent {
	margin: 60px 0 0 0;
}

.px11 {
	font-size: 12px;
	color: #3B536C;
	margin-bottom: 10px;
	font-weight: normal;
}

.contactTable {
	margin-right: auto;
	margin-left: auto;
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 8%;
}

.blue {
	color: #3B536C;
	font-size: 18px;
	font-weight: normal;
}
#logo  {
	float: right;
	margin-top: 12px;
}

#flags {
	float: left;
}

#menu {
	height: 28px;
	margin: 10px 0 0;
	text-align: left;
	padding: 5px 0 0 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #3B536C;
	letter-spacing: 0.1em;
	background-image: url(../images/weave2.jpg);
	background-repeat: repeat-x;
}

#menu .menuSelected {
	color: #900;
	margin: 0 10px 0 0;
	padding : 0 5px;
	font-size: 12px;
	text-transform: uppercase;
	white-space: nowrap;
	display: inline;
}

#menu .menuUnselected {
	color: #3B536C;
	margin: 0 10px 0 0;
	padding : 0 5px;
	font-size: 12px;
	text-transform: uppercase;
	white-space: nowrap;
	display: inline;
}


.menuUnselected a:link {
	color: #3B536C;
	text-decoration: none;
	font-weight: normal;
}
.menuUnselected a:hover {
	/*border-bottom: 3px solid #900;*/
	text-decoration: underline;
}
.menuUnselected a:visited, .menuSelected a:active {
	color: #3B536C;
}

FloatRight {
	float: right;
}

.clear {
	clear: both;
}

.section {
	margin-top: 10px;
	margin-bottom: 30px;
	height: 300px;
}

.insetPara {
	margin-top: -18px;
	margin-left: 30px;
}

.bottomSection {
	margin-top: 10px;
	margin-bottom: 30px;
	width: 900px;
}

#flags {
	margin-top: 6px;
}

.footer {
	text-align: center;
	border-top: 1px solid #3B536C;
	font-size: 12px;
	color: #3B536C;
	padding-top: 6px;
	padding-bottom: 6px;
}

#mainContent iframe {
	border: 1px solid #E9EDED;
	margin: 0 auto 20px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

.textCentre {
	text-align: center;
}

.bottomSection a img {
	text-align: center;
	margin-bottom: -20px;
}
