body {
	font-family: Tahoma, Trebuchet MS, Verdana, Sans-Serif;
	color: #000;
	font-size: 1.0em;
	background: url(http://www.ncplus.ca/img/nc-bg.gif) no-repeat 40px 0px; 
	margin-left:50px;
	
}

#main {
 
  margin-top: 75px;
	/* background: url(http://www.ncplus.ca/img/nc-bg.gif) no-repeat 40px 0px; */
}

/*  link */
a {
	color: #33c;
	text-decoration: none;
}
a:visited {
	color: #66a;
}
a:hover {
	color: #f30;
	text-decoration: underline;
}

td {
  font-size: 0.9em;
}

#title {
	font-size: 1.2em;
	color: #fff;
	background: #61CCD6;
	
}
#titleLogin {
	font-size: 1.2em;
	
	color: #fff;
	background: #F9B635;
	
}

#offering {
  padding: 0 5px 5px 5px; /*top right bottom left*/ 
  font-size: 1.4em;
	background-color: #E6F2F8;
	border: 1px dashed #000;
}

#websiteInfo {
  font-size: 0.8em;
	background-color: #E6F2F8;
	padding: 5px 5px 5px 5px;
	font-family: Tahoma,Arial, Trebuchet MS, Verdana, Sans-Serif;
	width: 125px;	
	word-wrap: break-word;
}

#subscription {
  background: #DDF4F6;  
	border: solid 2px #61CCD6;	
	padding: 0px 0px 0px 0px;
	
}

#formText {
	font-size: 0.9em;
}

#login {
  background: #F9D081;  
	border: solid 2px #F9B635;	
	padding: 0px 0px 0px 0px;
	font-size: 1.0em;
	width: 130px;
}


/* button */
#submit .button {
	font-family: Tahoma, Trebuchet MS, Verdana, Sans-Serif;
	border: solid 1px #fff;
	padding: 0 .3em 0 .3em;
	background: #fbfbfb url(../img/tab-bg.gif) repeat-x 0 -3px;
	color: #666;
}
#submit .button:hover {
	background: #fbfbfb url(../img/tab-bg-over.gif) repeat-x 0 -3px;
}

/* quote */
div.quote span.open {
	background: transparent url(../img/quote_open.gif) no-repeat 0 2px;
	padding: 0 8px;
}
div.quote span.close {
	background: transparent url(../img/quote_close.gif) no-repeat 3px 2px;
	padding: 0 10px;
}

#author {
	color: #999;
	font-size: 0.9em;
}


