/* CSS Document */
#nscontent
{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 50px;
}
#nscontent a
{
	color: blue;
}
#nscontent h1 a, #nscontent h2 a, #nscontent h3 a, #nscontent h4 a, #nscontent h1
{
	text-decoration: none;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#nscontent h1 a, #nscontent h1
{
	font-size: 22px;
}
#nscontent h2 a
{
	font-size: 18px;
}
#nscontent h3 a
{
	font-size: 16px;
}
#nscontent h4 a
{
	font-size: 12px;
}
#nscontent-ul ul
{
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#nscontent-m
{
	border: dashed 1px #CCCCCC;
	width: 200px;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	margin-top: 25px;
}
#nscontent-m li, #nscontent-m ul
{
	list-style: none;
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
}
#nscontent-m hr
{
	border: none;
	background: #CCCCCC;
	height: 1px;
}
#nscontent-m li a, #nscontent-m strong
{
	font-weight: 100;
	text-decoration: none;
	font-size: 11px;
	color: blue;
}
#nscontent-hp h1 a, #nscontent-hp h1
{
	color: black;
	text-decoration: none;
	font-size: 15px;
}
#nscontent-hp a
{
	color: black;
	text-decoration: none;
	border-bottom: none;
}
#nscontent-hp strong
{
	font-weight: 100;
}

#main {
position:relative; top:-140px;
}
#bottom{
position:relative; top:-140px;
}
<!--
.style1 {font-size: 10px}
.style4 {font-size: 16pt}
-->
#wrapper
{
	text-align: center;	
}
#menu-bar
{
	border: solid 0px blue;
	text-align: left;
	margin: 0px auto 0px auto;
	width: 1000px;
}
#flash
{
	text-align: center;
	border: dashed 0px red;
	margin: 0px auto 0px auto;
	width: 1000px;
}
#content
{
	text-align: left;
	margin: 0px auto 0px auto;
	width: 800px;
}
#footer-1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#footer-1 a
{
	color: #2A8EFF;
	border-bottom: dashed 1px #2A8EFF;
	font-weight: bold;
	text-decoration: none;
}
#footer-1 a:visited
{
	color: #2A8EFF;
	border-bottom: solid 1px #2A8EFF;
	font-weight: bold;
	text-decoration: none;
}
#footer-1 a:hover
{
	color: #333333;
	border-bottom: solid 1px #333333;
}
#lp {
  	width: 100%; /* Width can be in %, px, or em */
    margin: 0 auto; /* This sets the containing box to be centered */
  }
  
  #lp #leftCol{
  	width: 43%; /* The padding will stretch the container so two sides at 50% plus 10px pushes it over 100% and knocks it to two lines, when using padding, make sure the widths are less then 100% */
    float: left;
    padding: 5px;
  }
  #lp #rightCol {
  	width: 48%; /* The padding will stretch the container so two sides at 50% plus 10px pushes it over 100% and knocks it to two lines, when using padding, make sure the widths are less then 100% */
    float: right;
    padding: 5px;
  }
  #lp h1 {
  	font-size: 19px;
  }
  #lp h2 {
  	font-size: 18px;
  }
  #lp h3 {
  	font-size: 17px;
  }
    #lp h4 {
  	font-size: 15px;
  }
  #lp p {
  	font-size: 12px;
  }
  
  #lp img#featuredImg {
  	display: block;
  	width: 150px; /* Set width of image */
	hieght: 200px; /* Set width of image */
    margin: 5px auto; /* Centers Image in container */
  }
  
  #lp img {
  	border: none; /* This negates the border that the anchor tag puts around images */
  }
  #placeholder{
  width: 860px;
  height: 480px;
  margin-left:auto;
  margin-right:auto;
  }
  #nscontent-hp
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:860px;
	height:120px;
	position:relative;	top:3700px!important; top: 4000px; left:100px;
	z-index:2;
}
@media screen and (-webkit-min-device-pixel-ratio:0){

#nscontent-hp{position:relative; top:3200px; !important}


} 