/*************************************************
 CSS for Budy Harnata's CV page
 (C) Budy Harnata 1997 - 2004 all rights reserved 
*************************************************/

body {
	background-color: #FFFFFF;
	margin: 20px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 10px;
	margin: 0px;
}

p {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 20px;
	letter-spacing: 1px;
	margin: 0px;
	padding: 10px 10px 0px 10px;
	word-spacing: 2px;
}

a {
	color: #000099;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

div h3 {
	border: 1px solid black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px 10px 0px 10px;
	padding: 10px 10px 10px 10px;	
	word-spacing: 3px;
}

ol, ul{
	margin-bottom: 20px;
	margin-top: 0px;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 20px;
	padding: 10px 10px 0px 10px;
	word-spacing: 2px;
}


/*************************
   CUSTOM CLASS
*************************/
/* Links to various sections */
.linksToSections {
	padding: 0px 10px 10px 0px;
	padding-left: 0px;
	width: 95%;
	margin-top: 0px;
}

.h1Box {
	background-color: #E3C4AC;
	border: 1px solid #660000;
	padding: 10px;
	width: 95%;
}

p.generalMenu {
	background-color:  #E3C4AC;
	text-align: right;
	font-size: 10px;
	letter-spacing: -1px;
	margin-top: -30px;
	float: right;
}

.sectionBox {
}

.sectionTitle {
	margin-top: 30px;
	width: 95%;
}

.sectionTitle h2 {
	border-bottom : 1px solid #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
	margin : 0px;
	padding: 0px 0px 26px 10px;
}

.sectionMenu {
	width: 95%;
	border-left: 1px solid #660000;
	border-right: 1px solid #660000;
	clear: both;
	text-align: right;
	padding: 0px;
	padding-bottom: 10px;
}

.sectionMenuBottom {
	border-bottom : 1px solid #660000;
}

.sectionContent {
	border : 1px solid #660000;
	border-top : none;
	clear : both;
	padding: 0px 0px 10px 0px;
	width: 95%;
}

.tab {
	background : #ffffff;
	border : 1px solid #660000;
	border-bottom : 1px solid #fff;
	float : left;
	line-height : 21px;
	margin-right : 8px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
}

.copyrightNotice {
	font-size: 9px;
	letter-spacing: 0px;
}

.backToTop {
}