@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ffffff;
	color: #000000;
	margin:0;
	padding:0;
	text-align:center;
	}
p, ul, ol {
	text-align: justify;
	}
	
#container { 
	width: 780px;  
	background: #ffffff;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
	}
 
/* header section */

#header {
	background-image:url(../images/ppdhdr.jpg);
	height: 150px; 
	}

/* right menu */
 
#sidebar1 {
	float: right; 
	width: 230px; 
	background: #ffffff; 
	padding: 15px 5px 15px 5px;
	text-align:left;
	}
#sidebar1 ul {
	margin: 0;
	padding: 0px 0 0 5px;
	list-style: none;
	line-height: normal;
	list-style-image:url(../images/sidebul.gif);
	list-style-position:inside;
	}
#sidebar1 li {
	padding-bottom: 10px;
	}
#sidebar1 a {
	margin-right: 3px;
	letter-spacing: -.5px;
	text-decoration: none;
	color: #000000;
	text-align:left;
	}

#sidebar1 h2 {
	background-image:url(../images/sidebar.gif);
	background-repeat:no-repeat;
	line-height: 60px;
	text-align:center;
	color:#FFFFFF;
	}

/* main content (middle of page) */

#mainContent { 
	margin: 2px 230px 20px 0px; 
	padding: 10px 20px 10px 20px;
	background: #FFFFFF; 
	} 

/* footer section */

#footer { 
	padding: 0 10px 0 20px; 
	background:#ffffff;
	} 
#footer p {
	margin: 0;
	padding: 12px 20px;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #117FE5;
	}
#footer ul {
	padding: 0px 0px 0px 20px;
	list-style: none;
	line-height: normal;
	}
#footer li {
	display: block;
	float: left;
	padding: 12px 20px;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #117FE5;
	}
#footer a {
	display: block;
	float: left;
	margin-right: 3px;
	letter-spacing: -0.5px;
	text-decoration: none;
	color: #117FE5;
	}

/* formatting classes */

.fltrt { 
	float: right;
	margin-left: 8px;
	}
	
.fltlft { 
	float: left;
	margin-right: 8px;
	}
	
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}

.small {
	font-size:xx-small;
		}
		
.box {
	margin: 5px 20px 5px 20px;
	border: medium ridge #117fe5;
	padding-left: 5px;
	}

#invoice {
	width: 600px;
	border: solid #117fe5;
	}

#invoice td {
	border-bottom: solid 1px #117fe5;
	border-right: solid 1px #117fe5;
	}
	
.bd {
	font-weight: bold;
	}

.bluebd {
	font-weight: bold;
	color: #117fe5;
	}
	
.button {
	background-color: #117fe5;
	border: thin #FF0000;
	color:#FFFFFF;
	}		

.nlist {
	list-style-position: inside;
	}

.cent {
	text-align:center;
	}	
	
.palm {
	list-style-type:none;
	list-style-image:url(../images/palm.jpg);
	}		

.palm li {
	margin-left: 20px;
	padding-left: 5px;
	padding-bottom: 20px;
	}	

.right {
	text-align:right;
	}
