body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:Arial;
	font-size:11px;
	color:#000000;
}


.top {
	height:0;
	line-height:0;
	overflow:hidden;
	font-size:0;
	padding:0;
	display:block;
}

/******** reset **********/

/*
ul,ol {
	list-style : none;
}
*/
h1,h2,h3,h4,h5,h6,pre,code {
	font-size : 1em;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin : 0; padding : 0;
}

a img,:link img,:visited img {
	border : none;
}

a {
	color:#005097;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


select {
	border:1px solid #82c46c;
	font-family:Arial;
	font-size:12px;
}

tr {
	vertical-align:top;
}

/******************* container *******************/

div#body_container {
	width:970px;
	margin:0px auto;
	text-align:left;
	overflow:hidden;
	background:#ffffff;
}

/***************** header **************************/

div#header {
	height:85px;
	background-image: url(../images/template/header_bg.gif);
	background-position:right;
	background-repeat:no-repeat;
}
	div#header_logo {
		padding:2px 0px 2px 0px;
		float:left;
		display:block;
	}

	div#header_locale_list {
		display:block;
		float:right;
		padding:60px 10px 0px 0px;
	}

	div#header_stock_quote {
		display:block;
		float:right;
		padding:45px 20px 0px 0px;
		
	}


/************************** footer *******************************/
div#footer {
	height:42px;
	width:100%;
	background-image: url(../images/template/footer_bg.gif);
	background-repeat:repeat-x;
	clear:both;
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 0px;
}

	#footer .subsidiary_logos {
		float:left;
		display:block;
		padding:7px 0px 0px 20px;
		font-family:Century Gothic;
		color:#483a28;
	}

	#footer .footer_note {
		float:right;
		display:block;
		font-size:10px;
		text-align:right;
		padding:7px 15px 0px 0px;
		color:#333333;
	}

	#footer .footer_note a {
		text-decoration:underline;
		color:#333333;
	}


/************** disclaimer text ************/
div.disclaimer_text 
{
	clear:both;
	padding:0px 10px 0px 10px;
	margin:10px 0px 0px 0px;
}

