/* CSS Document */

/* --------------------------------------- */
/* Generic Styles used accross entire site */
/* --------------------------------------- */

body {
	margin-top: 0px;
	margin-left: 10px;
	padding: 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px; /* 0.7em*/
	line-height: 1.3em;
	font-size-adjust: none;
	font-stretch: normal;
	}
DIV {
	color: #2e2c53;
	margin-right: 15px;
	}
p

{
	color: #2e2c53;
	margin-right: 15px;
}

table, td {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.3em;
	font-size-adjust: none;
	font-stretch: normal;
	color: #2e2c53;
	}
INPUT
{
	background-color : White;
}

sup {
	font-size:70%;
	}

/* TEMPLATE CONTAINER - SETS THE WIDTH */

#container {
	width:800px;
	position:absolute;
	left:50%;
	margin-left:-400px;
	height:auto;
	background-color:#FFFFFF;
	padding-bottom:10px;
	border:1px solid #19488E; 
	margin-top:0px;
	}

#containerHome {
	width:800px;
	position:absolute;
	left:50%;
	margin-left:-400px;
	margin-top:10px;
	height:auto;
	background-color:#FFFFFF;
	padding-bottom:10px;
	border:1px solid #19488E; 
	margin-top:0px;
	}

/* HEADER STYLES */

#IMPDHeader {
	margin:0px auto;
	width:100%;
	min-height:111px;
	position:relative;
	float:left;
	}

#IMPDHeaderHome {
	margin:0px auto;
	width:100%;
	min-height:115px;
	position:relative;
	float:left;
	}

#IMPDtitle {
	color:#fff;
	font-size:1.5em;
	padding:4px;
	border-left:1px solid #fff;
	height:18px;
	}
	
#IMPDtitle a {
	color:#fff;
	text-decoration:none;
	}

/* MAIN NAV STYLES */

#IMPDMainNav {
		background-color:#19488E;
		width:800px;
		float:left;
		position:relative;
		margin-bottom:3px;
		z-index:99;
	}

#IMPDMainNavHome {
		background-color:#19488E;
		width:800px;
		float:left;
		position:relative;
		margin-bottom:3px;
		z-index:99;
		margin-top:5px;
	}

/* MAIN CONTENT STYLES */

#IMPDMainTable {
	float:left;
	position:relative;
	z-index:10;
	}

#IMPDMainHome {
	float:left;
	position:relative;
	z-index:10;
	width:799px;
	}

#IMPDMainContent {
	width:90%;
	margin-left:10px;
	margin-top:10px;
	}
	
#IMPDRightContent {
	margin:10px 0px 0px 0px;
	}

#IMPDFooter {
	background-color:#E2E2E2;
	float:left;
	position:relative;
	width:100%;
	text-align:center;
	padding:10px 0px 5px 0px;
	background-image:url(../../images/footer_dashed.gif);
	background-repeat:repeat-x;
	}

#IMPDFooter a {
	text-decoration:none;
	color:#404040;
	}

#input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4f4f44;
	text-decoration: none;
	font-size: 11px;
	border: 1px solid #90c84b;
	background-color: #f8f8f8;
	}