body, html {height:100%; width:100%;}

body {
	background-color:#f5f3f4;
	font-family:arial;
	color:#000000;
	font-size:12px;
	background-image:url("fade.gif");
background-repeat:repeat-x;
}

a:link {color:#004eb1;  text-decoration: none}
a:visited {color:#004eb1;  text-decoration: none}
a:hover {color:#004eb1; font-weight: bold}

#toppic {
	z-index:3; 
	position:absolute;
	top:10px;
	left:15%; 
}

#text {
	z-index:3; 
	position:absolute;
	top:25px;
	left:15%; 
}


#line {
	z-index:2;
	position:absolute;
	top:95px;
	left:0px;
	width:100%;
	height:1px;
}

#line2 {
	z-index:2;
	position:absolute;
	left:0px;
	width:100%;
	height:1px;
	bottom:0px;
}


#content {
	z-index:1; 	
	color:#000000; 
	font-size:12px; 
	text-align:justify;
	position:relative;
	top:60px;
	left:15%;
	width:75%;
	background-image:url("fade2.gif");
	background-repeat:repeat-x;
	padding-bottom:140px;
	padding-top:50px;
	padding-left:10px;
	padding-right:10px;
	height:600px;
	background-color:#f5f3f4;
}

#content-background {
	z-index:0; 	
	position:absolute;
	top:60px;
	left:15%;
	width:75%;
	height:600px;
	background-color:#f5f3f4;
	padding-left:10px;
	padding-right:10px;
}

html>body #content {
	padding-bottom:90px;
	min-height:400px;
	height:auto;
	padding-top:45px;
	}

#content-container {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:1;
	min-height:600px;
	}
	
html>body #content-container {
	min-height:600px;
	}

#menu {
	z-index:1; 	
	color:#000000; 
	font-size:12px; 
	text-align:justify;
	position:absolute;
	top:5px;
	right:0px;
	text-align:right;
	width:100%;
	height:40px;
	padding:2px;
}

#title {
	z-index:5; 	
	color:#000000; 
	position:absolute;
	top:20px;
	left:120px;
}
#menu2 {
	z-index:1; 	
	color:#000000; 
	font-size:12px; 
	text-align:justify;
	position:relative;
	top:0px;
	right:0px;
	text-align:center;
	height:45px;
}

H2
		{
		font-family: arial;
		font-size:18px;
        margin: 0;
		}