body{
	background-color:#FFFFFF;
}

h1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-align: left;
    color: Gray;
}

h2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    text-align: left;
    color: Gray;
}

p.footnote
{
	border-top:1px solid #999;
	font-size:8pt;
    color: Gray;
	margin-top:3em;
	padding:0 0 5px 0;
}

.cv_pic_emply
{
	position:absolute;
	left:240px;
	top:220px;
}

#jobposting
{
	position:absolute;
	top:170px;
	left: 420px;
	width:375px;
	background-color:#eee;
	height:400px;
	margin:0;
	color:#666;
	overflow:auto;
	padding:1em;
}


#white_box
{
	position:absolute;
	top:220px;
	left: 435px;
	width:365px;
	background-color:#eee;
	height:400px;
	margin:0;
	color:#666;
	overflow:auto;
	padding:1em 1em 0 1em;
}

#job_description
{
	width:475px;
	margin:2em;
}

#job_description h1 
{
	margin:0 0 1em 0;
	padding:0;
}

#job_description h2
{
	padding:0;
	margin:2em 0 0 0;
}

#job_description div
{
	margin:.5em 0 1.25em 21px;
}

#job_description p
{
	margin:.5em 0 1.25em 21px;
}

#job_description ul
{
	margin:.5em 0 1.25em 42px;
	padding:0;
}

#job_description ul li
{
	list-style-image: url(../images/bullet_5px_white.png);
}

#job_description ol
{
	margin-left:48px;
	padding:0;
}

#job_description ol li{
	list-style:decimal;
}


