@CHARSET "UTF-8";

html {
  height: 100%;
}
body {
	margin: 10px 0;
	font-size: 12px;
	line-height: 1.4em;
	color: #000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
body.live {
	background-color: #FFFFFF;
}

td {
	font-size: inherit;
	color: inherit;
	font-family: inherit; 
	vertical-align: top;
}
form {
  margin: 0px;
	padding: 0px;
}
a, a:visited {
  color: #003366;
	text-decoration: underline;
}
a.invisibleLink {
  text-decoration: none;
	color: inherit;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1.15em;
}
.small {
  font-size: 11px;
}
.footnote {
  font-size: 11px;
	margin: 5px 0 10px 0;
}
.error { /* used for span and div */
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2em;
	color: #cc0000;
}
div.error {
  background: #ffcc99;
	border: 1px dashed #cc0000;
	line-height: 1.4em;
	padding: 5px;
	margin-top: 5px; margin-bottom: 5px;
}
.message {
	padding: 5px;
	margin: 10px 0 20px 0;
	border: 1px dashed #003399;
  background: #ccccff;
	line-height: 1.4em;
	font-size: 11px;
	font-weight: bold;
	color: #003399;
}
.note {
  color: #0033ff;
	font-size: 11px; 
}


.clearer {
  clear: both; 
	height: 0px;
	overflow: hidden;
} 
div.shitIE {
  font-size: 0.01em;
}



/*  ************************************************************************ 
 *   LAYOUT ELEMENTS      
 *  ************************************************************************ */
#frame {
  width: 900px;
	padding: 0;
	margin: 0 10px;
}

/* #header  */
#header {
  height: 100px;
	border-bottom: 1px solid #999999;
	margin-bottom: 20px;
}
#header .top .left { /* the logo */
  float: left;
  width: 450px;
	padding: 0;
}
#header .top .left .subtitle {
	padding: 0 0 0 20px;
	font-size: 12px;
	letter-spacing: 0.1em;
	font-family: Garamond, Times New Roman, serif;
	color: #003366; /*#002469;*/
}
#header .top .right { /* langNav and claim */
  float: left;
  width: 450px;
	text-align: right;
}
#header .top .right .langNav {
  height: 11px;
} 
#header .top .right h3 {
	padding: 34px 0 0 0;
	font-size: 16px;
	line-height: 1em;
	letter-spacing: 0.1em;
	font-family: Garamond, Times New Roman, serif;
	color: #003366; /*#002469;*/
}
#header .bottom {
  margin-top: -10px;
	text-align: right;
	font-size: 11px;
}
#header .bottom a, #header .bottom a:visited {
  font-weight: normal;
	text-decoration: none;
}

#mainArea {
	
}

#leftCol {
  float: left;
  width: 230px;
	padding: 0 20px 20px 0;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 210px;
}
html>body #leftCol {
	width: 210px;
}
#mainCol {
  float: left;
	margin-left: 10px;
  width: 660px;
	/*background: #99cc66;*/
}

#content .subLeftCol, #content .subRightCol  {
  float: left;
	width: 320px;
}
#content .subLeftCol {
  margin-right: 20px;
}
#content.twoColGrey .subLeftCol, #content.twoColGrey .subRightCol  {
	width: 320px;
	border: 1px dotted #003366;
	padding: 5px 29px;
	background: #E5E5E5;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 260px;
}
html>body #content.twoColGrey .subLeftCol {
	width: 260px;
}




#footer {
  border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 3px;
	text-align: center;
	font-size: 11px;
	color: #999999;
}
#footer a, #footer a:visited {
  color: #999999;
	text-decoration: none;
}
#footer a:hover {
  color: #666666;
	text-decoration: underline;
}


/* ***************************************************************** *
 *   NAVIGATION ELEMENTS 
 * ***************************************************************** */
/* #mainNavi 
   available width: 210px  */
ul#mainNavi {
  margin: 0 0 35px 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #999999;
}
ul#mainNavi li {
  padding: 0;
	margin: 0;
	border-bottom: 1px solid #999999;
}
#mainNavi a, #mainNavi a:visited {
  display: block;
  padding: 3px 0 3px 20px;
	color: #000000;
	text-decoration: none;
}
#mainNavi a:hover {
  background: #CCCCCC;
	padding-left: 24px;
	font-weight: bold;
}
#mainNavi a.active {
  background: #CCCCCC;
	font-weight: bold;
}
ul#mainNavi ul.subNavi {
  list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}
ul#mainNavi ul.subNavi li {
  border: 0;
	font-size: 11px;
}
#mainNavi ul.subNavi li a {
  padding-left: 14px;
	font-size: 11px;
	font-weight: normal;
}
#mainNavi ul.subNavi li a.active {
  background: url(/images/bullet_small.gif) 4px 10px no-repeat; 
}
#mainNavi ul.subNavi li a:hover {
	background-color: #E5E5E5;
}



#breadCrumb {
  margin: 2px 0 5px 0;
  color: #333333;
  font-size: 11px;
}

