body
{
	font-family: "Helvetica", sans-serif;
	font-size: 10pt;
	background-color: #606060;
	color: #505050;
	text-align: center;
}

img
{
	border: 0;
}


#blakecontainer
{
	margin-left: auto;
	margin-right: auto;
	width: 810px;
	min-height: 600px;
	text-align: left;
	background-color: white;
	padding: 10px;
}
.pageheading
{
	font-family: "Helvetica",sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

.blogtitle
{
	font-family: "Helvetica",sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #505050;
	text-decoration: none;
}

a.blogtitle
{
	font-family: "Helvetica",sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #505050;
	text-decoration: none;
}


.resumeheading
{
	font-weight: bold;
	text-decoration: underline;
}

.msg
{
	display: none;
}

.blakebanner
{
	position: relative;
	left: 5px;
	top: 5px;
}

.leftheadshots
{
	border-width: 0;
	float: left;
	position: relative;
	left: 5px;
	top: 10px;
	width: 205px;
}

.rightcontent
{
	border-width: 0;
	position: relative;
	top: 10px;
	width: 572px;
	margin-left: 215px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.printonly
{
	display: none;
}

.dontprint
{
	display: inline;
}

.resumeprintmsg
{
	display: inline;
	text-align: center;
	font-style: italic;
	font-size: 8pt;
}

@media print
{
	body
	{
		background-color: white;
		color: black;
		font-size: 10pt;
		widows: 3;
	}

	td
	{
		font-size: 9pt;
		padding: 1px;
	}

	.pageheading
	{
		font-size: 14pt;
	}

	.blogtitle
	{
		font-size: 14pt;
		color: black;
	}

	.leftheadshots
	{
		display: none;
	}

	.blakebanner
	{
		width: 6.914in;
		height: 1in;
		/*
   		width: 6.944in;
		height: 1.181in;
		*/
	}

	.rightcontent
	{
		position: relative;
		top: 10px;
		width: auto;
		margin-left: 5px;
		text-align: justify;
	}

	.printonly
	{
		display: inline;
	}

	.dontprint
	{
		display: none;
	}

	.resumeprintmsg
	{
		display: none;
	}

	/*
	.rightcontent a:link:after, .rightcontent a:visited:after
	{
		content: " (" attr(href) ") ";
		font-size: 90%;
	}
	*/
}

