/** BASIC */

body {
	margin: 10px 0;
	font: normal small Tahoma, sans-serif;
	color: #ed2124;
       
        }

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-top: 0;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	color: #CC6600;
}

h1 
{
	font-size: larger;}
	

a {
	text-decoration: none;
	color: #CC6600;
	border-bottom: 1px solid #EBA45E;
}

a:hover {
	border: none;
}

/** HEADER */

#header {
	width: 700px;
	height: 80px;
	margin: 0 auto;
}

#header h1 {
	margin: 0;
	padding: 30px 10px 0 20px;
	text-transform: lowercase;
	font-size: 30px;
	letter-spacing: -.05em;
	color: #ed2124;
}

/** REPEATER */

#newsrepeaters 
{
	margin: 0 auto;
	color: Black;
}

#newsrepeaters img 
{
	border: solid 2px black;

}

#newsrepeaters p
{
	text-align: justify;
	font-size: 9pt;
}

#catrepeaters 
{
	margin: 0 auto;
	color: Black;
}

#catrepeaters img 
{
	border: none;

}

#catsrepeaters p
{
	text-align: justify;
	font-size: 9pt;
}

.itemname
{
	margin-top: 0;
	padding-top: 0;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	color: #CC6600;
	font-weight:bold;
	font-size:larger;
}

.itemdetails 
{
	font-size: xx-small;
}

.newscontenttd
{
	vertical-align: top;
	color: Black;
}

.newstitle
{
	margin-top: 0;
	padding-top: 0;
	font-family: "Tahoma, sans-serif";
	color: #CC6600;
	font-size: 12pt;
}
	
.newssubtitle
{ 
	font-size: small;
	font-weight:bolder;
}

.newsposter 
{
	font-size: x-small;
	text-decoration: underline;
}

.newsdate
{
	font-size: x-small;
	font-weight: bold;
}

.newsmailer
{
	color: #CC6600;
}

/** MENU */

#menu {
	width: 700px;
	margin: -2.25em auto 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 10px 0 11px;
	border: none;
	border-left: 1px solid #ed2124;
	color: #ed2124;
}

#menu a:hover {
	color: #ed2124;
}

#menu .first a {
	border: none;
}

/** CONTENT */

#content {
	width: 720px;
	margin: 0 auto;
	background: url('images/img01.gif') repeat-y left top;
}

#content * {
	line-height: 120%;
}

#nsbcontent {
	width: 720px;
	margin: 0 auto;
	background: url('images/img05.gif') repeat-y left top;
}

#nsbcontent * {
	line-height: 120%;
}

#columnA {
	float: left;
	width: 440px;
	padding: 25px 20px 0 30px;
	background: url('images/img02.gif') no-repeat left top;
}

#nsbheader {
	width: 720px;
	height: 50px;
	margin: 0 auto;
	background: url('images/img07.gif') no-repeat left top;
}

#columnB {
	float: right;
	width: 200px;
	padding: 25px 20px 0 10px;
	background: url('images/img03.gif') no-repeat left top;
}

#columnB * {
	color: #EFEBDF;
}

#columnB ul {
	margin-left: 0;
	padding-left: 0;
	list-style: inside circle;
}

#columnB a {
	border-bottom-color: #EBD8B7;
	color: #FFFFFF;
}

/** FOOTER */

#footer {
	width: 720px;
	height: 50px;
	margin: 0 auto;
	background: url('images/img04.gif') no-repeat left top;
}

#nsbfooter {
	width: 720px;
	height: 50px;
	margin: 0 auto;
	background: url('images/img08.gif') no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 35px 0 0 20px;
	font: bold 9px Arial, Helvetica, sans-serif;
}

#btmtext {
	width: 720px;
	margin: 0 auto;
	}

#btmtext p {
	margin: 0;
	padding: 0 0 0 20px;
	font: bold 9px Arial, Helvetica, sans-serif;
}

.tbox
{
	font-family: Tahoma, Helvetica;
	font-size: 8pt;
	border: solid 2px black;
	color: Blue;
	
}

.cbox
{
	font-family: Tahoma, Helvetica;
	font-size: 8pt;
	color: Blue;
	
}

.termstext 
{
	color: Black;
	font-size: xx-small;
	text-align: justify;
}

.errorlbl
{
	color: Red;
	font-weight: bold;
}














