@charset "UTF-8";
/* CSS Document */

html {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
background:#fff; /*color background - only works in IE */
font-size:80%; /*set default font size */
font-family:"trebuchet ms", tahoma, verdana, arial, sans-serif; /* set default font */
/* hide overflow:hidden from IE5/Mac */
/* \*/
overflow:hidden; /*get rid of scroll bars in IE */
/* */
}

body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow:hidden; /*get rid of scroll bars in IE */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	background:#fff;
	color: #EEEEEE;
}

a:link {
	border:0px;
	color: #333333;
	text-decoration: none;
}
a:visited {	
border:0px;
color: #000000;
text-decoration: none;
}
a:hover {	
border:0px;
text-decoration: none;
background-color: #000000;
}
	

#content { 
display:block; /* set up as a block */
height:100%; /* set height to full page */
width:100%;
max-height:100%;
background:#fff;
overflow:hidden; /* add scroll bars as required */
left:-150px; /* pad left to avoid navigation div if required */
position:relative; /* set up relative positioning so that z-index will work */
z-index:3; /* allocate a suitable z-index */
}

.pad2 {
display:block;
height:0px; /* height to miss header and footer */
}

#navigation {
	position:relative;
	left:0px;
	float:left;
	margin:0;
	display:block;
	width:150px;
	overflow:auto;
	height:500px;
	background: url('images/bgWhite.png');
	font-size:7.5pt;
	z-index:5;
	color:#000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align:left;
}
