@charset "utf-8";
body {
	font: 80%  Helvetica, Arial, sans-serif;
        background-image: url(images/bg.jpg);
	background-color: #a8a6a7;
        background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	text-align: center;
}

.ns #wrapper {
	width: 1032px;
	margin: 0 auto;
	text-align: center;
}

.ns #header {
       width: 1032px;
       text-align: center;
       background: url(images/ns_12.png) repeat-y;
}


.ns #main {
	width: 1032px;
	background: url(images/ns_12.png) repeat-y;
    color: white;
}

.ns #main h1 {
       font-family: Times New Roman , Arial;
       text-transform: capitalize;
}

.ns #main h2 {
       font-family: Times New Roman , Arial;
       text-transform: capitalize;
}

.ns #maintext {
	width: 832px;
	min-height: 480px;
	padding-bottom: 20px;
	padding-left: 100px;
	padding-right: 100px;
   color: white;
   text-align: left;
}

.ns #main-bottom {
	width: 1032px;
	height: 46px;
}

.ns #bottomspan {
	width: 100%;
	background-color: #000000;
	margin: 0 auto;
	text-align: center;
	}

.ns #menubar {
	text-align: center;
	min-width: 1032px;
	background-color: #000000;
}

.ns #menubar-center1 {
	float: left;
	clear: right;
	width: 725px;
	text-align: left;
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 150px;
	color: white;
}

.ns #menubar-center2 {
	float: right;
	width: 208px;
	text-align: right;
	background-color: #000000;
	padding-top: 10px;
	padding-bottom:  5px;
	padding-right: 175px;
	color: white;
}

.copyright {
	font-size: 10px;
}

.ns #clearcenter {
	clear: both;
	text-align: left;
	background-color: #000000;
	padding-bottom: 5px;
	padding-left: 150px;
	padding-right: 150px;
	color: white;
}

.ns #footer {
	text-align: left;
	background-color: #000000;
	padding-bottom: 5px;
	padding-left: 150px;
	padding-right: 150px;
	color: white;
}

.ns ul {
	float: left;
 	clear: right;
	list-style: none;
	list-style-type: none;
}

.ns li {
	list-style-type: none;
}

a.menu:link {color: #d20202; text-decoration: none; font-weight: bold; font-size: 14px;  }
a.menu:visited {color: #d20202; text-decoration: none; font-weight: bold; font-size: 14px; }
a.menu:hover {color: #ffffff; text-decoration: underline; font-weight: bold; font-size: 14px; }
a.menu:active {color: #ffffff; text-decoration: none; font-weight: bold; font-size: 14px; }

a:link {color: #d20202; text-decoration: none; font-weight: bold;   }
a:visited {color: #d20202; text-decoration: none; font-weight: bold;  }
a:hover {color: #ffffff; text-decoration: underline; font-weight: bold;  }
a:active {color: #ffffff; text-decoration: none; font-weight: bold;  }






<!-- News Module !-->
.ns.newssub {
	font-size: 11px;
	font-style: italic;
	color: #00000;
}

.ns .newshead {
	font-size: 16px;
	color: #00000;
	font-weight: bold;
}

a.newshead:link {color: #d20202; font-size: 16px; text-decoration: none; font-weight: bold; }
a.newshead:visited {color: #d20202; font-size: 16px; text-decoration: none; font-weight: bold;}
a.newshead:hover {color: #d20202; font-size: 16px; text-decoration: none; font-weight: bold; }
a.newshead:active {color: #d20202; font-size: 16px; text-decoration: none; font-weight: bold;}

a.news:link {color: #d20202; text-decoration: none; }
a.news:visited {color: #d20202; text-decoration: none; }
a.news:hover {color: #d20202; text-decoration:underline; }
a.news:active {color: #d20202; }

<!-- News Module !-->