body
 	{ 
    	color: #000000; 
   	background-color: #ffffff;
	font-family: Arial, sans-serif;
	} 

p 	
	{
	text-align: justify; 
	font-size: smaller;
   	}
	
.center 	
	{
	text-align: center;
   	}

.b, b
	{
	font-weight: 800;
	}
	
.i, i
	{
	font-style: italic;
	}

.large
	{
	font-size: large;
	}
	
.medium
	{
	font-size: medium;
	}

.small
	{
	font-size: xx-small;
	}

.white
	{
	color: #ffffff;
	}

.right
	{
	text-align: right;
	}
		
h1	{
	font-family: Arial, sans-serif;
	font-style: italic;
	color: #592315;
	margin-top: 0;
	margin-bottom: 0;
	}

h2	{ 
	text-align: left;
	font-family: Arial, sans-serif;	
	font-size: medium;
	color: #592315;
	margin-top: 0;
	margin-bottom: 0;
	}

h3	{ 
	text-align: left;
	font-family: Arial, sans-serif;	
	font-size: medium;
	color: #592315;                                                                                    
	}

h5	{ 
	text-align: right;	
	}
	
td.smtext
	{
	font-size: smaller;
	}	
	
li
	{
	font-size: smaller;
	}
	
li.small
	{
	font-size: small;
	}	
	
li.space
	{
	margin-bottom: 10px;
	}

a:link
	{ 
	color: #636344;
	text-decoration: none;
	} 

a:visited
	{ 
	color: #999999; 
	text-decoration: none;
	} 

a:active 
	{ 
	color: #ff0000; 
	text-decoration: none;
	}
	
a:hover
	{ 
	color: #ee4902; 
	text-decoration: none;
	} 
	
	
/* =============== menu layout =============== */
	

#container 
	{
	text-align: left;
	margin: 0 auto;
	width: 1000px;
	position: relative;
	}
	 
#right
	{
	margin-left: 500px;
	float: right;
	display: inline;
	}
	
#left
	{
	width: 480px;
	float: left;
	position: absolute;
	left: 5px;
	display: inline;
	}


