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


body {
	
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	/*background-image:url(../images/images-revised/MSC-3026-IT_bg.jpg);
	background-position:center;
	background-repeat:repeat-y;*/
	
}
a {outline: none;}
.container{
	
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:560px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
	}
#header{
	
	width:955px;
	height:141px;
	background-image:url(../images/Website-Option4-KH_01.jpg);
	}
#menu {
	
	width:180px;
	height:357px;
	background-image:url(../images/Website-Option4-KH_03.jpg);
	
}
#flash {
	
	width:619px;
	height:369px;
	
	background-image:url(../images/images-revised/MSC-3026-IT_13.jpg);
}
#news{
	
	width:254px;
	height:400px;
	background-image:url(../images/images-revised/MSC-3026-IT_12.jpg);
	}


#statement{
	
	width:131px;
	height:369px;
	background-image:url(../images/images-revised/MSC-3026-IT_14.jpg);
	
	
	}
#footer {
	
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	
	background-color:#016E51;
	
}
input {
    /*border: 1px solid #006;*/
    background: #ffc;
}
.button {
    /*border: 1px solid #006;*/
    background: #a1a1a5;
	font-style:italic;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	font-weight:bold;
	
	
	
}




.content #content {
	background-image:url(../images/layout-1/images/MSC-3025-web-home-page-1_04.jpg);
	height:177px;
	width:163px;
	
	
	/*font-size:12px;*/
}

.content #content td{
	/*padding:20px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:60px;
	
}
.content #news td{
	/*padding:20px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 163px;
	text-align: center;
	
}
.bullets{
	background-image:url(../SpryAssets-3/MSC-3025-whp-barra.jpg);
	background-repeat: no-repeat;
	background-position: 5% 50%;
	
	}
.subBullets{
	padding-left:5px;
	
	}

.container #footer td {
	/*padding: 0 10px;  this padding matches the left alignment of the elements in the divs that appear above it. */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	padding-left:0px;
	color:#FFF;
	}
.container #footer a:link{
	
	color:#fff;
	}
.container #footer a:visited{
	
	color:#fff;
	}

