/* Corporate Process CSS styles */
/* Copyright © 2005 Corporate Process Management */

body {
	padding:0;
	margin:0;
	color: #000;
	font: normal 13px/1.2em Geneva, Helvetica, Arial, sans-serif;
	text-align:center;
	background: #fff url(images/cp_bg.gif);	
	}
	
/* layout */
#container { 
	width: 760px;
	\width: 780px;
	w\idth: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff ;
	}
#banner { 
	padding: 0px; 
	margin: 0px; 
	height: 110px;
	background: #036 url(images/cp_header.jpg) no-repeat top center; }
#flash {
	margin:0;
	padding:0;
	background: #69c;
	height:200px;
	border-bottom: 8px solid #000;
	}		
#content { padding: 0px; background: #fff url(images/CP_body_bg.jpg) no-repeat bottom right; }
#footer { 
	clear: both; 
	padding: 10px 0 10px 0; 
	margin: 0px; 
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #fff;
	text-align: center;
	line-height: 1.2em;
	font-size: 10px;
	}

/* navigation */	
#navigation {
	white-space: nowrap;
	margin-left: auto;
	margin-right: auto;
	top: 110px;
	background: #69c url(images/CP_nav_left.gif) repeat-x;
	width: 760px;
	height: 30px;
	}
	
/* other styles */
h1, h2, h3, h4 { color: #036; }
h1 {
	font: italic 28px 'Georgia', Times, 'Times New Roman', serif;
	margin:0;
	padding: 10px 10px 0px 30px;
	text-align:left;
	}
.maintext { padding: 20px 10px 0 30px; text-align: left; }
.tiptable {
	background: transparent url(images/management_tip_bg.jpg) repeat-x  center center; 
	border: 1px solid #036;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	}
.spacer {
	margin-top: 30px;
	}
	