body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	background-color:white;
	margin: 0px;
	padding: 0px;
}

#maintable{
	width:1024px;
}

.banner_td{
	border: 0px solid black;
}

.banner_div{
	position:relative;
	border:0px solid yellow;
	height: 50px;
}

.nsp_logo_text{
	position: absolute;
	top:0px;
	right:0px;
	background-image: url(/images/logo_nsp_text.jpg);
	background-repeat:no-repeat;
	width: 422px;
	height: 33px;
}

.banner_div2{
	position:relative;
	border:0px solid blue;
	top:15px;
	height: 10px;
}

.nsp_logo_line{
	float:right;
	height:7px;
	border: 0px solid green;
	width:92%;
	padding-top:2px;
}

.nsp_logo_binary{
	float: right;
	background-image: url(/images/logo_nsp_binary.gif);
	background-repeat:no-repeat;
	width:75px;
	height:7px;
	border: 0px solid red;
}


.menu_td{
	width:200px;
	border: 0px solid red;
	vertical-align:top;
}

.main_td{
	vertical-align:top;
	border: 0px solid red;
}

.menu_left_top{
	background-image: url(/images/menu_bg_top.jpg);
	background-repeat:no-repeat;
	border:0px solid black;
	padding:0px 5px 0px 5px;
	height:5px;
	
}
.menu_header{
	background-image: url(/images/menu_header_bg.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	text-align:left;
	color:white;
	height:20px;
	padding: 2px 10px 2px 10px;
}

.menu_left_main{
	background-image: url(/images/menu_bg_middle.jpg);
	background-repeat:repeat-y;
	border:0px solid black;
	padding-left:5px;
	font-size:10pt;
}

.menu_left_bottom{
	background-image: url(/images/menu_bg_bottom.jpg);
	background-repeat:no-repeat;
	border:0px solid black;
	padding:0px 5px 0px 5px;
	height:5px;
}

.vspacer_500{
	height:500px;
	border:0px solid white;
	background-color:transparent;
	width:1px;
}

.welcome_header{
	font-size:20px;
	font-weight:bold;
	text-decoration:underline;
}

.sites{
}

.sites UL{
	padding-left:15px;
}


/* general styles for forms */
.formy fieldset {
	border:1px ridge #003300;
}

.formy legend {
	color: black ;
	font-family: sans-serif;
	padding: 0.2em 1em;
	border:1px ridge #003300;
}

.formy label {
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	margin-top:3px;
}

.formy .submit {
	margin-left: 5.5em;
}


/* The error box */
.fieldWithErrors {
	border:0px solid green;
}

.fieldWithErrors INPUT{
	border:1px inset red;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
	color:black;
	font-weight:bold;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 14px;
  margin: -7px;
  background-color: #c00;
  color: #FFF;
	
}

#errorExplanation p {
  color: #000;
  margin-bottom: 0;
  padding: 5px;
	font-weight:normal;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.spinner_div{
	background-position:left top;
	background-repeat:no-repeat;
	background-position:center;
}


/*Login-Page*/
.login_form{
	width:400px;
}








/*Contact-Message*/

.contact{
	width: 600px;	
}

.name{
	width:400px;
	border: 1px inset darkgreen;
}
.email{
	width:400px;
	border: 1px inset darkgreen;
}
.subject{
	width:400px;
	border: 1px inset darkgreen;
}
.message{
	width:400px;
	height:200px;
	border: 1px inset darkgreen;
}

.submit{
	left: 5.5em;
	width: 400px;
}

.submit INPUT{
	width: 100%;
	border: 1px ridge darkgreen;
}

.contact_errors{
	position:relative;
	border:1px solid red;
	background-color:#EEEEEE;
	width:394px;
	left:5.5em;
	padding:3px;
	margin-top:5px;
	margin-bottom:10px;
}


.footer{
	font-size: 10pt;
	color:darkblue;
}

a{
	color:#333333;
}

a:hover{
	color:darkgreen;
}

a:focus{
	color:darkblue;
}
.notice{font-size:11pt; color:green;margin: 10px 0}
.error{font-size:11pt; color:red;margin: 10px 0}