@CHARSET "ISO-8859-1";

body {
	font-family: arial, helvetica, sans-serif;
	font-size:10pt;
	margin: 0;
	padding: 1;
	background: #FFFFFF;
}

h2 {
	font-size: 14pt;
	margin-bottom: 4px;
}

h3 {
	font-size: 13pt;
	margin-bottom: 4px;
}

p {
	padding-bottom:1px;
	margin-bottom: 1px;
	padding-top: 1px;
	margin-top: 1px;
	text-align:justify;
	max-width: 740px;
}

a {
    text-decoration: 	none;
    outline: 			none;
    color:          	#83830A;
    border-bottom:   	none;
}

a:hover {
    text-decoration: none;
    border-bottom: none;
    outline:  none;
    color: #000;
}

.inner-container {
	border: 4px solid #FFFFFF;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 10px;
	width: 1080px;
	min-height: 480px;
	max-height: 100%;
	margin-top: 30px;
}

.outer-container {
	background: #FFFFFF;
	padding-bottom: 64px;
}

#img {
	position: relative;
	left: -120px;
	margin-top: -120px;
	float: right;
	filter:alpha(opacity=80);
	opacity: 0.7;
	-moz-opacity:0.7;
}

#img img {
	border: 5px solid #FFFFFF;
}

img.foaf_img {
	width: 30px;
	height: 16px;
	border: none;
	opacity: 0.7;
	-moz-opacity:0.7;
}

img.linkedin_img {
	border: none;
	opacity: 0.7;
	-moz-opacity:0.7;
}

#overall {
	position: relative;
	float: center;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}

#overall img {
	border: 3px solid #FFFFFF;
}

#menu {
	position: relative;
	text-align: left;
}

#tabs {
	list-style: none;
}

#tabs li {
	display: inline;
	text-align: center;
   	margin: 1px;
   	width: 30%;
}

#tabs a {
	background-color: #F0F0F0;
	text-align: center;
	text-decoration: none;
	color: #000000;
	padding:  10px 20px 0 0;
	outline: none;
}

#tabs a.active-tab {
	text-align: center;
	background-color: #0e0e0e;
	color: #DCDCDC;
}

.panel {
	position: relative;
	margin-left: 40px;
	margin-top: 60px;
	min-width: 500px;
	max-width: 100%;
	color: black;
}

.panel.active-tab-body {
	display: block;
}

table {
	font-size:100%;
	text-align: left;
}

tr {
	vertical-align: top;	
}

.date {
	color:#888888;
}

.inst {
	font-variant:small-caps;
}

.address  {
}

.section-heading {
	
	font-weight:bold;
	width:10em;
}

.content-heading {
	width: 600px;
}

#footer{
	height: 40px;
}

