/*
 * Original stylesheet by Adam Particka of http://www.principleofdesign.com
 * Stylesheet downloaded from http://www.oswd.org (Open Source Web Design)
 */
body 
 {font-family:arial, sans-serif; font-size:12px; cursor:default;
  color:#555555 bgcolor:#FFFFFF}

td
 {font-family:arial, sans-serif; font-size:12px; cursor:default;
  color:#555555}

a 
 {color:#D85D5D; text-decoration:none; font-size:14px}

a:hover
 {color:#D85D5D; text-decoration:underline}

input 
 {border-width:1; font-family:arial, sans-serif; font-size:12px;
  padding:2px; height:21px; 
  border-color:#CCCCCC; border-style:solid; 
  background-color:#F9F9F9; color:#999999}
  
div.container {
	width: 725px;
	height: auto;
	/* background: #FB7FD5;  */
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
}
div.header_logo {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	/* pandp - height: 235px;
	background: #f2fbfc;
	background-image: url(background_pink.gif);
	background-repeat: repeat-y;
	*/
}

div.side_nav
{
	width: 150px;
	float: left;
	height: 100%;
	padding: 0px;
	/* pandp = margin-left: 5px; margin-right: 5px; */
	overflow: hidden;
}
div.menu {
	width:150px;
	float:left;
	padding: 0px;
	overflow: hidden;
}
div.content {
	width: 560px;
	float: right;
	margin-top: 5px;
	margin-left: 2px;
	padding: 0px;
}

div.footer {
	width: 725px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;

}
div.content td.headline {
	font-size: 16px;
	color: #D85D5D;
	background-color: #F9F9F9;
}
div.content td.bodytext {
	line-height: 1.6em;
	color: #333333;
	text-align: justify;

}
