/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #444444;
}

img 
{
	border: 0;
}

div#documentSection
{
	position: relative;
	top: 0px;
	height: auto;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/pop-backrepeat.jpg) repeat-y #ffffff;
	background-image: url(../images/pop-backrepeat.jpg);
}

div#documentSection img
{
	display: block;
}






div#head
{
	width: 850px;
	height: 222px;
}



div#content
{
	margin: 0px 41px 4px 40px;
	padding-bottom: 16px;
	width: 768px;
	background-color: #eeeeee;
}

.subContent
{
	padding: 3px 0px 10px 5px;
	font-size: 13px;
	color: #333333;

}

div#bottom
{
	width: 850px;
	height: 77px;
	background: url(../images/pop-bottom.jpg) no-repeat #444444;
}





h1
{
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 250px;
	width:500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ea2802;
	font-weight: bold;
	line-height: 20px;
	display: block;
}

h2
{
	margin: 0;
	padding: 0px 0px 3px 70px;
	width:600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 15px;
	display: block;
	font-style: italic;
}


p
{
	margin: 0;
	padding: 0px 0px 30px 70px;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 15px;
}



ul
{
	margin: 5px 0px 0px 5px;
	padding: 30px 0px 30px 0px;
	text-align: left;
	display: block;
	width: 300px;
	float: left;
}

ul li
{
	margin: 0px;
	padding: 0px 0px 5px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	list-style: none;

}




a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #666666;
}





.subContent a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.subContent a:hover
{
	color: #666666;
}

