body {
   background-color: #ffffff;
   color: black;
   font-family: Verdana, Arial, Sans-serif;
   font-size: 10px;
   margin: 0 auto;
}

h1 {
   color: #420066;
   font-style: italic;
   font-size: 16px;
   margin-top: 30px;
   margin-bottom: 35px;
}

h2 {
   color: #2e0067;
   font-weight: bold;
   font-size: 12px;
   margin-top: 20px;
}

h3 {
   color: #56475e;
   font-weight: bold;
   font-size: 10px;
   margin-bottom: 0;
}

h4 {
   font-weight: bold;
   font-size: 10px;
   margin-top: 25px;
   margin-bottom: 10px;
}

p {
   margin-top: 0;
   margin-bottom: 10px;
}

.text_intro {
   font-weight: bold;
   margin-top: 35px;
}

.text_right_column {
   margin-top: -10px;
}

a {
   color: #0077cd;
   font-style: italic;
   text-decoration: none;
}

a:hover{
   text-decoration: underline;
}

a:visited {
   color: #0077cd
}

#pagewrap {
	width: 950px;
	text-align: center;
	position: relative; 
	margin:0 auto;
	background-image: url('images/bg.png');
}

#slogan {
   position: absolute;
   top: 0;
   left: 0px;
   color: #5936aa;
   font-style: italic;
   font-size: 12px;
   text-align: left;
   height: 60px;
}

#slogan img {
   margin-top: 20px;
   margin-left: 52px;
   margin-right: 20px;
   border: 0;
}

#pagefooter {
   clear: both;
	width: 950px;
	height: 110px;
	text-align: center;
	position: relative; 
	margin:0 auto;
	background: white url('images/bg_bottom.png');
	background-repeat: no-repeat;
}

#bottomlogo {
   position: absolute;
   top: 6px;
   left: 75px;
   width: 205px;
   height: 20px;
	text-align: center;
	float: left;
}

#bottomaddress {
   position: absolute;
   top: 5px;
   left: 280px;
   width: 595px;
   color: #ffffff;
	text-align: center;
	margin: 0 auto;
}

#bottomlinks {
   color: #9b949f;
	text-align: center;
	padding-top: 60px;
}

#bottomlinks a {
   color: #9b949f;
   text-decoration: none;
}

#bottomlinks a:hover {
   text-decoration: underline;
}

#worldmap {
   position: absolute;
   top: 0;
   left: 75px;
   height: 235px;
   width: 800px;
   background-image: url('images/worldmap.png');
   background-repeat: no-repeat;
}

#wrapper {
   padding-top: 235px;
   margin-left: 0;
   text-align: left;
   background-image: url("images/wrapper_bg.png");
   background-position: 75px 0;
   background-repeat: repeat-y;
}

#menucolumn {
   width: 205px;
   float: left;
   margin-bottom: 30px;
}

#searcharea {
   position: absolute;
   top: 235px;
   left: 75px;
   height: 201px;
   width: 205px;
   text-align: left;
   background: url('images/searchbg.png') no-repeat;
}

#news_menuitem_placeholder {
   position: absolute;
   top: 170px;
   left: 0;
   height: 30px;
}

#content {
   margin-right: 25px;
   float: right;
   width: 645px;
   margin-bottom: 30px;
}

#left_content {
   margin-left: 35px;
   width: 325px;
   float: left;
}
/* BoWen st */
#left_content_int {
   margin-left: 35px;
   width: 520px;
   float: left;
} 
/* BoWen end */

#right_content {
   margin-left: 35px;
   width: 165px;
   float: left;
}

#topmenu {
   position: absolute;
   top: 85px;
   left: 0;
   width: 205px;
   position: absolute;
   text-align: left;
}

.menuitem_current {
   width: 190px;
   height: 22px;
   padding: 8px 0 0 15px;
   color: white;
}
/* BoWen st */ 
.menuitem_current a {
   width: 190px;
   height: 22px;
   color: white;
   text-decoration: none;
   font-style: normal;
}
/* BoWen end */
.menuitem_start a {
   width: 190px;
   height: 22px;
   background-repeat: no-repeat; 
   display: block;
   padding: 8px 0 0 15px;
   text-decoration: none;
   font-style: normal;
   color: white;
   background-image: url('images/menu_start.png');
}

.menuitem_start a:hover {
   background-image: url('');
   text-decoration: none;
   color: white;
}

.menuitem_start a:visited {
   color: white;
}

.menuitem_about a {
   width: 190px;
   height: 22px;
   background-repeat: no-repeat;
   display: block;
   padding: 8px 0 0 15px;
   text-decoration: none;
   font-style: normal;
   color: white;
   background-image: url('images/menu_about.png');
}

.menuitem_about a:hover {
   background-image: url('');
   text-decoration: none;
   color: white;
}

.menuitem_about a:visited {
   color: white;
}

.menuitem_services a {
   width: 190px;
   height: 22px;
   background-repeat: no-repeat;
   display: block;
   padding: 8px 0 0 15px;
   text-decoration: none;
   font-style: normal;
   color: white;
   background-image: url('images/menu_services.png');
}

.menuitem_services a:hover {
   background-image: url('');
   text-decoration: none;
   color: white;
}

.menuitem_services a:visited {
   color: white;
}

.menuitem_work a {
   width: 190px;
   height: 22px;
   background-repeat: no-repeat;
   display: block;
   padding: 8px 0 0 15px;
   text-decoration: none;
   font-style: normal;
   color: white;
   background-image: url('images/menu_work.png');
}

.menuitem_work a:hover {
   background-image: url('');
   text-decoration: none;
   color: white;
}

.menuitem_work a:visited {
   color: white;
}

.menuitem_contact a {
   width: 190px;
   height: 22px;
   background-repeat: no-repeat;
   display: block;
   padding: 8px 0 0 15px;
   text-decoration: none;
   font-style: normal;
   color: white;
   background-image: url('images/menu_contact.png');
}

.menuitem_contact a:hover {
   background-image: url('');
   text-decoration: none;
   color: white;
}

.menuitem_contact a:visited {
   color: white;
}

.menuitem_news a {
   width: 190px;
   height: 22px;
   background-repeat: no-repeat;
   display: block;
   padding: 8px 0 0 15px;
   text-decoration: none;
   font-style: normal;
   color: white;
   background-image: url('images/menu_news.png');
}

.menuitem_news a:hover {
   background-image: url('');
   text-decoration: none;
   color: white;
}

.menuitem_news a:visited {
   color: white;
}

#menuimage {
   position: absolute;
   top: 44px;
   left: 0;
   height: 126px;
}

#searchlabel {
   color: #ffffff;
   width: 40px;
   text-align: right;
   padding-top: 17px;
   float: left;
}

form#search {
   color: #ffffff;
   text-align: right;
   padding-top: 12px;
}

#search .textinput {
   width: 135px;
   height: 12px;
   margin-left: 6px;
   margin-right: 16px;
   border: 0;
   margin-top: 5px;
   font-size: 9px;
}

.text_right {
   margin-top: -10px;
   text-align: right;
   display: block;
}

.text_right a {
   color: #0077cd;
   font-style: italic;
   text-decoration: none;
   background-image: url('images/blue_arrow.png');
   background-repeat: no-repeat;
   background-position: 0 4px;
   padding-left: 8px;
   text-align: right;
}

.text_right a:hover{
   text-decoration: underline;
}

#newscolumn {
   color: #ffffff;
   width: 170px;
   margin: 225px 0 0 90px;
}

#newscolumn a {
   color: white;
   font-style: italic;
   text-decoration: none;
   background-image: url('images/white_arrow.png');
   background-repeat: no-repeat;
   background-position: 0 4px;
   padding-left: 8px;
   text-align: right;
}

.newstitle {
   margin-top: 16px;
   font-weight: bold;
}

.newsdate {
   font-style: italic;
}

.newstext {
   margin-top: 2px;
   margin-bottom: 20px;
}

.newslink {
   margin-top: 2px;
   margin-bottom: 20px;
   text-align: right;
   font-style: italic;
   padding-left: 8px;
}

#newscolumn a {
   margin-top: 20px;
   color: #ffffff;
   text-decoration: none;
}

#newscolumn a:hover {
   text-decoration: underline;
}

#content a:visited {
   color: #0077cd
}

#right_content img {
   margin-top: 75px;
   margin-left: -10px;
}

ul {
   margin-left: 0;
   padding: 0 0 0 16px;
}

#flags {
   position: absolute;
   top: 5px;
   right: 95px;
   width: 18px;
}

#flags img {
   border: 0;
   margin-bottom: 4px;
}

.arrowlink {
   margin-bottom: 6px;
}

.arrowlink a {
   text-decoration: none;
   background-image: url('images/blue_arrow.png');
   background-repeat: no-repeat;
   background-position: 0 4px;
   padding-left: 8px;
}

.arrowlink a:hover {
   text-decoration: underline;
}

.newsarrowlink {
   margin-bottom: 6px;
}

.newsarrowlink a {
   font-style: normal;
   font-weight: bold;
   text-decoration: none;
   background-image: url('images/blue_arrow.png');
   background-repeat: no-repeat;
   background-position: 0 4px;
   padding-left: 8px;
}

.newsarrowlink a:hover {
   text-decoration: underline;
}

.pdflink {
   margin-bottom: 6px;
}

.pdflink a {
   height: 15px;
   text-decoration: none;
   background-image: url('images/pdficon_small.gif');
   background-repeat: no-repeat;
   background-position: 0 0;
   padding: 2px 0 0 22px;
   display: block;
}

.pdflink a:hover {
   text-decoration: underline;
}

.vcardlink {
   margin-top: -4px;
   margin-bottom: 16px;
}

.vcardlink a {
   height: 22px;
   text-decoration: none;
   background-image: url('images/vcard_icon.png');
   background-repeat: no-repeat;
   background-position: 0 0;
   padding: 0 0 0 36px;
   display: block;
}

.vcardlink a:hover {
   text-decoration: underline;
}

.ending_paragraph {
   margin-top: 40px;
   font-style: italic;
}
.ending_paragraphBW {
   margin-top: 10px;
   font-style: italic;
}

table {
   margin-bottom: 10px;
   border-style: hidden;
   border-collapse: collapse;
}

td {
   margin: 0;
   padding: 0;
   padding-right: 10px;
}

#map_without_cities {
   position: absolute;
   top: 102px;
   left: 286px;
   width: 205px;
   height: 114px;
}

#cities {
   position: absolute;
   top: 103px;
   left: 286px;
   width: 203px;
   height: 112px;
}
