body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}


/* Main Layout*/
#container {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 785px;
}

#header {
	background: #FFFFFF;
	margin-bottom: 25px;
	/*height: 345px;*/
}

#columnLeft {
	float:left;
	width: 190px;
}

#columnMain {
	float: right;
	width: 355px;
}

#columnMain h2{
	height: 20px;
}


#columnMain ul, #columnMain ol{
	margin: 4px 0px 4px 20px;
}

#columnMain ul li{
	list-style-type: square;
}

#columnRight {
	float: right;
	width: 186px;
}

#wrapper {
	float: left;
	width: 570px;
}

#footer {
	clear:both;
	padding-top: 20px;	
}


/* Header */
/* Header Top*/

#headerTop {
	padding: 10px 0 0 30px;
	height: 38px;
	font-size: 10px;
}

#headerTop #logo {
	float: left;
	width: 139px;
	height: 26px;
	background: url(../img/logo.gif) top left no-repeat;	
}

#headerTop #headerNavi {
	float: right;
	width: 303px;
}

#headerTop #headerLinks {
	float: right;
	height: 16px;
	width: 186px;
	padding: 22px 0 0 4px;
	background: url(../img/bgPattern.gif) repeat;
	color: #FFFFFF;
}

#headerTop #headerLinks a,
#headerTop #headerLinks a:link,
#headerTop #headerLinks a:visited,
#headerTop #headerLinks a:active
{
	color: #FFFFFF;
	text-decoration: none;
}

#headerTop #headerLinks a:hover {
	text-decoration: underline;
}

#headerTop #headerLanguage {
	float:left;
	padding: 22px 0 0 0px;
}

#headerTop #headerLanguage a,
#headerTop #headerLanguage a:link,
#headerTop #headerLanguage a:visited,
#headerTop #headerLanguage a:active
{
	color: #000000;
	text-decoration: none;
}

#headerTop #headerLanguage a:hover {
	text-decoration: underline;
}


/* Header Middle*/
#header #headerMiddle {
	/*height: 220px;*/
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background: url(../img/bgPattern.gif) repeat;
	padding-bottom: 10px;
}

#headerMiddle #flash {
	background: #CCCCCC;
	margin: 10px 0 0 0;
	height: 200px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#headerMiddle img {
	margin: 10px 0 0 0;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}


/* Header Bottom*/
#headerBottom {	
	height: 38px;
}

#headerBottom #titleText {
	float: left;
	font-size: 19px;
	font-weight: bold;
	padding: 5px 0 0 25px;
}

#headerBottom #countrySelect {
	float: right;
	width: 186px;
	height: 38px;
	background: url(../img/bgPattern.gif) repeat;
}

#headerBottom #countrySelect form {
	margin: 10px 0 0 6px;;
}

#headerBottom #countrySelect #searchSubmit {
	float: right;
	margin-right: 6px;
	border:1px solid #000000;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;	
	height: 18px;
	width: 25px;
	background: #D8DADC;
}

#headerBottom #countrySelect input, 
#headerBottom #countrySelect select {	
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#headerBottom #countrySelect select {
	float: left;
	width: 130px;
}


/* Footer */

#footer #icons {	
	width: 570px;
}

#footer #icons a {
	float: right;
	margin-right: 1px;
}

#footer #footerBar {
	clear: both;
	border-top: 1px solid #000000;
	height: 35px;	
}

#footer #footerBar #copyright{
	float: left;
	padding: 5px 0 0 30px;
}

#copyright a{
 	text-decoration: none; 
}

#footer #footerBar #colorBlock {
	float: right;
	width: 186px;
	height: 20px;
	background: url(../img/bgPattern.gif) repeat;
	margin-top: 1px;
}


/* Links */

a, a:link, a:visited, a:active {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #E17D23;
}