body {
	margin:0;
	padding:0;
	height:100%;
	font-size:12px;
}

.ins-font-family {
	font-family: Helvetica, Arial, sans-serif;
}

#ins-banner {
	width:100%;
	height:100px;
	background-image: url(banner1-100px.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#ins-banner img {
	margin-top:30px;
	border:none;
}

#ins-banner-title {
	float:left;
	margin-top:20px;
}

#ins-banner-title h1 {
	font-weight:100;
	margin-top:0;
	margin-bottom:5px;
	letter-spacing:-1.5px;
}

a#ins-banner-title {
	text-decoration:none;
}
	
#ins-breadcrumbs a {
	color: #4574AA;
}

.ins-page {
	width: 750px;
	margin: 0 auto;
	position:relative;
}

#ins-menu {
	width:100%;
	height:50px;
	background-image: url(banner2-50px.png);
	background-position: 50%;
	background-repeat: repeat-x;
	background-size: 100% 100%;
}

#ins-menu-ul {
	float:right;
	margin-top:5px;
}

#ins-menu a,
#ins-menu span {
	color:white;
	font-size:140%;
	text-decoration:none;
}

#ins-menu a:hover,
#ins-footer a:hover {
	text-decoration:underline;
}

#ins-menu li {
	float:left;
	list-style-type:none;
	color:white;
	background-color:#1774AC;
	padding:3px 10px;
	margin-left:10px;
	border-radius:5px;
}

#ins-menu li:hover {
	background-color:#999999;
}

#ins-content {
	padding-top:20px;
	padding-bottom:10px;
}

#ins-content-footer {
	margin-bottom:10px;
}

#ins-last-modification-date {
	border-top:1px solid #1774AC;
	padding-top:10px;
}

#ins-footer-line {
	width:100%;
	height:5px;
	background-image: url(footer-line.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#ins-footer {
	padding-top: 2em;
	width:100%;
	height:100px;
	background-color: rgb(240,240,240);
}

#ins-footer-menu {
	width: 960px;
	margin: 0 auto;
}

#ins-footer-menu a {
	text-decoration:none;
	margin-right:10px;
}

#ins-footer-menu a.ins-right-menu {
	margin-left:10px;
}

.ins-clear {
	clear: both;
	line-height: 0;
	margin: 0;
	padding: 0;
}

.ins-font-grey,
.ins-font-grey a {
	color:grey;
}
