@charset "utf-8";
/* CSS Document */

html
{
	border:0;
	height:100%;
	margin:0;
	min-height:100%;
	padding:0;
}

body
{
	border:0;
	height:100%;
	margin:0;
	min-height:100%;
	padding:0;
}

#sitepath
{
	color:#373737;
	font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	margin-bottom:2;
	padding-left:5px;
	text-align:left;
	width:98%;
}

#grid
{
	font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size:15px;
	width:99%;
}

#grid .header td
{
	background-image:url(images/header-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:42px;
}

#grid .header div
{
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	height:42px;
	padding-top:10px;
}

#grid .row
{
	border-left-color:#eec7c9;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#eec7c9;
	border-right-style:solid;
	border-right-width:1px;
}

#grid .row a
{
	color:#CC0000;
	height:100%;
	text-decoration:none;
	width:100%;
}

#grid .row a:hover
{
	color:#CC0000;
	text-decoration:underline;
}

#grid .row td
{
	padding-bottom:8px;
	padding-top:8px;
}




#grid .row .left
{
	border-left-color:#eec7c9;
	border-left-style:solid;
	border-left-width:1px;
}

#grid .row .right
{
	border-right-color:#eec7c9;
	border-right-style:solid;
	border-right-width:1px;
}

#grid .footer td
{
	background-color:#d8d8d8;
	border-bottom-color:#eec7c9;
	border-bottom-style:solid;
	border-bottom-width:1px;
	font-size:12px;
	height:30px;
	padding-top:2px;
}

#grid .footer .left
{
	border-left-color:#eec7c9;
	border-left-style:solid;
	border-left-width:1px;
}

#grid .footer .right
{
	border-right-color:#eec7c9;
	border-right-style:solid;
	border-right-width:1px;
}

#doc
{
	background-image:url(images/bkgd-light.gif);
	background-position:left top;
	background-repeat:repeat;
	height:100%;
}

#doclogo
{
	text-align:center;
	width:800px;
}

#doctitle
{
	font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size:24px;
	text-align:center;
	width:800px;
}

#docsubtitle
{
	color:#e22c38;
	font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	width:800px;
}

#doccontent
{
	color:#000000;
	font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size:14px;
	width:800px;
}

#doccontent .header
{
	border-bottom-color:#666666;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	color:#CC0000;
	font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
}

