@charset "utf-8";
/* CSS Document */

#centerContent {
	background: url(../images/global/rightborder.gif) 743px top repeat-y;
	width: 100%;
}

#centerContent #left {
	float: left;
	padding: 10px 0 0 0;
	width: 745px;
}

#centerContent .indent {
	padding-left: 10px;
}

#centerContent #left form {
	width: 100%;
}

#centerContent #left form .fields {
	margin: 0 auto;
	padding: 20px 0 30px 0;
	width: 60%;
}

#centerContent #left form .fields label {
	clear: both;
	display: block;
	float: left;
	height: 23px;
	line-height: 23px;
	width: 120px;
}

#centerContent #left form .fields input {
	display: block;
	height: 20px;
	float: left;
	margin-bottom: 5px;
	width: 175px;
}

#centerContent #left form .fields select {
	display: block;
	height: 20px;
	float: left;
	margin-bottom: 5px;
	width: 192px;
}

#centerContent #left form .checkboxes {
	clear: both;
	margin: 0 auto;
	padding: 30px 0 0 0;
	width: 60%;
}

#centerContent #left form .checkboxes input {
	margin: 0 0 0 15px;
}

#centerContent #left form .buttonfield {
	clear: both;
	padding: 15px 0 30px 0;
	text-align: center;
	width: 100%;
}

/* right column */

#centerContent #right {
	float: left;
	padding: 5px 0 10px 0;
	width: 255px;
}

/* Fonts */

#centerContent h1, #centerContent h2, #centerContent h3 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#centerContent {
	color: #000;
	font-size: 12px;
}

#centerContent a {
	color: #06C;
	text-decoration: none;
}

#centerContent a:hover {
	color: #036;
}

h1, h2, h3 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}


#centerContent .headingL1, #centerContent .headingL1 h1, #centerContent .headingL1 h2, #centerContent .headingL1 h3 {
	color: #1f4973;
	font-size: 22px;
	text-transform: uppercase;
}

#centerContent .headingL2, #centerContent .headingL2 h1, #centerContent .headingL2 h2, #centerContent .headingL2 h3 {
	color: #1f4973;
	font-size: 16px;
}

#centerContent .headingL3, #centerContent .headingL3 h1, #centerContent .headingL3 h2, #centerContent .headingL3 h3 {
	color: #1f4973;;
	font-size: 14px;
}

strong {
font-weight: inherit !important;
}

#centerContent .b {
font-weight: bold;
}

#centerContent .i {
font-style: italic;
}

.requiredRed {
color: #dd1f26;
}

.validation-advice {
	clear: both;
	margin: 5px 0;
	padding: 5px;
	color : #900;
	font-weight: bold;
}