﻿body 
{
	text-align: center;
    margin: 0px 0px 0px 0px;
	min-width: 760px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	background-color: White;
}

.pagename
{
	margin-top: 40px;
	padding-bottom: 5px;
	font-size: 14pt;
}

.mainHeader
{
	font-family: "Courier New", Courier, monospace;
	font-size: 16pt;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: Black;
	border-width:1px;
	border-style:dashed;
	border-color:#c5c7d6;
	background-color:#dee0e9;
}

.header2
{
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: 900;
}

.header3 
{
	padding-top: 15px;
	padding-bottom: 1px;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#c5c7d6;
	margin-bottom:10px;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 760px;
}

#header {
	margin: 0 0 15px 0;
}

#side-a {
	float: left;
	width: 150px;
}

#side-b {
	float: right;
	width: 150px;
}

#content { 
	float: left;
	width: 80%;
}

#footer {
	clear: both;
	font-size: 8pt;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 80%;
}

.bookimage {
	float: left;
	width: 90px;
}

.bookcontent { 
	float: left;
	width: 80%;
}

.bookfooter {
	clear: both;
	padding-bottom: 15px;
}

.cvleft {
	float: left;
	width: 105px;
}

.cvcontent { 
	float: left;
	width: 82%;
}

.cvfooter {
	clear: both;
	padding-bottom: 3px;
}

.entry
{
	background-color:#f2f2f6;
	padding:2px;
	border-width:1px;
	border-style:dashed;
	border-color:#c5c7d6;
}

#tabheader 
{
    float:left;
    width:100%;
    background:url("../images/stab_bg.gif") repeat-x bottom;
    font-size:93%;
    line-height:normal;
}

#tabheader ul 
{
    margin:0;
    padding:0px 10px 0;
    list-style:none;
}

#tabheader li 
{
    float:left;
	background:url("../images/stab-right2.gif") no-repeat right top;    
	margin:0;
    padding:0;
}

#tabheader .inactive:hover
{
    background-image:url("../images/stab-hover-right2.gif");
}

#tabheader a 
{
    display:block;
    background:url("../images/stab-left2.gif") no-repeat left top;
	padding:5px 15px 4px;
    color: Black;
 	font-family: Verdana, Arial, sans-serif;
   text-decoration: none;
    font-weight:bold;
}

#tabheader a:hover 
{
    background-image:url("../images/stab-hover-left2.gif");
}
	
#tabheader .current 
{
    background-image:url("../images/stab-active-right2.gif");
}

#tabheader .current a 
{
    background-image:url("../images/stab-active-left2.gif");
    padding-bottom:5px;
}

.mainPanel
{
	border:1px solid #b3b7cb;
	border-top:0;
	padding:8px;
	background-color:#ffffff;
}
