body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

#employee {
	width: 465px;
	background-color:#FFFFFF;
}

#register {
	width: 465px;
	/*height: 240px;*/
	min-height:800px;
	height:100%;
	background-color:#FFFFFF;
}

#register p {
	color: #000000;
	margin-left: 25px;
}

#register table {
	margin-left: 40px;
}

#register table th {
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 10px;
}

#register table td {
	padding-bottom: 10px;
	vertical-align:top;
}

span.required, p.required {
	color: #FF0000;
	font-weight: bold;
}


#register h1 {
	color: #690400;
	font-size: 18px;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 20px;
}

#employeepic {
	width: 170px;
	float: left;
}

#employeepic img {
	margin-bottom: 20px;
	margin-left: 10px;
	margin-top:5px;
}

#employeepic img.email {
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom:0px;
	margin-top: -6px;
	float:left;
}

#employeepic img.linked {
	margin-right: 0px;
	margin-left: -1px;
	margin-bottom:0px;
	margin-top: 7px;
}

#employeepic p {
	color: #666666;
	margin-left: 12px;
}

#employeecontent {
	width: 245px;
	padding-left: 5px;
	margin-left: 170px;
	padding-right: 10px;
	margin-top: 15px;
}

#employeecontent h3 {
	font-weight: bold;
	font-size: 11px;
}

#employeecontent .subtitle {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	margin-left: 0px;
}

#employeecontent p {
	color: #666666;
	line-height: 20px;
}

#employeepic a {
	color: #007b8c; /*elite green*/
	text-decoration: none;
	font-weight:bold;
	margin-left:10px;
}

#employeepic a:hover {
	color: #007b8c; /*elite green*/
	text-decoration: underline;
	font-weight:bold;
	margin-left:10px;
}