/* CSS Document */

body {
	color:#000060; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	margin:  0;
}
a {
	color:#000060;
	background-color:#ffffff;
	text-decoration:none;
}
a:hover {
	color:#000060;
	background-color:#cccccc;
}

.small {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.xlarge {font-size: x-large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.large {font-size: large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.footer, .footer a {
	background-color:#000060; 
	color:#ffffff; 
	font-size:x-small; 
	margin:0; 
	text-align:center;
	width:100%;
}

#header-new div table tr td {
	margin:0;
	color:#000066;
	font-family:"Times New Roman", Times, serif;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	margin-right: 10px;
}

#nav-new ul {
	list-style-type: none;
	padding: 0;
	margin-left: -2em;;
	margin-right: 10px;
}

#nav li a, .box a {
	display:block;
	padding: 0 5px;
	font-weight: bold;
	color:#000066;
	text-decoration:none;
	background-color:#ffffff;
	background-image: url("images/flagbutton-wash.gif");
	border: 3px solid #000066;
	border-left-color:#3366FF;
	border-top-color:#3366FF;
}

#nav-new li a, .box a {
	display:block;
	padding: 0 5px;
	width: 175px;
	font-weight: normal;
	color:#ffffff;
	text-align:right;
	text-decoration:none;
	background-color:#000033;
	background-image: url("images/star_rwr.gif");
	background-repeat:no-repeat;
	border: 3px solid #cc0000;
	border-left-color:#cc3366;
	border-top-color:#cc3366;
}

.box {
	width:300px;
}

.box a {
	background-image:url();
}

#nav li a:hover, .box a:hover {
	display:block;
	font-weight: bold;
	color:#cccccc;
	text-decoration:none;
	background-color: #666699;
	background-image: none;
	border: 3px solid #000066;
	border-right-color:#3366FF;
	border-bottom-color:#3366FF;
}

#nav-new li a:hover, .box a:hover {
	display:block;
	font-weight: bold;
	color:#ffffff;
	text-decoration:none;
	background-color: #cc0000;
	background-image: url("images/star_bwb.gif");
	background-repeat:no-repeat;
	border: 3px solid #000066;
	border-right-color:#3366FF;
	border-bottom-color:#3366FF;
}

li {
	margin-left: 2em;
}

.button {
	background-color:#6699FF;
	color:#FFFFFF;
	font-weight:bold;
	border: 2px #000099 outset;
}

.bio_toggle {
	font-size:smaller; 
	border:1px solid #f00;
	background-color:#999;
}

/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
	border: 1px solid #000;
	background: #fff; 
	width: 98%; 
	height: 27px; 
	margin: 0; 
	padding: 0
	overflow: hidden; 
	background-image:url(images/bulletin_bg.gif);
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	top: 8px;
	width: 95%;
	overflow: hidden;
}

ul.newsticker { /* that's your list */
	position: relative;
	left: 100%;
	font: bold 10px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	color: #ff0000;
	font: bold 12px Verdana;
	margin: 0;
	padding: 0;
/*	background: #fff; */
}

ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #ff0000;
	background-color: transparent;
	font: bold 12px Verdana;
	margin: 0 50px 0 0;
} 

ul.newsticker span {
	margin: 0 10px 0 0;
} 

#right p {
	font-size:80%;
}