body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	min-width: 960px;
}

/* HEADER */

#header {
	height: 105px;
}
#header .header_wrapper {
	margin:0 auto;
	width:940px;
	padding-left: 20px;
	text-align: left;
	padding-top: 35px;
}
#header #logo {
	background-image: url(/images/ins-logo.jpg);
	background-repeat: no-repeat;
	width: 199px;
	height: 43px;
	float: left;
}
#header #logo h1 {
	display: none;
	margin: 0px;
	padding: 0px;
}

#header #search {
	height: 38px;
	margin-right: 40px;
}

#header #search form {
	float: right;
}

#header #topmenu {
	float: right;
	margin-right: 40px;
}

#header #topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header #topmenu ul li {
	position: relative;
	display: inline;
	float: left;
}

#header #topmenu li.left {
	background: #E9E9E9 url(/images/menu-left.jpg) top left no-repeat;
	padding-left: 17px;
	margin-right: 2px;
}


#header #topmenu li.this_left {
	background: #838580 url(/images/menu-this-left.jpg) top left no-repeat;
	padding-left: 17px;
	margin-right: 2px;
}

#header #topmenu li.right {
	background: #E9E9E9 url(/images/menu-right.jpg) top right no-repeat;
	padding-right: 17px;
}

#header #topmenu li.this_right {
	background: #838580 url(/images/menu-this-right.jpg) top right no-repeat;
	padding-right: 17px;
}

#header #topmenu a {
	font-weight: bold;
	height: 16px;
	display: inline-block;
	padding: 8px 12px;	
	margin-right: 2px;
	text-decoration: none;
	background-color: #E9E9E9;
	color: #333333;
}

#header #topmenu .this a, #header #topmenu .this_left a, #header #topmenu .this_right a {
	color: #FFFFFF;
	background-color: #838580;
}

/* FOOTER */
#footer {
	background: #1B305F url(/images/bg-footer.jpg) repeat-x;
	height: 275px;
	color: #FFFFFF;
	font-size: 0.9em;
}
#footer .footer_wrapper {
	margin:0 auto;
	width:940px;
	padding-left: 20px;
	text-align: left;
	overflow: hidden;
}

#footer #subfooter {
	margin:0 auto;
	margin-top: 20px;
	width:940px;
	text-align: left;
	overflow: hidden;
	border-top: 1px dotted #FFFFFF;
}

#footer #subfooter a {
	color: #ffffff;
}

#footer #subfooter p.subleft {
	width: 200px;
	float: left;
	margin: 4px 0px;
	padding: 0px;
}

#footer #subfooter p.subright {
	width: 200px;
	float: right;
	text-align: right;
	margin: 4px 0px;
	padding: 0px;
}


#footer .footer_wrapper .contact-us {
	width: 140px;
	margin-left: 20px;
	float: left;
}
#footer .footer_wrapper .international {
	width: 648px;
	margin-left: 20px;
	float: left;
}
#footer .footer_wrapper .international #locaddress {
	width: 250px;
	float: left;
	margin-left: 20px;
}
#footer .footer_wrapper .international #locaddress a {
	color: #FFFFFF;
}
#footer .footer_wrapper .register {
	width: 194px;
	margin-left: 20px;
	float: left;
}

#footer h4 {
	color: #FFFFFF;
	padding-bottom: 4px;
	border-bottom: 1px dotted #ffffff;
}

#signoff {
	height: 29px;
	background-color: #9EA19D;
}

#signoff .signoff_wrapper {
	margin:0 auto;
	width:940px;
	text-align: left;
	padding-top: 6px;
	color: #FFFFFF;
	font-size: 10px;
}

.clear {
	clear: both;	
}

.emailbutton {
	color: #ffffff;
	padding: 4px 8px 6px 8px;
	background-color: #456B9D;
	display: inline-block;
}


.IntroText { color: #2A4A87; font-size: 1.1em; }

h4 { color: #2A4A87; font-weight: bold; font-size: 1.2em }



/* PUBLICATIONS */

.PubItem { 
	margin-bottom:10px;
	margin-right: 10px;
	width: 180px;
	height: 180px; 
	padding: 10px; 
	float: left; 
	border: 2px solid #ccc;	
}

.PubItem .PubTitle {
	border-bottom:2px solid #B8C0DC;
	color:#004C93;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1.1em;
	font-weight:bold;
	padding-bottom:5px;
}

.PubItem .PubImage {
	float: left;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

.PubItem .PubDesc {
	float: left;
	padding: 0px;
	margin: 0px;
}

.PubItem p {
	margin: 0px;
	padding: 0px;
}

.PDFLink {
	background:transparent url(/UserFiles/Image/pdficon.jpg) no-repeat scroll left top;
	clear:left;
	float:left;
	margin:4px 0 10px;
	padding-bottom:2px;
	padding-left:20px;
}

.centrecol p {
	line-height: 1.4em;
}

p.incident {
	display: block;
	border: 2px solid #2E5397;
	background-color: #ccc;
	margin: 10px;
	padding: 10px;
	font-size: 1.6em;
}

p.incident a { color: #333; display: block; }
p.incident a:hover { color: #f00; }