/* Import generic content styles */
body
{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 80%;
	color: #036;
	margin: 0;
	padding: 0;
	background-color: white;
}
html>body	{ font-size: 13px; }

#header
{
	background: #CDE url("images/header_bkg.gif") repeat-x;
	border-bottom: 1px solid #9AB;
}
#header h1
{
	margin: 0;
	text-align: center;
	font-size: 175%;
	padding: 0.1em 0.25em;
	border-bottom: 2px solid #BCD;
}

#content	{ margin: 16px 24px 32px; }

#footer
{
	border-top: 2px dotted #CDE;
	text-align: center;
	font-size: 90%;
	color: #357;
}
.prodev_logo		{ vertical-align: text-bottom; line-height: 22px; margin: 0 4px; }
.prodev_logo img	{ vertical-align: middle; border: 0; }
