#websitecontent {
	position:			absolute;
	z-index:			1;
	width:				100%;
	height:				100%;
}

#website_bckgrnd {
	background-image:	url('../images/bckgrnd.gif');
	background-repeat:	repeat-x;
	height:				100%;
}

#bckgrnd {
	width:				100%;
	height:				9px;
	line-height:		9px;
	background-color:	#4EB0E1;
}

#top_image {
	position:			absolute;
}

#lang_select {
	position:			absolute;
	width:				100px;
	margin-left:		648px;
	margin-top:			6px;
}

.lang_icon {
	float:				left;
	padding-right:		6px;
}

#worldcontent {
	width:				972px;
	height:				100%;
}

#world {
	position:			absolute;
	z-index:			2;
	background-image:	url('../images/world.gif');
	height:				629px;
	width:				972px;
	margin-left:		-36px;
}

#left_shadow {
	background-image:	url('../images/shadow_left.jpg');
	background-repeat:	repeat-y;
	width:				36px;
	height:				5px;
}

#left_shadow_top {
	background-image:	url('../images/shadow_left_top.jpg');
	background-repeat:	no-repeat;
	width:				36px;
	height:				758px;
	position:			relative;
	z-index:			5;
}

#right_shadow {
	background-image:	url('../images/shadow_right.jpg');
	background-repeat:	repeat-y;
    width:				36px;
	height:				5px;
}

#right_shadow_top {
	background-image:	url('../images/shadow_right_top.jpg');
	background-repeat:	no-repeat;
    width:				36px;
	height:				758px;
	position:			relative;
	z-index:			6;
}

#content {
	position:			relative;
	z-index:			4;
	width:				900px;
	height:				100%;
}

.left_bckgrnd {
	background-color:	#122870;
	width:				199px;
	color:				#FFFFFF;
	filter:				alpha(opacity=80);
	opacity:			0.80;
}

.right_bckgrnd_bottom {
	background-color:	#D8EEF8;
	width:				700px;
}

.right_bckgrnd {
	background-color:	#D8EEF8;
	width:				700px;
	background-image:	url('../images/page_bckgrnd.jpg');
	background-repeat:	no-repeat;
}

/* PAGE SETTINGS  */

#pagecontent {
	padding-top:		35px;
	padding-bottom:		35px;
}

#page_padding {
	width:				650px;
	height:				330px;
	margin-left:		25px;
	margin-right:		25px;
}

#page_text {
	width:				452px;
}

#page_image {
	padding-top:		15px;
}

#page_image img {
	margin-bottom:		10px;
	border-width:		2px;
	border-style:		solid;
	border-color:		#D3031C;
}

#page_image_border {
	padding-left:		16px;
	padding-right:		19px;
	padding-top:		15px;
}

.page_rule {
	background-image:	url('../images/page_rule.gif');
	background-repeat:	repeat-x;
	height:				1px;
	line-height:		1px;
	margin-bottom:		23px;
}

.page_bottom_rule {
	background-image:	url('../images/page_rule.gif');
	background-repeat:	repeat-x;
	height:				1px;
	line-height:		1px;
}

#page_bottom {
	color:				#122870;
	padding-top:		30px;
	font-weight:		bold;
	line-height:		30px;
}

/* MENU SETTINGS  */

#menucontent {
	padding-top:		35px;
	margin-left:		30px;

}

.menu_lang {
	color:				#FFFFFF;
	text-align:			center;
	padding-right:		15px;
}

.menu_lang a {
	color:				#FFFFFF;
	text-decoration:	none;
	line-height:		25px;
}

.menu_lang a:hover, .menu_lang a:active, .menu_lang a.active {
	color:				#94D9F7;
	text-decoration:	none;
}

.menu {
	padding-right:		53px;
	text-align:			right;
	color:				#FFFFFF;
}

.menu a {
	color:				#FFFFFF;
	text-decoration:	none;
	line-height:		25px;
}

.menu a:hover, .menu a:active, .menu a.active {
	color:				#94D9F7;
	text-decoration:	none;
}

.menu_rule_double {
	background-image:	url('../images/menu_rule_double.gif');
	height:				4px;
	line-height:		4px;
	width:				139px;
}

.menu_rule_single {
	background-image:	url('../images/menu_rule_single.gif');
	height:				1px;
	line-height:		1px;
	width:				130px;
}

.submenucontent {
	color:				#94D9F7;
}

.submenu {
	color:				#94D9F7;
	padding-right:		48px;
	text-align:			right;
}

.submenu a {
	color:				#94D9F7;
	text-decoration:	none;
	line-height:		25px;
}

.submenu a:hover, .submenu a:active, .submenu a.active {
	color:				#FFFFFF;
	text-decoration:	none;
}

/* ADDRESS SETTINGS  */

#addresscontent {
	padding-top:		35px;
	padding-bottom:		35px;
	padding-left:		35px;
	color:				#FFFFFF;
}

#addresscontent a {
	color:				#FFFFFF;
	text-decoration:	none;
}

#addresscontent a:hover {
	color:				#94D9F7;
}

/* LOGO SETTINGS  */

#logo_text {
	color:				#D7ECF7;
	padding-left:		367px;
	line-height:		14px;
	font-weight:		bold;
}

#logo_position {
	position:			relative;
	float:				right;			
}

#logocontent td {
	padding-left:		6px;
	padding-right:		6px;
	height:				67px;
}

.logo_bckgrnd {
	background-image:	url('../images/logo_bckgrnd.jpg');
	background-repeat:	no-repeat;
	height:				95px;
}

/* CONTACT SETTINGS  */

#contact_bottom {
	padding-top:		30px;
}

#contactcontent td {
	line-height:		19px;
}

/* COPYRIGHT SETTINGS  */

.link_copyright {
	color:				#94D9F7;
	text-decoration:	none;
}

.link_copyright:hover {
	text-decoration:	underline;
}