/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#9FCFFE;
	
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
}

h1 { 
	font:2em georgia,serif; 
	margin:0.5em 0;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2, a {
		color:#2883FF;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:960px;
	
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	background:#9FCFFE;
	height:218px;
	background:url("../images/ir_header11.jpg") 98% 10px no-repeat;
	
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}
	
	div#nav {
	color:#FFFFFF;
	margin-top:190px;
	margin-left:7px;
	background:#1874cd;
	height:32px;
	width:935px;
	position:absolute;
	padding:5px;
	}

div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
	background-image:url("../images/ir_widebg.gif");
	padding:30px;
	min-height:400px;
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#ddd;
	background-image:url(../images/ir_footer.gif);
}
	div#footer p {
		padding:1em;
		margin:0;
	}
	
.footertext {font-size: 10px}
	



.wp-table-reloaded {
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #CDCDCD;
	margin: 10px 0px 15px 0px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
.wp-table-reloaded th {
	background-color: #E6EEEE;
	border: 1px solid #FFFFFF;
	padding: 4px;
}
.wp-table-reloaded td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFFFFF;
	vertical-align: top;
}
.wp-table-reloaded .even td {
	background-color: #FFFFFF;
}
.wp-table-reloaded .odd td {
	background-color: #F0F0F6;
}
.wp-table-reloaded .row-hover tr:hover td {
	background-color: #D0D0D6;
}
.wp-table-reloaded-table-description {
	clear: both;
	display: block;
}
