@import url(content.css);

body, html {
	border: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	font: normal 100.01% Arial, Helvetica, Verdana, sans-serif;
}

#header {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background: #ffffff;
}

#logo {
	position: absolute;
	right: 50px;
	top: 0;
	width: 152px;
	height: 110px;
}

#topmenu {
	position: absolute;
	left: 22px;
	bottom: 10px;
}

#header2 {
	position: absolute;
	z-index: 5;
	left: 0;
	top: 140px;
	width: 100%;
	height: 3px;
	background: #ee7f00;
}

#content-wrapper {
	position: absolute;
	top: 161px;
	left: 280px;
	width: 527px;
}

#rootline a {
	text-decoration: none;
}

#content {
	position: relative;
	top: 20px;
}

#copyright {
	padding: 20px 0 0 0;
	clear: both;
	font: normal 11px Arial,Helvetica,Verdana,sana-serif;
	color: #999999;
}

#left {
   position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	background: url(../img/bg2.gif) repeat-y;
	width: 240px;
	height: 100%;
}

#topmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topmenu li {
	float: left;  
	display: block;
	position: relative;
	top: 4px;
	color: #000000;
	padding: 0 10px 0 0;
	font: normal 14px Verdana,Arial,Helvetica,sans-serif;  
}

#topmenu li a {
	text-decoration: none;
	color: #000000;
}

#topmenu li a:hover {
	color: red;
}

#topmenu li.ACT {
	font-size: 18px;
	position: relative;
	top: 0px;  
}	

#leftmenu {
	margin: 290px 0 0 20px;
}

#leftmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#leftmenu li {
	text-decoration: none;
	font: normal 13px Arial, Helvetica, Verdana, sans-serif;
	padding: 5px 0 5px 30px; 
}

#leftmenu  li a {
	text-decoration: none;
}

#leftmenu li a:hover {
	color: red;
}

#leftmenu li a {
	color: #000000;
} 

#leftmenu li.ACT,
#leftmenu li.CUR {
	background: url(leftmenu-bg.gif) no-repeat;
	font-weight: bold;
	color: #000000;
} 

#search {
	position: relative;
	left: 25px;	 
	top: 25px;
}

#sfnet {
	position: relative;
	left: 50px;	 
	top: 30px;
}

#header-image img {
	border-right: 1px solid white;
}

#header-text {
	position: absolute;
	bottom: 20px;
	right: 35px;
	font: normal 20px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: right;
}
