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

body 
{
	background: #FFffFF;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

ul{list-style-type:none;}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
}
#h2{
	text-align:center;
	color:green;
}
#p.main {
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}
#left {
	background:#ffffff;
	float:left;
	width:200px;
	margin:0;
	margin-top:15px;
	padding:0;
}
#right {
	background:#ffffff;
	float:right;
	width:300px;
	margin-right:0;
	margin-top:15px;
	padding:0;
}
#mainContent {
	margin:210px;
	margin-top:15px;
	width:340;
	padding-left: 10px;/* remember that padding is the space inside the div box and margin is the space outside the div box */
}
	#onecolumn {
	margin-right:10px;
	margin-left:210px;
	padding:10px
	margin-top:15px;
	width:530px;
	padding-left: 10px;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
#header{height: 150px;
  background: #FFFFFf url("images/LSHeader.gif") no-repeat top right;}
#menu{margin-top: -90px;margin-bottom: 55px;}
#navlist-home{list-style-type:none;
	margin:auto ;
	text-align: center;
	padding:0;
}
#navlist-home li{display:inline;
}

#navlist-home li a{/*display: block; */
	text-decoration:none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}	
.right{
	float: left!important;
}
.left{float:left!important;  }


#navlist-home li a.left{
	padding-right:0px!important;
}
#navlist-home li a:link {color:#000000;
	font-size: 1.2em;
	font-style: italic;
	}

#navlist-home li a:hover{color: #00FF00;}


#navlist-home li a:visited{color:#00FF00;}

#navlist-home li a:visited{font-style:italic;}

#navlist-home li a:visited{font-size:1.2em;}

#contactus{
	text-align:center;}

#type{
	margin-left: 230px;
}
