/* CSS Document */

html {
scrollbar-base-color: #F81010;
scrollbar-arrow-color: white;
scrollbar-track-color: #D8D8D8;

scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black; 
scrollbar-darkshadow-color: white;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: black;
}
.header {font-family: Verdana, Arial, Helvetica, sans-serif}


html{
	height:100%; padding:0px; margin: 0px
}
body{
	background-repeat:no-repeat;
	background-position: 
               left bottom;
	background-attachment:fixed;
	margin:0;
	height:100%;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:0.8em;
	color:#000000;
	padding: 0;
}
h1, h2 {
	color:#FF3333; font-size:1.5em
}
div.header{
	padding-left:10px;
	padding-top:20px;
	font-size: large;
}
div.outeroutholder{
	background-image:url('img_lib/corner.gif');
	background-repeat:no-repeat;
	background-position: 
               right top;
	background-attachment:fixed
	
	}
div.outerholder{
	width:70em;
	margin:0 auto;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	background-color:#FFFFFF;
	padding-bottom:50px;
}

div.leftnav{
	margin-top:50px;
	width:25%;
	float:left;
}
div.maincontent{
	margin-top:40px;
	margin-left:2%;
	width:50%;
	float:left;
}
ul.outerul{
	list-style-type:none;
	margin-left:20px;
	padding-left:0px;
	background-position: left bottom;
	background-repeat:no-repeat
}
ul.outerul li{
	background-image:url('img_lib/corner.gif');
	background-repeat:no-repeat;
	background-position: left top;
	padding-left:28px;
	border-left:1px solid #999999;
	padding-top:2px;
	padding-bottom:2px
}
ul.outerul li a{
	text-decoration:none;
	color:#000000;
}
ul.innerul{
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
}
ul.innerul li{
	background-image:url('img_lib/corner.gif');
	background-repeat:no-repeat; background-position: left top;
	border-left:0px none;
	margin-left:-28px;
	padding-left:40px
}
ul.innerul li a{
	text-decoration:none;
	color:#666666;
}
