/*
Title: 		
Author: 	
Update: 	
*/

/* ---------------------------------------
	Index
--------------------------------------- */
ul#Index{
	margin:0px 0px 10px 0px; float:right;
}
ul#Index li{
	list-style:none; float:left; font-family:sans-serif; padding:1px 10px 0px 0px;
}
ul#Index li a{
	color:#638f38; text-decoration:none; font-family:sans-serif;
}
ul#Index li a:hover{
	color:#29743d; border-top:1px solid #29743d;
}

/* ---------------------------------------
	Library
--------------------------------------- */
div#main div#Library{
	clear:both; 
}
div#Library fieldset{
	margin-bottom:10px;
}
div#Library fieldset Legend{
	font-size:200%; background-color:#bed0ad; padding:1px 20px;
	border-width:0px 2px 2px 0px; border-color:#29473d; border-style:solid;
}

/* ---------------------------------------
	iframe stuff
--------------------------------------- */
#bodyfrm
{
	overflow: -moz-scrollbars-vertical;
}

html {
	overflow-x: hidden;
	overflow-y: auto;
}