/* html basic layout */
@charset "UTF-8";
*{
	margin:0;
	padding:0;
}

body, html{
	width:100%;
	height:100%;
	text-align:center;
}

#bodyoverall{
margin: auto;
margin-top: 10px;
width: 720px;
text-align:left;
}

.style5 {color: #000099}
.style6 {color: #ff9933}

div.bodyContainer {
display:block;
float: left;
width:720px;
margin-top: 10px;
}


body,td,th,ul,li {
font-size: 12px;
/*color: #666666;*/
font-family: /*"Trebuchet MS",*/ Arial, Verdana, sans-serif;
line-height: 16px;
_line-height: 16px;
}

ul {
margin-left: 20px;
line-height:100%;
margin-bottom: 5px
}
ul.list
{
	list-style-image: url("/images/bullet.gif") ;
	margin-left: 20px;
	line-height:100%;
	margin-bottom: 5px
}
ul.list li
{
}

img{
	border:1;
}
img.middle {
	vertical-align:middle
}

a {
	color: #000099;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* OO style set */
/*
TD P { margin-bottom: 0.21cm }
TD P.western { font-family: "Verdana", sans-serif; font-size: 8pt }
P { margin-bottom: 0.21cm }
P.western { font-family: "Verdana", sans-serif; font-size: 8pt }
H1 { margin-bottom: 0.21cm }
H1.western { font-family: "Arial", sans-serif; font-size: 12pt }
H2 { margin-bottom: 0.21cm; background: transparent }
H2.western { font-family: "Verdana", sans-serif; font-size: 10pt; font-style: normal }
H2.cjk { font-size: 10pt; font-style: italic }
H2.ctl { font-size: 10pt; font-style: italic }
H3 { margin-top: 0.49cm; margin-bottom: 0.49cm; direction: ltr; color: #000000; text-align: left; widows: 2; orphans: 2; page-break-before: auto; page-break-after: auto }
H3.western { font-family: "Verdana", sans-serif; font-size: 10pt; so-language: en-GB }
*/
TD P { margin-bottom: 0.21cm;}
P { margin-bottom: 0.21cm;}
H1 { margin-bottom: 0.21cm; font-size: 12pt }
H2 { margin-bottom: 0.21cm; background: transparent; font-size: 10pt; font-style: normal }
H2.cjk { font-size: 10pt; font-style: italic }
H2.ctl { font-size: 10pt; font-style: italic }
H3 { margin-top: 0.49cm; margin-bottom: 0.49cm; direction: ltr; color: #000000; text-align: left; widows: 2; orphans: 2; page-break-before: auto; page-break-after: auto; sans-serif; font-size: 10pt; so-language: en-GB }


/* button for the login page */
.button {
font-size: 12px;
font-family: Verdana,Helvetica,sans-serif;
padding: 1px 6px;
}
a.button {
padding: 2px 8px;
font-weight: normal;
text-decoration: none;
} 
.button, .button:focus {
color: #fff;
background: #339;
border-bottom: 1px solid #333;
border-right: 1px solid #000;
border-left: 1px solid #C4C4B8;
border-top: 1px solid #C4C4B8;
-moz-border-radius: 5px;
}
.button:hover {
    background: #66a;
}

/* menu header */
#MenuBar #last {
	margin-right: 0px;
}
#navbar {}
#navbar ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	font-weight: bolder;
	cursor: default;
	width: auto;
	font-family: Arial, Verdana, sans-serif;
	/*text-transform: uppercase;*/
	color: #000000;
}
#navbar ul.MenuBarHorizontal li 
{
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 108px;
	_width: 110px;
	float: left;
	border: 1px solid #2d2d2d;
    _margin-top:0;
	margin-right: 12px;
	margin-left: 0px;
}
#navbar ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #FFFFFF;
	color: #333333;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0.75em;
	padding-bottom: 5px;
	padding-left: 0.75em;
}
#navbar ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #FF9900;
	color: #FFFFFF;
}


/* body content */
#headerImage {
	/*width: 680px;*/
	padding-top: 0px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	clear: both;
}
#leftbar_ie  {
	width: 315px;
	_width: 330px;
	padding-right: 15px;
	/*border-right: 1px solid #666666;*/
}
#rightbar_ie  {
	border-left: 1px solid #000000;
	padding-left: 15px;
}
#rightbar_ie #top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0;
	padding-top: 0px;
	padding-bottom: 5px;
}
#rightbar_ie #middle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0;
	padding-bottom: 5px;
	padding-top: 5px;
}
#rightbar_ie #bottom {
	padding-bottom: 0px;
	padding-top: 5px;
	/*background: yellow;*/
}
#leftbar_ie #top { 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0;
	padding-top: 0px;
	padding-bottom: 5px;
}
#leftbar_ie #middle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0;
	padding-bottom: 5px;
	padding-top: 5px;
}
#leftbar_ie #bottom {
	padding-bottom: 0px;
	padding-top: 5px;
}

/* menu footer */
div.footnotes {
	float: left;
}
div.footnotes a {
	font: 11px/1 Arial, sans-serif;
	color: #888;
	text-decoration: none;
}
div.footnotes a:hover 
{
border:0px solid #333399;
text-decoration: none;
background-color: #333399;
color: #FF9933;
} 
div.footnotes .icon {
background: url(/www/extlink.gif) left center no-repeat;
padding-left: 16px;
}
div.footnotes_r {
	float: right;
	font: 11px/1 Arial, sans-serif;
	color: #888;
	text-decoration: none;
}
div.footnotes_r a {
	font: 11px/1 Arial, sans-serif;
	color: #888;
	text-decoration: none;
}
div.footnotes_r a:hover 
{
border:0px solid #333399;
text-decoration: none;
background-color: #333399;
color: #FF9933;
} 
div.footnotes_r .icon {
	background: url(images/extlink.gif) left center no-repeat;
	padding-left: 16px;
}
