/*
----------------------------------------
	NORMALIZE STYLES
----------------------------------------
*/

body, div, ul, li, td, h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
	font-family: "Tw Cen MT", "Trebuchet", "Arial", sans-serif;
}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}

table {
	border-style: solid;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

/*
----------------------------------------
	GENERAL
----------------------------------------
*/

body {
	background-color: #e5e6e6;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#container {
	background-color: #ffffff;
	width: 900px;
	margin-top: 27px;
	padding-top: 10px;
	padding-bottom: 1px;
}

#header {
	background-color: #98a5c5;
	width: 880px;
	height: 125px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

#header img {
	margin-left: 20px;
}

#header p.telephone {
	text-align: right;
	color: #ffffff;
	margin-top: -25px;
	margin-right: 20px;
	font-weight: bold;
}

#header h1 {
	background-color: #999999;
	padding-left: 20px;
	color: #ffffff;
	font-size: 1.0em;
	font-family: "Gill Sans MT","MS Trebuchet", Arial, sans-serif;
	padding-top: 2px;
	padding-bottom: 3px;
}

#content {
	margin-left: 10px;
	margin-right: 10px;
	width: 880px;
}

#content table {
	margin-top: 30px;
}

#content table tr td.left {
	vertical-align: top;
	padding-right: 10px;
}

#content table tr td.left h2.contentTitle {
	font-family: "Tw Cen MT", "MS Trebuchet", "Arial" sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #98a5c5;
	padding-left: 20px;
}

#content table tr td.left h3 {
	font-family: "Tw Cen MT", "MS Trebuchet", "Arial" sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding-top: 15px;
	padding-left: 20px;
}

#content table tr td.left p {
	list-style-type: disc;
	padding-left: 20px;
	font-family: "Tw Cen MT", "Trebuchet", "Arial", sans-serif;
	font-size: 0.9em;
}

#content table tr td.left ul {
	padding: 0 0 0 15px;
}

#content table tr td.left ul li {
	list-style-type: disc;
	padding-left: 5px;
	font-family: "Tw Cen MT", "Trebuchet", "Arial", sans-serif;
	font-size: 0.9em;
}

#content table tr td.left a:link, a:active, a:visited {
	color: #98a5c5;
	text-decoration: none;	
}

#content table tr td.left a:hover {
	color: #535BA5;
}

#content table tr td.left p.red {
	color: #cb1010;
}

#content table tr td.left p.red a:link, a:active, a:visited {
	color: #535BA5;
	text-decoration: none;	
}

#content table tr td.left p.red a:hover {
	color: #98a5c5;
}

.ilm_logo {
	width: 220px;
	padding-left: 20px;
	padding-top: 20px;
	height: 79px;
}

.ilm_logo img {
	padding-right: 20px;
	display: block;
	float: left;
}

#content table tr td.right {
	vertical-align: top;
	padding-top: 7px;
}

#content table tr td.right img {
	border: 1px solid #000000;
}

#content table tr td.center {
	text-align: right;
	font-family: "Tw Cen MT", "Trebuchet", "Arial", sans-serif;
	font-size: 1.2em;
}

#content table tr td.center p.link {
	text-decoration: none;
	color: #999999;
}

#content table tr td.center a {
	text-decoration: none;
	color: #98a5c5;
	padding: 10px;
}

#footer {
	width: 880px;
	background-color: #98a5c5;
	margin: 10px;
}

#footer p {
	text-align: center;
	padding: 10px;
	font-size: 0.8em;
	color: #ffffff;
}

#footer p a {
	color: #ffffff;
	text-decoration: underline;
}

textarea, select, input {
  width: 200px;
}

/* form table */
table.form th,
table.form td {
  margin: 5px;
}

table.form textarea,
table.form select,
table.form input {
  width: 99%;
}

table.form th {
  text-align: right;
  color: #98a5c5;
}

table.form td {
  text-align: left;
}

table.form span.required {
  color: red;
  text-align: right;
  font-weight: bold;
  padding-left: 5px;
}

form.e_learning {
	margin-top: -30px;
}