body
{
	background-color: #FFF;
	/*background-image: url('../images/bg_chart4.jpg');*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	text-align: center;

	margin: 0;
	padding: 0; 
}
.wrapper
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 640;
}
#myPhotoFancy
{
	padding-top: 5px;
	float: left;
}
#MyPhotoPro
{
	display: none;
}
#myInfo
{
	padding-top: 5px;
	float: right;
	text-align: right;
}
#myInfo h1
{
	font-size: 16pt;
	padding-top: 25px;
	padding-bottom: 0px;
}
#myInfo hr
{
	width: 200px;
	color: black;
	margin-top: -15px;
	margin-bottom: 0px;
	_margin-top: -25px;
}
#myInfo address
{
	font-style: normal;
	_margin-top: -30px;
}
.bod
{
	padding-top: 215px;
}
.bod h2
{
	font-size: 14pt;
	font-weight: bolder;
	margin-bottom: -5px;
}
.bod hr
{
	color: black;
}
.bod ul
{
	margin-top: -1px;
}
.bod #job
{
	width: 100%;
	font-weight: bold;
}
.bod #fullWidth
{
	width: 100%;
}
.bod #right
{
	text-align: right;
}

/*links*/
.tools
{
	width: 400px;
	height: 22px;
	position: fixed;
	display: block;
	top: 15px;
	left: 400px;
	background-color: #CCC;
	border-color: #000;
	border-style: groove;
	border-width: 1px;
}
.tools li
{
	height: 22px;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}

.tools a:link
{
	color: #000;
}
.tools a:visited
{
	color: #F00;
}
.tools a:hover
{
	color: #F00;
}
.tools a:active 
{
	color: #F00;
}


/*printing*/
#pageBreak
{
	page-break-after: always;
}
#print
{
	display: none;
}