*
{
padding: 0em;
margin: 0em;
}

body
{
background: #333;
padding: 0;
margin-top:15px;
}

body,input
{
font-size: 9pt;
font-family: tahoma, verdana, sans-serif; /*"georgia", "times new roman", serif;*/
color: #333333;
}

html, body, #outer {
height:100%;
min-height:100%;
width:100%;
}

html > body, html > body #outer {
height:auto;
}

p
{
line-height: 1.2em;
margin-bottom: 1.0em;
text-align: justify;
}

a
{
color: #2865F4;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}


h3 span
{
font-weight: normal;
}

h1,h3,h4
{
display: inline;
font-weight: bold;
background-repeat: no-repeat;
background-position: right;
}

h1
{
font-size: 1.7em;
padding-right: 34px;
background-image: url('/images/db1.gif');
}

h3
{
font-size: 1.4em;
padding-right: 34px;
background-image: url('/images/db1.gif');
}

h4
{
font-size: 1.2em;
padding-right: 28px;
background-image: url('/images/db2.gif');
}

.contentarea
{
padding-top: 1.1em;
padding-bottom: 4em;
}

img
{
border: solid 1px #A5C9FD;
}

img.left
{
position: relative;
float: left;
margin: 0em 1.8em 1.4em 0em;
}

img.right
{
position: relative;
float: right;
margin: 0em 0em 1.8em 1.8em;
}

.divider1
{
position: relative;
background: #fff url('/images/border2.gif') repeat-x;
height: 14px;
margin: 2.0em 0em 1.5em 0em;
clear: both;
}

.divider2
{
position: relative;
height: 1px;
border-bottom: solid 1px #eaeaea;
margin: 2.0em 0em 2.0em 0em;
}

.postleft
{
width: 48%;
float: left;
padding-right: 1em;
}

.postright
{
width: 48%;
float: right;
}


.post .details
{
position: relative;
top: -1.5em;
font-size: 0.8em;
color: #787878;
}

.post ul.controls,
.postright ul.controls,
.postleft ul.controls
{
clear: both;
}

.post ul.controls li,
.postright ul.controls li,
.postleft ul.controls li
{
display: inline;
font-size: 0.8em;
}

.post ul.controls li a,
.postright ul.controls li a,
.postleft ul.controls li a

{
background-repeat: no-repeat;
background-position: left;
padding: 0em 1.0em 0em 20px;
}

.post ul.controls li a.printerfriendly,
.postright ul.controls li a.printerfriendly,
.postleft ul.controls li a.printerfriendly
{
background-image: url('/images/icon-printerfriendly.gif');
}

.post ul.controls li a.comments,
.postright ul.controls li a.comments,
.postleft ul.controls li a.comments
{
background-image: url('/images/icon-comments.gif');
}

.post ul.controls li a.more,
.postright ul.controls li a.more,
.postleft ul.controls li a.more
{
background-image: url('/images/icon-more.gif');
}

.box
{
position: relative;
background: #E9EFFF url('/images/boxbg.gif') repeat-x;
left: -1.4em;
top: -1.4em;
padding: 1.4em;
border-bottom: solid 1px #A5C9FD;
/*
margin-bottom: 1.0em;
*/
}

ul.linklist
{
list-style: none;
}

ul.linklist li
{
line-height: 2.0em;
}

ul.linklist ul
{
margin-left:1em;
list-style:none;
}

#upbg
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 275px;
background: #fff url('/images/bg2.jpg') repeat-x;
z-index: 1;
}

#outer
{
/*z-index: 2;*/
/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
position: absolute;
width: 93%;
min-width: 920px;
width: expression((document.documentElement.clientWidth||document.body.clientWidth)<920?'920px':'93%');
border: solid 7px #fff;
background-color: #fff;
left:3%;
/*background-image: url('/images/rbr.gif');
background-position: 100%;
background-position: expression(/MSIE/.test(navigator.appVersion)
      ? "98%" : "100%");

background-repeat: repeat-y;
padding: 0px 6px;
*/

/*
margin: 0 auto;
*/
}

#header
{
position: relative;
width: 100%;
height: 100px;
background: #fff;
margin-bottom: 2px;
}

#headerlogo
{
position: absolute;
height: 80px;
width: 374px;
bottom: 8px;
left: 10px;
background: url('/images/logo.gif') no-repeat;
}

#headerglobalnav
{
position: absolute;
height: 15px;
width: 300px;
right: 16px;
bottom: 10px;
}

#headerglobalnav ul {
list-style-type: none;
}

#headerglobalnav li {
float: right;
display: inline;
margin-left: 5px;
}

#headerglobalnav img {
border: none;
}

#headerpic
{
position: relative;
height: 124px;
background: #fff url('/images/hdrpic.jpg') no-repeat top right;
margin-bottom: 2px;
z-index:1000;

}

#menu
{
position: relative;
background: #7F8400 url('/images/menubg.gif') repeat-x top left;
height: 2.0em;
padding: 0em 1.0em 0em 1.0em;
margin-bottom: 2px;
}

#menutop
{
background: #fff url('/images/border3.gif') repeat-x;
height: 14px;
margin-bottom: 2px;
}

#menubottom
{
background: #fff url('/images/border1.gif') repeat-x;
height: 14px;
margin-top: 2px;
margin-bottom: 1.0em;
}

#content
{
width: 97%;
height:auto;
padding: 0em 0.0em 4.0em 2.0em;
}


#onlycontainer
{
height:auto;
width: 100%;
}

#onlycontent
{
margin: 1.5em 0em 0em 0em;
}


#primarycontainer
{
height:auto;
float: left;
margin-right: -21.0em;
width: 100%;
}

#primarycontent
{
margin: 1.5em 25.0em 0em 0em;
}

#secondarycontent
{
height:auto;
margin-top: 1.5em;
float: right;
width: 21.0em;
padding-bottom: 6em;
}

#albumlist {
	list-style-type: none;
}
#albumlist li {
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
	font: bold 0.8em Arial, Helvetica, sans-serif;
	color: #333333;
	padding-bottom:4em;
}
#albumlist img {
	display: block;
}

#memberlist {
	list-style-type: none;
}
#memberlist li {
   	background-color: #E9EFFF;
	width: 400px;
	float: left;
	margin-right: 26px;
	margin-bottom: 15px;
	padding: 10px;
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #333333;
}
#memberlist img {
	display: block;
}

#memberlist a {
	line-height: 1.8em;
}



#footer
{
bottom:0pt;
position: absolute;
width:100%;
height: 7.0em;
clear: both;
background: #fff url('/images/border2.gif') repeat-x 0em 0em;
font-size: 0.8em;
}

#footer .left
{
position: absolute;
left: 2.0em;
bottom: 1.2em;
}

#footer .right
{
position: absolute;
right: 2.0em;
bottom: 1.2em;
}

.countrylist
{
float: left;
margin: 20px;
line-height: 140%;
}

.countrylist ul
{
list-style-type: none;
}

.sitemap {
	list-style-type: none;
   	background-color: #E9EFFF;
	margin-right: 26px;
	margin-bottom: 15px;
	padding: 10px;
	font: bold 0.9em Arial, Helvetica, sans-serif;
}

.newsdate {
	font-size: 0.9em;
	color: #338;
/*	float: right;*/
}

.google_main {
margin: 0px 15px 10px 0px;
float: left;
}

.google_main2 {
margin: 0px 0px 15px 0px;
}
