
html {
	height:100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #6c3b26;
	background-color: #E2E2D2;
	text-align:center;
	height: 100%;
}

#container {
	width: 720px;
	margin: 0px auto;
	background-color: #FFF;
	text-align:left;}

#frame {
	height: 100%;
	margin: 0px 10px;
	background-color: #f0f6fc;}



#content {
	position: relative;
}


#mainCopy {
	float: left;
	padding:0px 20px 20px 20px;
	}


#header {
	height: 220px;	
	margin-top:0px;
	background-repeat:no-repeat;
	background-position: 0px 0px;}
	


#logo{
	margin: 0px;
	padding: 5px 0px 0px 30px;
}



#quote{
	background: url(../images/quote.gif) no-repeat top left; 
	padding:8px 30px;
	font-style: italic;
	font-size:1.2em;}
	
#quote p{text-align:right;font-size:.8em;color:#527aa6;}	

#language{text-align:right;padding:0px;margin:5px;float:right;}


 ul#navlist{
margin: 5px 0px 0px 0px;
position: relative;
right:5px;
top:-60px;
padding: 5px 0px 0px 0px;
text-align:right;}

#navlist li{
display: inline;
list-style-type: none;
}

#navlist a { 
	padding: 10px 10px 10px 10px; }

#navlist a:link, #navlist a:visited
{
background-image:url(../images/index_nav.jpg);
	text-decoration:none;
	font-size:14px;
	color: #6c3b26;
}

#navlist a:hover
{
background-image:url(../images/index_nav_over.jpg);	
	text-decoration:none;
	font-size:14px;
	color: #6c3b26;
}	






#footerMargin {
	background-color: #FFF;
	height:10px;
	clear: both;
}


#footer {
	
	margin: 0px;
	padding: 5px 10px 5px 20px;
	background-color: #85662f;
	color:#FFFFFF;
}




/* --------------------------------------------------------------------- */
/*typography*/

a {
	text-decoration: none;
	color: #000;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul {
	/*list-style: none;*/
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
li {
	font-size: 1.0em;
	line-height: 1.8em;
	}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 0.0em 0em 2em 0em;
	}
li > p {
	margin-top: 0.2em;
	}
strong, b {
	font-weight: bold;
	}
em, i {
	font-style: italic;
}

/* --------------------------------------------------------------------- */
/* classes */





#rates {
	
	}
	
#rates td {
	font-size: 10px;
	padding: 10px 10px 10px 10px;
	border: #E2E2D2 solid 1px;
	text-align:center;
	}
	
#rates td.top {
	font-size: 11px;
	padding: 10px 10px 10px 10px;
	border: #E2E2D2 solid 1px;
	background: #E2E2D2;
	}
