/*HTML*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	text-align: center;
	line-height: 140%;
	margin: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li.list {
	margin: 0px;
	list-style-type: none;
	list-style-position: inside;
}
li.list a{
	text-decoration: none;
	display:block;
	padding: 3px;
}
li.list a:hover{
	background:#DEDEDE;
	text-decoration: none;
	display:block;
	padding: 3px;
}

input, select, textarea {
	font-size: 12px;
	border: 1px solid #999999;
}

form td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;

}
a {
	color: #0073A8;
	text-decoration: none;
}
a:hover {
	color: #0073A8;
	text-decoration: underline;
}


h2 {
	font-size:16px;
	text-transform: capitalize;
	font-weight: bold;
	color: #0073A8;
}
img.right {
	float: right;
	margin-right: 5px;
	margin-left: 10px;
}
img.left {
	float: left;
	margin-right: 10px;
	margin-left: 5px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: lighter;
	padding-top: 5px;
	color: #0073A8;
}
h3 {
	font-size:14px;
	color: #000;
}
td {
	font-size: 12px;
}

/*DIV*/

#all {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0px;
}

#top {
	width: 100%;
	background-image: url(images_nu/top_images.gif);
	height: 100px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
}
#header {
	color: #333;
	text-align: center;
}

#content {
	width: 100%;
	color: #333333;
	text-align: left;
	display: block;
}

#right {
	width: 210px;
	padding-right: 5px;
	float: right;
	font-size: 11px;
}
#left {
	width: 550px;
	font-size: 1ems;
	float: left;
	line-height: 160%;
}

#contentfront {
	width: 100%;
	color: #333;
	text-align: left;
}

#footer {
	float: none;
	display: block;
	clear: both;
	font-size: 11px;
}
/*CLASS*/

.title {
	border-bottom: 1px solid #585858;
	margin-bottom: 10px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Helvetica, Verdana;
	padding: 5px;
}

.separator {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	margin-bottom: 10px;
	margin-top: 10px;
}
.newsseparator {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	margin-bottom: 10px;
}
.h1 {
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: capitalize;
}

.date {
	letter-spacing: 1px;
	font-size: 90%;
	text-transform: uppercase;
	background-color: #f3f3f3;
	padding-right: 5px;
	padding-left: 5px;
}

.foot {
	font-size: 11px;
	color: #585858;
	text-align: left;
	clear: both;
	float: none;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 20px;
}


.bodytext {
	color: #333333;
	margin: 0;
	text-align: left;
	font-size: 13px;
}

.column {
	border: 1px solid #D6D6D6;
	font-size: 11px;
}
.bodytextsm {
	font-size: 10px;
}

#header1 {
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
	background-image: url(images_nu/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
}
/*MENU NAVIGATION STYLE*/


#right ul {
	list-style-type: none;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
#right li {
	margin-right: 4px;
	margin-left: 4px;
}

#right ul li a
{
	display: block;
	color: #0073A8;
	text-decoration: none;
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
}

#right a:hover
{
	color: #003366;
	text-decoration: none;
}

.newstitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #333333;
	line-height: 100%;
}
.newstitle a:visited, .newstitle a:link {
	color: #333333;
	text-decoration:none;
}
.newstitle a:hover {
	text-decoration:underline;
	color: #333333;
}
.SUBMENU {
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.SUBMENU a {
	color: #0073A8;
	text-decoration: none;
}
.SUBMENU a:hover {

	color: #0073A8;
	text-decoration: underline;
}
.boximg {
	border: 1px solid #999;
}
#header #news {
	text-align: left;
}
.newsticker {
	list-style-type: none;
	border: 1px #ddd;
	background: #fff;
	padding: 3px;
	margin: 0;
}
