body 
	{
 	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 0.9em;	
	background-image: url(/template/images/bg_main.gif);
	margin: 0; 
	padding: 0; 
	}

p
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 0.9em;	
	font-weight: normal;
	text-decoration: none;
	color: #000;
	/* line-height: 1.2em; */
	padding: 0 0 7px 0; 
	}		

a
	{
	text-decoration: underline;
	color: #5e2659;
	}
	
a:hover
	{
	color: #8d3885;
	}		
	
img
	{
	border: 0; 
	} 
	
h1
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #5e2659;
	margin: 20px 10px 5px 20px; 	
	}

h2
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #5e2659;
	margin: 20px 10px 5px 20px; 	
	}
	
hr
	{
	color: #5e2659;
	height: 1px; 
	margin: 10px 20px 10px 20px;
	}	
	
/*---------- page elements ----------*/			

#top
	{
	width: 800px; 
	height: 27px; 	
	background-image: url(/template/images/top.gif);	
	background-color: transparent; 
	padding: 0;  
	}	

#wrapper
	{
	width: 800px; 
	border: 0; 
	margin: 20px auto; 
	}
	
#main
	{
	width: 800px; 
	background: #fff; 
	float: left; 
	}

#header
	{
	width: 752px; 
	height: 141px;  
	border: 0; 
	padding: 5px 0 0 15px; 
	}	
	
#content
	{
	width: 800px; 
	}	
	
#contentbox 
	{
    width: 550px;
    float: left;
	}

#contentbox li
	{
	font-size: 0.9em;
	}	

* html #contentbox li
	{
	font-size: 0.9em;
	}	

#contentbox p
	{
	margin: 0px 10px 0px 20px; 
	} 	
	
* html #contentbox p
	{
	margin: 0px 10px 0px 20px; 
	}	
	
#contentbox table
	{
	margin: 5px 10px 5px 20px;	
	font-size: 0.9em;
	} 

* html #contentbox table
	{
	width: 480px; 
	margin: 5px 10px 5px 20px;	
	font-size: 0.9em;
	} 	

.box
	{
	float: right; 
	clear: left;
	width: 217px;
	margin: 10px 0px 0 0px;
    padding: 0px;
	}
	
* html .box
	{
	float: right; 
	clear: left;
	width: 217px; 
	height: 29px;
	margin: 10px 20px 0 20px; 	
	}
    

.box_top
	{
	width: 217px; 
	height: 22px; 
	background-image: url(/template/images/box_top.jpg);	
	margin: 0; 
	padding: 0; 		
	}	
		
.box_middle
	{
	width: 200px; 
	background-image: url(/template/images/box_middle.jpg);	
	background-repeat: repeat-y; 
	margin: 0; 
	padding: 5px 10px 5px 10px; 	
	}	
	
.box_middle h2	
	{
	margin: 0px 20px 5px 10px; 
	font-family: Arial, Helvetica, Sans-serif; 
	color: #5e2659; 
	font-size: 16px; 
	} 
	
.box_middle	p
	{
	margin: 0px 20px 0px 10px; 
	font-family: Arial, Helvetica, Sans-serif; 
	color: #000; 
	font-size: 12px; 
	} 	
	
.box_middle	a
	{
	text-decoration: underline; 	
	font-family: Arial, Helvetica, Sans-serif; 
	font-size: 12px; 	
	} 	
	
.box_middle a:hover
	{
	color: #8d3885;
	} 	
		
.box_bottom
	{
	width: 217px; 
	height: 33px; 	
	background-image: url(/template/images/box_bottom.jpg);	
	margin: 0; 
	padding: 0;
	}		
	
#footer
	{
	width: 800px; 
	height: 30px; 
	font-size: 11px; 
	font-family: arial, helvetica, sans-serif; 
	text-align: center; 
	margin: 30px 0 0 0; 
	float: left;
	}	
	
* html #footer
	{
	width: 800px; 
	height: 30px; 
	font-size: 11px; 
	font-family: arial, helvetica, sans-serif; 
	text-align: center; 
	margin: 30px 0 0 0; 
	}	
	
#footer a
	{
	text-decoration: underline; 
	}	

#footer a:hover
	{
	color: #8d3885;
	}	
	
#bottom
	{
	width: 800px; 
	height: 27px; 	
	background-image: url(/template/images/footer.gif);	
	background-color: transparent; 
	margin: 0 auto 20px auto; 
	padding: 0; 
	float: left; 
	}	
	
#library
	{
	width: 800px;
	background-image: url(/template/images/bg_library.jpg);	
	background-color: transparent; 
	}	

#library p
	{
	margin: 10px 10px 0 10px; 
	text-align: center;
	}	
	
/*---------- navigation ----------*/			

#nav { /* all lists */
	padding: 0 0 0 15px;
	border-bottom: 20px solid #000;
    font-size: 11px;
    width: 785px;
    line-height: 2;
    height: 22px;
}

#nav li {
	margin: 0px 5px 0px 5px;
	background-image: url(/template/images/nav_button.jpg);
	background-repeat: no-repeat;
    width: 100px;
}

#nav ul {
    margin: 0px;
    width: 98px;
}

#nav li ul, #nav ul li { /* second-level lists */
    line-height: 1;
    background-image: none;
	background: #4d4d4d;
    border-bottom: 1px solid black;
    /* border-bottom: 0px solid black; */
    margin: 0;
    padding: 0;
}

#nav ul li {
    border: 1px solid black;
    border-bottom: none;
    width: 98px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -2em 0 0 98px;
}

#nav a {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
    text-align: center;
	text-decoration: none;
	color: #fff;
   	margin: 5px 0 5px 0;
}

#nav a:hover {
	text-decoration: underline; 
	color: #CAB993;
}

#nav li a {
    margin: 0px;
}

#nav li ul a {
   	margin: 5px 0 5px 0;
}


/*---------- errors ----------*/			

ul.errorlist {
    margin: 0;
    padding: 0;
}

.errorlist li {
    color: #5e2659;
    list-style-type: none;
    font-weight: bold;
}

