* {
	margin:0;
	padding:0;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #CCCCCC;
	}

.main {
	position: absolute;
	width: 800px;
	left: 50%;
	margin: 20px 0px 0px -400px;
	font-size: 10px;
	background-color:#FFFFFF;
	}

.nav_top {
	position: absolute;
	margin: 0;
	height: 20px;
	width: 800px;
	padding: 6px 0px 0px 0px;
	cursor: pointer;
	background-color: #960509;
	}
	
	.nav_top a:link, .nav_top a:visited {
		padding: 0px 10px 0px 10px;
		color: #FFFFFF;
		text-decoration: none;
		font-weight: normal;
		}

	.nav_top a:hover {
		color: #DFDFDF;
		font-weight: normal;
		}

.logo {
	position: absolute;
	margin-top: 26px;
	height: 170px;
	}

	
.nav_side {
	z-index: 2;
	position: absolute;
	margin-top: 196px;
	width: 150px;
	font-weight: bold;
	padding: 12px 0px 20px 0px;
	background-color:#FFFFFF;
	}

	.nav_side a:link, .nav_side a:visited {
		display: block;
		color: #000;
		padding: 4px 0px 6px 10px;
		}
		
	.nav_side a:hover {
		background-color:#F1D5D3;
		}
		
	.nav_subpage {
		margin-top: 16px;
		}
	
.panel {
	position: absolute;
	margin: 196px 0px 0px 0px;
	width: 445px;
	padding: 16px 192px 32px 163px;
	background-color:#FFFFFF;
	}
	
	.panel_content {
		padding-right: 20px;
		border-right: 1px solid #EDEDED;
		}
		
.panelBig {
	position: absolute;
	margin: 196px 0px 0px 0px;
	width: 637px;
	padding: 16px 0px 32px 163px;
	background-color:#FFFFFF;
	left: 0px;
	}
	
	.panelBig_content {
		margin-right: 17px;
		}			
	
.copyright {
	position: absolute;
	padding: 2px 2px 4px 0px;
	margin: 32px 0px 0px -163px;
	width: 798px;
	text-align:right;
	background-color: #CCCCCC;
	}

.panel_right {
	z-index: 2;
	position: absolute;
	margin: 208px 0px 0px 607px;
	width: 145px;
	padding: 0px 20px 0px 20px;
	}
	
	.panel_right p {
		margin: 8px 0px 8px 0px;
		}
	
	.panel_right img {
		margin: 0px 0px 8px 0px;
		}
	
	.panel_right hr {
		color: #FFFFFF;
		border: 0px solid;
		margin: 2px 0px 4px 0px;
		}

td {
	vertical-align:top;
	}

img {
	border:none;
	}
	
p {
	margin: 0px 0px 8px 0px;
	line-height: 14px;
	}
	
p.last_paragraph {
	margin: 0px 0px 24px 0px;
	}

hr {
	color: #3B748F;
	height: 1px;
	}


.subheading {
	font-size: 12px;
	font-weight: bold;
}	
	

.pic {
	margin: 0px 0px 12px 0px;
	}
	
.pic_right {
	float: right;
	margin: 0px 0px 12px 12px;
	}
		
.pic_left {
	float: left;
	margin: 0px 12px 12px 0px;
	}	 
	
ul {
	margin: 0px 12px 12px 26px;
	padding: 4px 0px 0px 0px;
	line-height: 14px;
	list-style-type: disc;
	}
	
	ul.case_studies {
		margin: 0px 6px 12px 0px;
		list-style-type: none;
		}
		
	ul.case_studies a:hover {
		color: #CCCCCC;
		}
		
	ul.case_studies li {
		padding: 4px 0px 6px 0px;
		}

h1 {
	font-size: 17px;
	font-weight: normal;
	color: #960509;
	margin: 4px 0px 16px 0px;
	}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #990000;
	margin: 4px 0px 6px 0px;
	}

h3 {
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	margin: 14px 0px 6px 0px;
	line-height: 14px;
}

h4 {
	font-size: 15px;
	font-weight: normal;
	color: #990000;
	margin: 4px 0px 12px 0px;
}

h5 {
	font-size: 10px;
	font-weight: normal;
	color: #990000;
	margin: 4px 0px 6px 0px;
}

h6 {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 4px 0px 6px 0px;
}

h7 {
	font-size: 10px;
	font-weight: bold;
	color: #316AC5;
	margin: 4px 0px 6px 0px;
}

a:link, a:active, a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	}

a:hover {
	color: #990000;
	}
	
.irata_logo {
	display: block;
	margin-top: 48px;
	width:150px;
	height: 92px;
	background-image: url(../images/irata_logo.gif);
	}
