/* CSS Document */
html{
	height:100%; padding:0px; margin: 0px
}
body{
	background-image:url(../img/bottom_left_corner.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	background-attachment:fixed;
	margin:0;
	height:100%;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:0.8em;
	color:#666666;
}
h1,h2 {
	color:#FF3333; font-size:1.5em
}
div.header{padding-left:10px; padding-top:20px}
div.outeroutholder{
	background-image:url(../img/top_right_corner.gif);
	background-repeat:no-repeat;
	background-position:top right;
	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:2px;
	width:25%;
	float:left;
}
div.maincontent{
	margin-top:5px;
	margin-left:2%;
	width:60%;
	float:left;
}
ul.outerul{
	list-style-type:none;
	margin-left:20px;
	padding-left:0px;
	background-image:url(../img/ul_bg_bottom.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
ul.outerul li{
	background-image:url(../img/ul_bg.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/innerul_bg.gif);
	background-repeat:no-repeat; background-position:top left;
	border-left:0px;
	margin-left:-28px;
	padding-left:40px;
}
ul.innerul li a{
	text-decoration:none;
	color:#666666;
}