body {
	margin: 0;
	padding: 0;
	font-family: Calibri,Tahoma,Arial,sans-serif;
	font-size: 14px;
	color: #333;
	background: rgb(240, 240, 240);
}


p {
	padding: 0;
	margin: 0;

}

img {
	border: 0;
}


a:link{
	color: rgb(220, 50, 50);
}

a:visited {
	color: rgb(220, 50, 50);
}

a:hover {
	color: silver;
}


li {

	margin-top: 6px;

}

.link {
	color: #444;
	text-decoration: none;

}


.link:hover{

	color: silver;
}

.search-form {
	border: 1px #eee solid;
	height:16px;
	background-color: #FBFBFB;
	color: #888;
}

.search-form:hover {
	background-color: #FDFDFD;
}

.header {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	width: 1080px;
	height: 300px;
	background-image: url(images/bip_logo.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-color: rgba(250, 250, 250, 0.8);
	border-radius: 5px;
}


.header-top {
	width: 977px;
	height: 24px;
	padding-top: 5px;

}


.header-form {
	float:left;
	margin-top:-5px;
	margin-left:510px;
}

.header-links {
	float:left;
}

.content-top {
	width:987px;
	height:11px;
	margin-left: auto;
	margin-right: auto;
	/* background-image: url(images/content-top.jpg); */
}

.content {
	
margin-left: auto;
	
margin-right: auto;
	
width: 1100px;
	
min-height: 400px;
	
/* background-image: url(images/content-bg.jpg); */
	
/* background: rgba(90,90,90,0.05); */
	
/* border-radius: 5px; */
	
/* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); */
}


.content-bottom {
	width:987px;
	height:11px;
	margin-left: auto;
	margin-right: auto;
	/* background-image: url(images/content-bottom.jpg); */
}



.menu {
	width: 240px;
	height: 100%;
	float:left;
	background: rgba(250, 250, 250, 0.8);
	border-radius: 5px;
}


.menu-button {
	width: 100%;
	min-height: 25px;
	/* border-bottom: 1px #fff solid; */
	/* background-color: #F9F9F9; */
}

.menu-button-separator {
	width: 100%;
	min-height: 25px;
	border-bottom: 1px #eee solid;
	background-color: #e0e0e0;

}

.menu-button:hover {
	background-color: #FBFBFB;
}


.submenu {
	width: 100%;
	border: 1px #eee dotted;
	background-color: #FAFAFA;
}


.submenu:hover {
	background-color: #FEFEFE;
}


.main {
	width: 835px;
	height: 100%;
	float:left;
	background: rgba(250, 250, 250, 0.8);
	border-radius: 5px;
	margin-left: 5px;
}


.padding {
	padding: 10px;
}

.padding-5 {
	padding: 5px;
}

.footer {
	width: 977px;
	height: 25px;
	margin-left:auto;
	margin-right: auto;

}