img {
    border-style: none;
}

.links-list {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0;
	padding-right: 0px;
	width: 100%;
}

.copyright {
	margin-top: 10px;
}

.copyright a {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.links-list li a {
	text-decoration: none;
	color: white;
	font-family: "Palatino Linotype", serif;
	font-weight:none;
	font-size: 14px;
}

.links-list li a:hover {
	color: #efefef;
	text-decoration: underline;
}

.links-list li {
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-left: 0;
	display: block;
	text-indent: 10px;
}

/* begin news ticker */

.news-ticker {
	background-color: #eaddd7;
	width: 100%;
	text-align: left;
}

.news-headline {
        float: left;
        width: 100%;
	font-size: normal;
	background-color: #eaddd7;
        border: 1px #daddec solid;
	padding-bottom:5px;
	padding-top:5px;
}

.news-title {
        font-size: 1.7em;
	font-style: italic;
	font-weight: bold;
        float: left;
	color: #39adad;
}

.subscribe {
        float: right;
}

.news-item {
        width: 100%;
        float: left;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 1.0em;
        margin-top: 1.0em;
}

/* not in use currently */
/*
.news-pic {
        width: 75px;
        height: 56px;
        float: left;
        margin-left: 1.0em;
}
*/

.news-description {
        float: left;
        width: 100%; 
        font-size: small;
}

.news-items {
	border: 1px solid lightgray;
	background-color: #eaddd7;
	width: 100%;
	height: 100%;
	float: left;
}

.news-timestamp {
	float: left;
	width: 100%;
	height: auto;
	background-color: #eaddd7;
	font-size: small;
}

.headline {
        font-weight: bold;
        color: #000000;
        font-family: "Palatino Linotype", serif;
        font-size: large; 
}

/* end news ticker */

.nav-container {
	float: right;
	position: relative;
	white-space: nowrap;
}

#nav-container2 {
	position: relative;
	height: 24px;
}

.navigation-menu {
	*float: left;
	/*_float: static;*/
	list-style-type: none;
	/*position: absolute;
	bottom: 0;
	right: 0;*/
	height: 24px;
	height: 100%;
	*white-space: nowrap;
}

.navigation-menu li img {
	height: 24px;
}

.navigation-menu li {
	display: inline;
	float: left;
	margin-left: 10px;
	*margin-left: 5px;
	padding-bottom: 0;
	margin-bottom: 0;
	/*text-align: left;*/
	/*white-space: nowrap;*/
	height: 24px;
	height: 100%;
}

.navigation-menu li a {
	margin-bottom: 0;
	padding-bottom: 0;
	float: left;
}

.sub-navigation-menu {
	list-style-type: none;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 0;
	padding-left: 0;
	padding-top: 10px;
	width: 254px; /* was 224px */
	white-space: nowrap;

	padding-bottom: 10px;
	background-color: #1e3988;
	border: 2px solid silver;

	/* IE fix: mimicking "max-width" for IE due to display bugs in IE */
	/*width: expression("230px");*/
}

.sub-navigation-menu a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-family: "Palatino Linotype", serif;
	display: block;
	font-size: 14px;
	line-height: 14px;
}
.sub-navigation-menu a:hover {
	text-decoration: underline;
	color: #efefef;
}

.sub-navigation-menu li {
	display: block;
	text-indent: 10px;
	text-align: left;
}

.navigation-menu > li > .sub-navigation-menu > li {
	display: block;
}

.navigation-menu li .sub-navigation-menu li {
	/*float: none;*/
	float: left;
	width: 100%;
}

.left_menu, .footer, .footer_under_menu {
	width:200px;
}
.footer a:hover {
	color: #efefef;
}

/* misc CSS */

.pageContent {
	padding-top: 20px;
	padding-bottom: 20px;
}

.pageContent img {
	padding: 10px;
}

