/* PAGE/GENERAL */
@import "static/css/topMenu.css";
@import "static/css/rightMenu.css";
@import "static/css/inpage.css";
@import "static/css/headings.css";
@import: url("static/css/rightMenuIe7.css");
@import: url("static/css/ie7hacks.css");
html {
	height: 100%;
}
body {
	height: 100%;
}
#nonFooter {
	position: relative;
	min-height: 100%;
}
* html #nonFooter {
	height: 100%;
}
#footer {
	position: relative;
	margin: -17px auto 0 auto;
	text-align: left;
	direction: ltr;
	width: 740px;
	font-size: 10px;
	background: url(static/images/page_footer_bg.gif) left bottom no-repeat;
	color: #A6B8CA;
}
* html #footer {
	margin-top: -17px;
}
#footer .l {
    float: left;
    margin-left: 8px;
}
#footer .r {
    float: right;
    margin-right: 8px;
}
body {
	color: #4C4C4C;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	margin: 0;
	padding: 0;
}
a:link {
	color: #3C78B5;
}
a:visited {
	color: #9F65B2;
}
a:hover {
	text-decoration: none;
}
#page {
	width: 740px;
	margin: 0 auto;
	min-height: 100%;
	text-align: right;
	background: url(static/images/page_bg.gif) left top repeat-y;
}
#page:after {
	content: '.';
	color: white;
	display: block;
	z-index: -100;
	padding-bottom: 17px;
}
* html #page {
	height: 100%;
}
/* HEADER */
#header {
	height: 196px;
	margin: 0;
}
#headerImage {
	height: 172px;
	background: url(static/images/header_he.jpg) left top no-repeat;
}
#headerMenu {
	height: 21px;
	background: url(static/images/menu_streep.gif) left top no-repeat;
}
#whiteStrip {
	width: 738px;
	margin: 0 auto;
	background: white;
	height: 3px;
	padding: 0;
	font-size: 1pt;
}
#logo {
	overflow: hidden;
	margin-top: 0;
}
/* CONTENT */
#content {
	
}
#contentMain {
	display: inline;
	clear: both;
	float: left;
	margin-top: 0;
	width: 580px;
	background: url(static/images/page_bg.gif) left top repeat-y;
	direction: rtl;
	text-align: right;
}
#mainContentFooter {
	display: block;
	width: 570xp;
	font-size: 12px;
	_margin-bottom: 17px;
	text-align: center;
	clear: right;
}
/* FOOTER */
.clearall {
	clear: both;
}