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

body{
	margin:0px;
	padding:0px;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff url(../../../public/images/ipc_bg_body.gif) repeat-x;
	}
	
/* Reset Styles */
h1, h2, h3, h4, h5, h6, p, div, table, blockquote, dl, fieldset, legend, pre, code, img, img a, img a:hover {
	margin:0;
	padding:0;
	border:0;
	}
	
h1, h2, h3, h4 {
	padding:0px 0px 5px 0px;
	margin:0px;
	font-weight:bold;
	}
	
address { 
	font-style:normal; 
	font-weight:normal;
	}	
	
p { 
	line-height:20px;
	color:#353535; 
	}	
	
h1 { font-size:15pt; color:#666666; padding:5px 0 10px 0; }
h2 { font-size:13pt; color:#174C66; }
h3 { font-size:12pt; }
h4 { font-size:9pt; }	
ul, ul li { list-style:none; margin:0; padding:0; display:inline; }
a { text-decoration:underline; color:#353535; }
a:hover { text-decoration:none; color:#353535; }
input, select { font-family:Arial, Helvetica, sans-serif; }
/*input { width:150px; }*/

/* Global Wrapper */
#ipc-global-wrapper {
	width:998px; /* Total Width = 1000px - width(998px) + border-left(1px) + border-right(1px)*/
	padding:0;
	margin:0 auto;
	border:1px solid #C8C8C8;
	background-color:#F5F6F8;
	}

/* Header Layout */
#ipc-global-wrapper #ipc-header {
	width:998px;
	margin:0;
	padding:0 0 10px 0;
	}
	
	
/* CONTENT STARTS */
#ipc-global-wrapper #ipc-content {
	margin:5px 10px 5px 10px;
	padding:0;
	height:auto;
	width:978px;
	clear:both;
	}
	
/* CONTENT ENDS */

/* FOOTER STARTS */
#ipc-global-wrapper #ipc-footer {
	clear:both;
	background-color:#7D7E82;
	padding:8px 15px;
	color:#fff;
	}
/* FOOTER ENDS */

