/* Override default web browser settings, and set new default settings
--------------------------------------------------------------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font: 0.69em/145% Verdana, Arial, Helvetica, Sans-serif;
	color: #000000;
	background: #b5b5b5;
}
/* Turn of all browser link outlines, used to hide dotted outline for text-indented links with backgrounds
--------------------------------------------------------------------------------------------------------------------------------*/
a {
  outline: 0;
}
/* Reset the h1, h2, p tag from the defaults the browser provides
--------------------------------------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, p {
  margin: 0;
  padding: 0;
}
h3 {
  width: 215px;
  margin: 0 auto;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 0.83em;
  border-bottom: 1px solid #b5b5b5;
}
h4 {
  width: 215px;
  margin: 5px auto 0 auto;
  color: #0683c1;
}
input {
  border: 1px solid #464646;
}
select {
  font-size: 1em;
  color: #206e97;
}
.fontSizePosition1 {
  margin: 5px 0 0 10px;
  font-size: 1.09em;
  float: left;
}
.fontSizePosition2 {
  margin: 5px 0 0 185px;
  font-size: 0.82em;
  float: left;
}
.emphasizeText {
  font-weight: bold;
  color: #0683c1;
  /*color: #044f74;*/
  /*color: #067ab4;*/
}
.submitButton {
  margin-left: 155px;
  border: 0;
}
.bottomCellBorder {
  margin: 4px 0;
  border-bottom: 1px dashed #b5b5b5;
}
.inputLabelStyle {
  font-family: Arial, Verdana, Sans-serif;
  font-weight: bold;
  color: #464646;
}
.adlinkStyle {
  width: 215px;
  margin: 0 auto;
  line-height: 130%;
}
.pseudoLinkColor {
  width: 215px;
  margin: 0 auto;
  font-size: 0.82em;
  color: #017f02;
}
#mainSiteContainer {
  width: 960px;
  height: 735px;
  margin: 0 auto;
  background: #ffffff;
}
#topHeader {
  height: 55px;
  background: transparent url(../images/header_bg.gif) repeat-x;
}
/* Indent text link and replace it with an image
--------------------------------------------------------------------------------------------------------------------------------*/
#topHeader h1 a{
  width: 250px;
  height: 55px;
  margin-left: 15px;
  text-indent: -9999px;
  background: transparent url(../images/nsms_logo.gif) left no-repeat;
  display: block;
}
#orangeBoxFiller {
  height: 10px;
  background: #ff9500;
}
#bodyContainer {
  /*height: 500px;*/
}
#formContainer {
  width: 510px;
  /*height: 550px;*/
  margin: 40px 0 0 70px;
  float: left;
}
#sideBar {
  width: 233px;
  height: 400px;
  margin: 40px 80px 0 0;
  float: right;
  border: 5px solid #ececec;
}
#titleTab {
  height: 28px;
  background: transparent url(../images/tabheader_bg.gif) left repeat-x;
}
#titleBody {
  height: 548px;
  border-right: 1px solid #ff7200;
  border-bottom: 1px solid #ff7200;
  border-left: 1px solid #ff7200;
}
#regform {
  width: 450px;
  margin: 10px auto 0 auto;
}
#footer {
  padding-top: 10px;
  font-family: "Lucida Sans Unicode", Arial, Verdana, Helvetica, Sans-serif;
  font-size: 0.82em;
  color: #666666;
  text-align: center;
  clear: both;
}
a:link, a:visited, a:hover, a:active {
  font-weight: bold;
  text-decoration: none;
}
a:link, a:visited {
  color: #0683c1;
}
a:hover {
  color: #ffffff;
}
a:active {
  color: #999999;
}