html
{
	height							: 100%
}

body
{
	margin							: 0px;
	padding							: 0px;
	height							: 100%;
	font-family						: Trebuchet MS;
	font-size						: 12px;
	background-color				: #CCCCCC;
	color							: #000000
}

img
{
	margin							: 10px
}

img.nomargin
{
	margin							: 0px
}

td
{
	font-size						: 12px
}

a
{
	color							: #000060;
	text-decoration					: underline
}

ul
{
	margin-top						: 0px;
	margin-bottom					: 0px
}

a:hover
{
	color							: #000080;
	text-decoration					: none
}

input
{
	font-family				: Tahoma;
	font-size				: 12px
}

select
{
	font-family				: Tahoma;
	font-size				: 12px
}

#divSite
{
	position						: absolute;
	left							: 50%;
	top								: 0px;
	margin-left						: -400px;
	width							: 800px;
	height							: 100%;
	background-color				: #FFFFFF;
	background-image				: url(../images/menu-gradient.gif);
	background-repeat				: repeat-y;
	background-position				: top left
}

#divContents
{
	position						: absolute;
	left							: 50%;
	top								: 310px;
	margin-left						: -205px;
	width							: 570px;
}

#divPageTitleLine
{
	position						: absolute;
	left							: 50%;
	top								: 303px;
	margin-left						: -210px;
	width							: 580px;
	height							: 1px;
	background-image				: url(../images/grey-line.gif);
	overflow						: hidden
}

#divPageTitle
{
	position						: absolute;
	left							: 50%;
	top								: 283px;
	margin-left						: -197px;
	width							: 580px;
	color							: #B08A4D;
	font-size						: 14px;
	font-weight						: bold
}

#divBar
{
	position						: absolute;
	left							: 50%;
	top								: 0px;
	margin-left						: -400px;
	width							: 800px;
	background-color				: #FFFFFF
}

#divImaalText
{
	position						: absolute;
	left							: 50%;
	top								: 220px;
	margin-left						: 200px;
	width							: 200px;
	text-align						: right;
	padding-right					: 14px;
	line-height						: 20px;
	font-size						: 9px;
	text-transform					: uppercase;
	color							: #383F2D
}

#divNewsScroller
{
	position						: absolute;
	left							: 50%;
	top								: 220px;
	margin-left						: -400px;
	width							: 625px;
	text-align						: left;
	padding-left					: 14px;
	line-height						: 20px;
	font-size						: 9px;
	text-transform					: uppercase;
	color							: #383F2D;
	overflow						: hidden
}

#divMenu
{
	position						: absolute;
	left							: 50%;
	top								: 320px;
	margin-left						: -390px;
	width							: 156px
}

#divCountries
{
	position						: absolute;
	left							: 50%;
	top								: 0px;
	margin-left						: -400px;
	width							: 800px;
	height							: 20px;
	text-align						: right;
	vertical-align					: middle
}

#divReadNewsItem
{
	width							: 100%;
	height							: 100%;
	background-color				: #FFFFFF
}

#divReadNewsItemPageHeader
{
	position						: absolute;
	left							: 10px;
	top								: 10px;
	width							: 580px;
	color							: #B08A4D;
	font-size						: 14px;
	font-weight						: bold;
	border-bottom					: 1px solid #C7C7C7;
	text-indent						: 12px
}

#divReadNewsItemPageText
{
	position						: absolute;
	left							: 10px;
	top								: 35px;
	width							: 580px;
	height							: 240px;
	overflow						: auto;
	border							: 2px inset;
	padding-left					: 3px
}

#divReadNewsItemClose
{
	position						: absolute;
	left							: 10px;
	bottom							: 5px;
	width							: 580px;
	text-align						: right
}

.classMenuItem
{
	width							: 155px;
	height							: 15px;
	line-height						: 15px;
	border-bottom					: 1px solid #C7C7C7;
	margin-bottom					: 5px;
	cursor							: pointer;
	font-size						: 10px;
	overflow						: hidden;
	text-indent						: 8px;
	background-repeat				: no-repeat
}

.classParagraphHead
{
	text-indent						: 20px;
	font-weight						: bold;
	border-bottom					: 1px solid #F7F7F7;
	margin-top						: 10px;
	color							: #444444
}

.classParagraph
{
	text-indent						: 0px;
	margin-bottom					: 30px;
	text-align						: justify
}

.cSmallText
{
	font-size						: 10px
}

div.selectcountry
{
	font-size						: 10px;
	padding-bottom					: 4px;
	padding-left					: 10px
}

div.selectcountry a
{
	color							: #000000;
	text-decoration					: none
}
