@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	list-style-type: lower-alpha;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 748px;
} 
.twoColFixLtHdr #header {
	background: #333333;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 194px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 322px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF;
	height: 536px;
	padding: 0;
}
.twoColFixLtHdr #sidebarTxt {
	float: left; /* since this element is floated, a width must be given */
	width: 302px;
	height: 536px;
	margin-right: 20px;
	background-color: #CCC;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 536px
} 
.twoColFixLtHdr #scroll {
	width: 438px;
	height: 180px;
	overflow: auto;
} 
.twoColFixLtHdr #scroll160{
	width: 438px;
	height: 160px;
	overflow: auto;
} 
.twoColFixLtHdr #scroll145{
	width: 438px;
	height: 145px;
	overflow: auto;
} 
.twoColFixLtHdr #scroll203{
	width: 438px;
	height: 203px;
	overflow: auto;
} 
.twoColFixLtHdr #scroll60{
	width: 438px;
	height: 58px;
	overflow: auto;
} 
.twoColFixLtHdr #scroll65{
	width: 438px;
	height: 67px;
	overflow: auto;
} 
.twoColFixLtHdr #scroll110{
	width: 438px;
	height: 108px;
	overflow: auto;
} 
.twoColFixLtHdr #scroll88{
	width: 438px;
	height: 88px;
	overflow: auto;
} 
.twoColFixLtHdr #scroll450{
	width: 438px;
	height: 450px;
	overflow: auto;
} 
.twoColFixLtHdr #scroll400{
	width: 438px;
	height: 400px;
	overflow: auto;
}
.twoColFixLtHdr #scroll280{
	width: 438px;
	height: 280px;
	overflow: auto;
}
.twoColFixLtHdr #scroll210_tab{
	width: 428px;
	height: 210px;
	overflow: auto;
} 
.twoColFixLtHdr #scroll400_tab{
	width: 428px;
	height: 400px;
	overflow: auto;
} 
.twoColFixLtHdr #scroll168_tab{
	width: 428px;
	height: 168px;
	overflow: auto;
} 
.twoColFixLtHdr #scrollNews{
	width: 438px;
	height: 210px;
	overflow: auto;
} 
.twoColFixLtHdr #scrollNews1{
	width: 438px;
	height: 294px;
	overflow: auto;
} 
.twoColFixLtHdr #scrollSidebar{
	width: auto;
	height: 460px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: auto;
} 
.twoColFixLtHdr #search {
	margin-top: 2px;
	color: #F60
} 
input[type=text] {
	color: #333;
	font-size: 10px;
	width: 111px;
}
input[type=password] {
	color: #333;
	font-size: 10px;
	width: 111px;
}
select {
	color: #333;
	font-size: 10px;
	width: 100px;
}
#inputContact input[type=text]  {
	width: 100px;
}
#inputContact input[type=password]  {
	width: 100px;
}
#inputContact p {
	padding-right: 0px;
}
.twoColFixLtHdr #search input[type=submit] {
	color: #333;
	font-size: 10px;
	width: 30px;
}
.twoColFixLtHdr #ulBody {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.twoColFixLtHdr #ulBody ul {
	list-style: url(none) none;
	width: 410px;
}
.twoColFixLtHdr #ulBody li {
	background:#CCC;
	height: auto;
	margin-left: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 3px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}
input[type=submit] {
	color: #333;
	font-size: 10px;
}
input[type=reset] {
	color: #333;
	font-size: 10px;
}
textarea {
	color: #333;
	font-size: 12px;
	width: 98%;
}
.twoColFixLtHdr #footer {
	padding: 10px 0 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333333;
	height: 80px;
	width: 760px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #footer a {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover {
	text-decoration: none;
	background-color: #666;
}
h1 {
	font-family: "Arial Narrow", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: normal;
	padding: 10pt 0pt 8pt 0pt;
	color: #666;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #666;
	padding-bottom: 3px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #666;
	padding-bottom: 3px;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-right: 20px;
	color: #333;
	padding-bottom: 3px;
}
li.copy {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-right: 20px;
	color: #333;
	padding-bottom: 3px;
	list-style-type: disc;
}
ul.copy {
	list-style-type: disc;
	margin: 15px
}
#table p {
	padding-right: 0px;
}
.navDesc {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-right: 20px;
	color: #FFF;
	padding-bottom: 3px;
}
.navSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-right: 0px;
	color: #FFF;
	padding-bottom: 0px;
}
.tableHead {
	font-weight: bold;
	color: #333;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-top: 1px;
}
.tableContent {
	font-weight: bold;
	color: #333;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-top: 1px;
}
hr {
	height: 1px;
	background: #999;
	margin: 10pt 20pt 0pt 0pt;
	border: 0pt;
}
.date {
	color: #F60;
	padding-bottom: 3px;
	padding-top: 12px
}
a {
	color: #F60;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #F60;
}
.picborder {
	border: 1px solid #CCC;
	margin-top: 3px;
}
.h1PageTitle {
	padding-top: 18pt;
	padding-right: 0pt;
	padding-bottom: 8pt;
	padding-left: 0pt;
}
.dateItem1 {
	color: #F60;
	padding-bottom: 3px;
	padding-top: 0px
}
.required {
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #F60;
	border-left-color: #CCC;
}
#HeaderPrint {
	display: none;
}
.quote {
	margin-top: 10px;
	margin-bottom: 3px;
	padding-top: 10px;
	padding-bottom: 12px;
	font-size: 14px;
	color: #666;
	font-style: italic;
}
.quoteNoMargin {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	color: #666;
	font-style: italic;
}
.quoteBy {
	color: #F60;
	padding-bottom: 18px;
	text-align: right;
}
ol {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	padding-left: 24px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.secure {
	list-style-image: url(images/secure.gif);
}
#listbutton{
	border:0;
	padding: 0px;
	background-color:#FFF;
	width: 60px;
	font-size: 10px;
	color: #ff6600;
	text-align:right;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
}

.expandhighlight, .expandhighlight a{
color:red;
}
.twoColFixLtHdr #front {
	position: relative; 
	top:0; 
	z-index:99;
}
/* credits: www.freecssmenus.co.uk */
#world {
	padding: 0px;
	width: 425px;
	height: 194px;
	margin: 0px auto;
	position: relative;
	border: 0;
	background-color: #FFF;
	background-image: url(images/worldmap590z.jpg);
	background-repeat: no-repeat;
}
#world li {padding: 0px;
display: block;
margin:0px;
}
#world a {display: block;
text-indent: 0px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
}
#na{position:relative;
left:20px;
top:10px;
width: 140px;
height: 130px }
#na a{text-indent: -10px;
line-height: 120px;
left:0px;
top:0px;
width: 200px;
height: 130px;
display: block;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333;
}
#na a:hover{
	width: 230px;
	height: 144px;
	background-image:url(images/n_america820z.jpg);
	background-repeat: no-repeat;
	background-position: -13px -10px;
	background-color: transparent;
}
#sa{
	position:absolute;
	left:108px;
	top:115px;
	width: 70px;
	height: 95px
}
#sa a{text-indent: -90px;
line-height: 75px;
width: 70px;
height: 95px;
display: block;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333;
}
#sa a:hover{ width: 70px;
height: 95px;
background-image:url(images/s_america871z.jpg);
background-repeat: no-repeat;
background-position: 2px -2px;
	background-color: transparent;
}
#eu{
	position:absolute;
	left:185px;
	top:9px;
	width: 82px;
	height: 78px
}
#eu a{text-indent: 8px;
line-height: 33px;
width: 80px;
height: 95px;
display: block;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333;
}
#eu a:hover{ width: 110px;
height: 95px;
background-image:url(images/europe156z.jpg);
background-repeat: no-repeat;
background-position: 4px 6px;
	background-color: transparent;
}
#au{
	position:absolute;
	left:246px;
	top:-2px;
	width: 224px;
	height: 166px
}
#au a{text-indent: 40px;
line-height:140px;
width: 224px;
height: 166px;
display: block;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333;
}
#au a:hover{ width: 224px;
height: 172px;
background-image:url(images/asia581z.jpg);
background-repeat: no-repeat;
background-position: 1px 17px;
	background-color: transparent;
}
#af{
	position:absolute;
	left:182px;
	top:82px;
	width: 96px;
	height: 100px;
}
#af a{text-indent: 15px;
line-height:50px;
width: 96px;
height: 100px;
display: block;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333;
}
#af a:hover{width: 96px;
height: 100px;
background-image:url(images/africa552z.jpg);
background-repeat: no-repeat;
background-position: 1px -1px;
	background-color: transparent;
}
#mle{
	position:absolute;
	z-index:1000;
	left:239px;
	top:76px;
	width: 80px;
	height: 50px;
}
#mle a{text-indent: 2px;
line-height:33px;
width: 80px;
height: 50px;
display: block;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333;
}
#mle a:hover{width: 80px;
height: 50px;
background-image:url(images/middleeast766z.jpg);
background-repeat: no-repeat;
background-position: 0px 1px;
	background-color: transparent;
}
#oz{
	position:absolute;
	z-index:1200;
	left:320px;
	top:132px;
	width: 108px;
	height: 62px;
}
#oz a{text-indent: 8px;
line-height:99px;
width: 108px;
height: 62px;
display: block;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333;
}
#oz a:hover{width: 108px;
height: 62px;
background-image:url(images/australasia228z.jpg);
background-repeat: no-repeat;
background-position: 6px -2px;
	background-color: transparent;
}
