.newsscroll {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px}
.news { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}
.newsbold { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px ; font-weight: bold}


/* *** TOP HEADER *** */
#top-header-nav {
background:transparent url(images/menu/bg_top.jpg) repeat-x scroll 0 0;
border-right:1px solid black;
height:46px;
width:700px;
}
#top-header-nav #logo {
background:transparent url(images/logo.jpg) no-repeat scroll 0 0;
float:left;
height:46px;
width:388px;
}
#top-header-nav #logo #logo-text {
left:-999px;
position:absolute;
}
#top-header-nav #header-links {
float:right;
font-family:Arial,sans-serif;
font-size:11px;
font-weight:bold;
position:relative;
right:21px;
top:24px;
}
#header-links a {
margin-left:0.8em;
}
#header-links a, #header-links a:visited {
color:#446D66;
}
#header-links a:hover, #header-links a:active {
color:#051840;
text-decoration:none;
}

/* General Styles */

h1 {
	font-weight:bold;
	font-size: 16px;
	font-family: tahoma,verdana,arial;
    color: #000000;
	font-style:italic;
	margin-bottom: -15px;
	margin-top:-2px;
}

p {
	padding-right: 7px;
}

/*ul {
	margin-left: -40px;
}

#bullets ul li {
	padding-bottom: 16px;
	list-style-type:none;
}

/*#bullets ul li:before {
    content: "\2022 \0020";
    }

#bullets ul ul {
	padding-bottom: 16px;
	margin-left:0px;
}*/

.padding{
	padding-bottom:15px;
}

