@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	}
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	}
#container {
	height: 600px;
	width: 900px;
	top: 0px;
	}
#top-left {
	background-image: url(../imagesSLT/bg-top-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 500px;
	width: 450px;
	position: absolute;
	left: 0px;
	top: 0px;
	}
#top-right {
	background-image: url(../imagesSLT/bg-top-right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 380px;
	width: 400px;
	position: absolute;
	left: 450px;
	top: 0px;
	padding: 100px 0px 20px 50px;
	}
#bottom-left {
	height: 75px;
	width: 400px;
	position: absolute;
	left: 0px;
	top: 500px;
	background-color: #000000;
	padding: 25px 0px 0px 50px;
	}
#bottom-right {
	height: 75px;
	width: 400px;
	position: absolute;
	left: 450px;
	top: 500px;
	background-color: #000000;
	padding: 25px 0px 0px 50px;
	text-align: justify;
	}
h1 {
	font-size: 18px;
	color: #2dad9d;
	padding-bottom: 5px;
	}
h2 {
	font-size: 12px;
	color: #2dad9d;
	padding-bottom: 5px;
	}
h3 {
	font-size: 16px;
	color: #2dad9d;
	padding: 25px 0px 5px 0px;
	}
h4 {
	font-size: 18px;
	color: #444444;
	padding-bottom: 10px;
	}
a {
	text-decoration: none;
	color: #2dad9d;
	}
a:hover {
	text-decoration: none;
	color: #444444;
	}
a:active {
	text-decoration: none;
	color: #2dad9d;
	}
.inputTextField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2dad9d;
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: bottom;
	background-color: #E5E5E5;
	background-image: url(../imagesSLT/bg-input-field.jpg);
	background-repeat: repeat-x;
	}

