/* main css */

body {
	margin: 0;
	color: black;
	background-color: #0d3982;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#maintable {
	background: url(images/design/background.jpg) repeat-y;
	width: 780px;
	margin: 0 auto;
}

#header {
	color: #e7dcc0;
	font-size: 11px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	background-image: url(images/design/header.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: right;
	width: 781px;
	height: 127px;
	padding-right: 25px;
}

#header a {
	color: #e7dcc0;
	font-size: 11px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	text-decoration: none;
}

#header a:hover {
	color: #bc7137;
	font-size: 11px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	background-color: #e7dcc0;
	text-decoration: none;
}

#nav {
	color: #e7dcc0;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/design/nav.jpg);
	background-repeat: repeat-y;
	text-decoration: none;
	width: 145px;
	float: left;
}

#nav ul {
	width: 120px;
	margin: 4px 4px 4px 18px;
	padding: 4px;
	list-style-type: none;
}

#nav li {
	color: inherit;
	font-size: inherit;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 120px;
	list-style-type: none;
	margin: 0 0 0.2em;
	display: block;
}

#nav a {
	color: #e7dcc0;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	width: 120px;
	padding: 2px;
	display: block;
}

#nav a:hover {
	color: #bc7137;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background-color: #e7dcc0;
	text-decoration: none;
	width: 120px;
	clear: left;
	min-height: 100%;
	padding: 2px;
	display: block;
}

#mainContent {
	color: black;
	font-size: 12px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	margin-right: 32px;
	margin-left: 10px;
	background-color: #e6dbbf;
}

#footer {
	background-image: url(images/design/footer.jpg);
	background-repeat: repeat-x;
	width: 781px;
	height: 64px;
}

.cutline {
	font-size: 10px;
	font-style: italic;
}


.EPDAsOfDt
{
	text-align : right;
	padding : 0 18% 0 0;
}
.PedAnmName{
	font-size: 12px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	text-align : center;
	font-style : italic;
	font-weight : bold;
}
.PedCalvedRow{
	font-size: 12px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	text-align : center;
	font-weight : bold;
}


.PedS, .PedD{
	font-weight: bold;
}

.PedPGS, .PedPGD, .PedMGS, .PedMGD
{
	margin-left:35px;

}

.PedTable
{
	padding:10px;
	padding-left : 15%;
}

.PedTable td
{
   padding: 0px 20px 10px 0px;
	
}