@charset "utf-8";
/* CSS Document */

html {
	
}

body {
	margin: 0 auto;
	padding: 0px;
	width: 900px;
	text-align: justify;
	background-position: center center;
	background-attachment: scroll;
	background-color: #2A00AA;	
}

h2 {
	font: 24px/1.4 "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	background-color: #fff;
	color: #2B2F76;
	clear: both;
	background-image: url(images/button1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	margin: 20px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}

h3 {
	font: 16px Trebuchet MS, Verdana, Arial, "Helvetica", Sans-serif;
	color: #2B2F76;
	margin: 5px 0 0 0;
	padding: 0 0 1px 10px;
	
}

h4 {
	font: bold 18px/1.3 Trebuchet MS, Verdana, Arial, "Helvetica", Sans-serif;
	color: #2B2F76;
	margin: 5px 0 0 0;
	padding: 0 0 1px 10px;
	border-bottom: 1px solid #9B1B3C;

}
h4.heading {
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 5px 5px;
}

p {
	font-size: 16px "Helvetica";
	color: #2B2F76;
	margin: 5px 0 0 0;
	margin-bottom: 15px;
	padding: 0 0 1px 10px;
}

a:link, a:visited {
	background-color: inherit;
	color: #9B1B3C;
	text-decoration: underline;
}

a:hover, a:active {
	background-color: inherit;
	color: #2B2F76;
	text-decoration: underline;
}	
div#company-logo {
	margin:0px;
	height:250px;
	width:900px;
	background-color: #ffff00;
	background-image: url(images/imss_banner%20copy.jpg);
	background-repeat: no-repeat;
	background-position: left;
}	
div#foot {
	clear: both;
	margin: 0;
	padding: 0;
	width: 900px;
	height: 80px;
	background-color: #ffff00;
	color: #2A00AA;
	text-align: center;
	background-position: center;
}

div#foot p {
	padding: 9px 0 0 0;
}

div#foot p a {
	text-decoration: none;
}

div#foot p a:link, div#foot p a:visited {
	background-color: inherit;
	color: #2B2F76;
	text-decoration: underline;
}

div#foot p a:hover, div#foot p a:active {
	background-color: inherit;
	color: #9B1B3C;
	text-decoration: underline;
}
	