@import url("menu.css");

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color:#bcbbb9;
	color: #232323;
}

a:link, a:visited {
	color: #204c8b;
}

.hyper a:link, a:visited {
    color: #204c8b;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration:none;
    font-size: 14px;    
}

.hyper a:hover {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    text-decoration:none; 
}

div.main {
	width: 810px;
	margin: 0 0 1em 50px;
	padding-right:10px;
	text-align: justify;
}

img.logo {
	border:0;
	padding: 0;
	margin-left:50px;
	margin-top:5px;
}

div.heading_address {
	position:absolute;
	top:10px;
	left: 200px;
	width:600px;
	font-size:10px;
	color: #134192;
}

.breadcrumbs {
	white-space: nowrap;
	font-size: 8pt;
	margin: 0;
	padding-top: .2em;
	padding-bottom: .5em;
	display: block;
}

.breadcrumbs a {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
/*	color:#999999; */
	text-decoration:none;
}

.breadcrumbs a:hover {
	color: white;
	background-color: red;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin-top: .25em;
	text-align: left;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	margin: 1em 0 .5em 0;
}

div.image_box {
	background-color: #232323;
	color: white;
	display: table; 
	_position: relative;
	overflow: hidden;
	float: left;
}

div.description250 {
	text-align: justify;
	line-height: 1.4em;
	margin-left: 250px;
}

div.news_text {
	float:left;
}

img.news_image_wrap, img.news_image_nowrap {
	border-color: #232323;
	border-width: 4px;
	border-style: solid;
	float: left;
	margin-right:1em;
	margin-bottom:1em;
}

img.news_image_nowrap {
	float: none;
}

div.error {
	background-color: red;
	color: white;
	text-align: center;
	vertical-align: middle;
	padding: .5em;
}

div.heading_address {
	font-size: 11pt;
}

td {
	vertical-align:top;
}

td p {
	margin-top: 0;
	margin-bottom: 0;
}

