/* CSS Document */

a { border:0; }
#menuitem {
	height: 34px;
	color: #0069a3;
	font-family: Verdana, Tahoma;
	font-size: 11px;
	background-image: url(../images/menu_bg.gif);
}

#menuitem:hover {
background: url(../images/menu_hover.gif) top repeat-x;
}

#menuitem:active {
background: url(../images/menu_active.gif) top repeat-x;
}
/*a:hover #menuitemhover {	
	
	background: url(../images/menu_hover.gif) top center no-repeat;}*/
#menuitem a { 
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px; 
	color: #0069a3;
	text-decoration: none;
}

#menuitem a:hover {
	text-decoration: none;
	color: #003553;
	/* border-bottom: 1px dotted #76cbfa; */
}

#menuitem a:active {
	text-decoration: none;
	color: #000;
	/* border-bottom: 1px dotted #76cbfa; */
}

#legals { 
	background: url(../images/legalsbar_bg.gif) top left no-repeat;
	padding-top: 8px; 
	padding-left: 14px; 
	padding-right: 10px; 
	font-family: Verdana, Tahoma; 
	font-size: 10px; 
	color: #c8c8c8;
}

#legals a {
	color: #c8c8c8;
	text-decoration: none;	
	margin: 1px;
}

#legals a:hover {
	color: #b0b0b0;
	border-bottom: 1px dotted;
	
}

#newscolumn {
	width: 181px;
}
#newscolumn p {
	margin-top: 4px;
	
}

.imagecontainer {
	padding: 4px;
	background: #fff;
	border: 1px solid #ccc;
	margin: 10px;
}

ul li
{
	margin: -4px 0px -3px -3px;
	padding-bottom: 10px;
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;

}

.subtitle {
	font-family: Verdana, Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #3c6d88;
}

.text {
	font-family: Verdana;
	font-size: 11px;
	color: #4e89a9;
}

.text a { 
	color: #347091; 
	border-bottom: 1px dotted #76b2d2;
	text-decoration: none;
}

.text a:hover {
	color: #1c4860; 
	border-bottom: 1px solid #347091;
	text-decoration: none;
}

.text_small {
	font-family: Verdana, Tahoma;
	font-size: 10px;
	color: #3c6d88;
	line-height: 12px;
}

.text_small a {
	font-family: Verdana, Tahoma;
	font-size: 10px;
	color: #3c6d88;
	text-decoration: none;
	border-bottom: 1px dotted;
}

.text_small a:hover {
	color: #17394b;
	border-bottom: 1px solid;	
}

.text_small image {border:0;}

.text_small_date {
	font-family: Verdana, Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #8c8c8c;
}

.text_small_headline {
	font-family: Verdana, Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #3c6d88;	
}

.text_header {
	font-family: Verdana, Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.text_title {
	font-family: Verdana, Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #65a0c0;
}

a.image, a.image:hover, a#img { border: #fff; border:0;}
