html, body {
        background: white url(images/bg.gif);
        margin: 0;
        padding: 0;}

body, p, td, a, div, span, li, input, textarea {
        color: #004F85;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 11px;}
        
table p {margin:0; padding:5px 0; line-height:1.3;}      

.big {
	font-size: 14px;
	font-weight: bold;}

.tw {font-size: 12px}

a:link, a:visited {
        color: #1F61AF;
        text-decoration: none;}
a:hover {
        color: #1F61AF;
        text-decoration: underline;}

#header {
	background: url(images/logo.gif) 0 0 no-repeat;}
#header ul {
	padding: 0; 
	margin: 0;
	list-style: none;
	position: absolute;
	top: 51px;
	left: 158px;
	z-index: 100;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #header ul { left: 151px; }
}

#header li {
	float: left;
	height: 42px;}
#header li a span {
	padding: 17px 0 0 10px;
	height: 25px;
	font-size: 11px;
	color: #004D83;
	font-weight: bold;
	text-transform: uppercase;
	background: url(images/nav_bg.gif) left top no-repeat;
	float: left;
	cursor: pointer;}
#header li a  {
	padding-right: 10px;
	height: 42px;
	display: block;
	text-decoration: none;
	background: url(images/nav_bg.gif) right top no-repeat;}
	
* html #header li a {
	width: 50px;
	white-space: nowrap;
}
#header li a:hover {
	background-position: bottom right;
}
#header li a:hover span {
	color: white;
	background-position: bottom left;
}
#gallery {
	height: 367px;
	width: 654px;
	padding: 1px 0 0 1px;
	background: url(images/gallery_bg.gif) 0 0 no-repeat;
}
#content {
/*	height: 500px;*/
	width: 854px;
	padding: 21px 0 0 10px;
	background: url(images/content_bg.gif) 0 0 no-repeat;
}
#content_bigger {
/*	height: 500px;*/
	width: 854px;
	padding: 21px 0 0 10px;
	background: url(images/content_bg_bigger.gif) 0 0 no-repeat;
}
#content_bigger2 {
	width: 849px;
	margin:0
	padding: 21px 0 0px 10px;
	background: url(images/content_bg1.gif) 0 0 no-repeat;
}
#left_nav {
	padding: 0 0 0 0;
	margin: 0;
	list-style: none;
}
* html #left_nav li {
	height: 12px;
}
#left_nav li a {
	color: #004C81;
	font-weight: bold;
	text-decoration: none;
	display: block;	
	height: 33px;
	padding: 5px 0 0px 30px;
	border-bottom: 1px solid #D8E6F4;
	border-left: 1px solid #D8E6F4;
	background: #C5D8EC url(images/nav_bullets.gif) 0 0 no-repeat;	
	vertical-align: middle;
}
* html #left_nav li a {
	width: 167px;
	float: left;
	clear: left;
	height: 33px;
}
#left_nav li a:hover {
	background: #004A7E;
	color: #EBF5FF;
}
h1 {
	color: #00538B;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
}

#promo h1 {
	font-size: 14px;
	padding: 0;}
	
#footer {
	
	height: 20px;
}
#hp_pic {
	width: 593px;
	height: 284px;
	background: url(images/homepage_pic_bg.gif) 0 0 no-repeat;
	margin: 10px 0 20px 6px;
}
#hp_pic img {
	margin: 10px 0 0 10px;
}
#hp_pic h1 {
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
	font-weight: normal;
	color: #EE1D25;
}
#hp_list {
	padding: 0 0 0 6px;
	margin: 0;
	list-style: none;
}
#hp_list li {
	padding: 0 15px 10px 29px;
	font-size: 11px;
	background: url(images/bullet.gif) 10px 2px no-repeat;
}
#promo {
	padding: 12px 0 0 10px;
	background: #d7ebff;
}
span {
	color: #003366;
}
#promo h2 {
	font-size: 14px;
	padding: 0;
	margin: 0;
	color: #004F85;
}
#foot h3 {
		font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 11px;
		font-weight: normal;
}
.promo_tbl {
	width: 290px;
	height: 109px;
	background: url(images/promo_tbl_bg.gif) 0 0 no-repeat;
	margin-top: 8px;
}
.promo_tbl td {
	padding-bottom: 8px;
}
.promo_txt {
	padding: 0 14px 4px 0;
	color: #003366;
	margin: 0;
}
.promo_txt2 {
	padding: 0 14px 6px 0;
	color: #003366;
	margin: 0;
	font-size: 13px;
}
#news {
	padding: 9px;
	margin: 6px;
	background: white;
	border: 1px solid #0099CC;
	min-height:90px;
  height:auto !important;
  height:90px;
}
#news img {
	margin-right: 15px;
}
#flags_home {
	width: 100%;
	height: 65px;
	text-align: right;
}

.error{
  color: #DC143C;
}

.fwidth { width:190px; }

.red {color:red;}