/* CSS Document */

html { min-height: 100%; margin-bottom: 1px; }

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	padding:0;
	margin:0;
	margin-top:15px;
	}
	
* html body {
	font-size:x-small; /* for IE5/Win */
	f\ont-size:80%; /* all other IE Versions */
	}
	
div#header_block {
	float:left;
	width:100%;
	background-color:#3E4241;
	}

div#header {
	margin-left:auto; 
	margin-right:auto;
	width:820px;
	}
	
div#nav_block {
	float:left;
	width:100%;
	/* background-color:#728F23; */
	background-color:#6a7f10;
	}

div#navigation {
	margin-left:auto; 
	margin-right:auto;
	width:80%;
	}
	
div#navigation ul.level1 li.submenu:hover ul.level2 { display:block; z-index:300; }
	
div#navigation ul {
	float:left;
	padding:0;
	margin:0;
	z-index:300;
	}
	
div#navigation li {
	position:relative;
	float:left;
	list-style-type:none;
	margin:0;
	font-weight:bold;
	z-index:300;
	}
	
div#navigation li a { display: block; padding:6px 20px; color:#ffffff; text-decoration:none; z-index:300; }
div#navigation li a:hover { border:2px solid #ffffff; text-decoration:none; z-index:300; padding:2px 18px; margin-top:2px; }

div#navigation ul.level2 { top: 27px; left: -1px; }

div#navigation ul ul {
	position: absolute;
	width: 190px;
	display: none;
	border: 1px solid #BDBDBD;
	background-color:#F0F4F4;
	filter:alpha(opacity=96);   /* Internet Explorer       */
	-moz-opacity:0.96;           /* Mozilla 1.6 and below   */
	opacity: 0.96;               /* newer Mozilla and CSS-3 */
	z-index:300;
	}

div#navigation ul ul li { 
	font-size:100%;
	width:190px;
	margin-right:-1px;
	height:100%;
	border:0;
	z-index:300;
	}

div#navigation ul.level2 a { 
	color:#858585;
	margin-top:2px;
	padding:6px 20px;
	z-index:300;
	}

div#navigation ul.level2 a:hover { 
	color:#ffffff;
	background-color:#3E4241;
	border:0;
	padding:6px 20px;
	z-index:300;
	}
	
div#main {
	float:left;
	width:100%;
	}
	
div#center {
	margin-left:auto; 
	margin-right:auto;
	width:80%;
	}
	
div#left_content {
	float:left;
	width:60%;
	padding:15px 12px;
	}

div#subpage_left_content {
	float:left;
	width:60%;
	padding:15px 12px 15px 20px;
	}
	
div#subpage_left_content h1 {  }
div#subpage_left_content p { color:#333333; line-height:140%; font-size:110% }
div#subpage_left_content p.footnote { color:#333333; line-height:100%; font-size:90% }
div#subpage_left_content ul { color:#333333; line-height:140%; font-size:110%; border-left:4px solid #FF6600; padding-right:5px; }
div#subpage_left_content li { padding:5px 0; }

div#subpage_left_content table.experience {
	border:1px solid #333333;
	}

div#subpage_left_content table.experience tr.alt {
	background-color:#f5f5f5;
	}
	
div#subpage_left_content table.experience th {
	background-color:#333333;
	color:#ffffff;
	padding:4px 0;
	}

div#subpage_left_content table.experience td {
	border-right:1px dotted #333333;
	padding:8px 6px;
	}
	
div#subpage_left_content table.experience td.right {
	border-right:0;
	}
	
div#right_content {
	float:left;
	width:200px;
	padding-top:20px;
	}
	
div#subpage_right_content {
	float:left;
	width:270px;
	padding-top:80px;
	}
	
div#right_content h1 { font-size:110%; border-top:4px solid #333333; border-bottom:1px dotted #333333; font-weight:normal; padding:6px 5px; margin-bottom:2px }
div#right_content p { color:#333333; padding:5px 5px; font-size:90%; line-height:140%; margin:0 }
div#right_content span { color:#666666; }

div#subpage_right_content img { border:0 }