html, body{
	width: 100%;
	height:100%;
	margin: 0px;
	padding: 0px;
	font-family: Geneva;
/*	font-family: "Times New Roman", Times;*/
	font-size: 16px;
	background-color: #504C3D;
	}

/* Define Link Styles */
a:link {color: #0000FF; text-decoration: none;} 	/* Blue */	
a:visited {color: #0000FF; text-decoration: none;}
a:hover {color: #FF0000; text-decoration: none;} 	/* Red */
a:active {color: #800000; text-decoration: none;} 	/* Maroon */

/* Define tab style */
.tab { margin-left: 200px; }	


/************************************************************/
		
/* Main place holder */
#main {
	/* width: 1050px; */
	width: 100%;
	height: 1000px;
	/* margin: 0px 0px 0px 0px;*/
	margin: 0px auto 0px auto;
	padding: 0;
	background-color: #FDFDFD;
	}

	
	/* Main Left Panel */
	#main_left {
		width: 250px;
		height: 100%;
		float: left;
		background-color: #CCCCCC;
		}
		
	#main_left_2 {
		width: 3px;
		height: 100%;
		float: left;
		background-color: #D6D6D6;
		}
		
	#main_left_3 {
		width: 3px;
		height: 100%;
		float: left;
		background-color: #E0E0E0;
		}
	#main_left_4 {
		width: 3px;
		height: 100%;
		float: left;
		margin-right: 20px;
		background-color: #EBEBEB;
		}
		
	#main_left img { 
		display:block;
		margin: 0 auto 8px auto;
		}
	
	#main_left_top {
		width: 250px;
		height: 100%;
		padding: 1px 0 1px 10px;
		text-align: left;
		/* background-color: #CCCCCC; */
		}	

		
	/* Main Right Panel */			
	#main_right {
		min-width: 800px;;
		/* width: 580px;
		height: 418px;*/
		margin-left: 20px;
		padding: 20px 60px 20px 45px;
		/* float: left; */
		}	
		

/************************************************************/
	
#bottom {
	/*width: 100%;*/
	right:0;
	/* width: 1046px; */
	height: 16px;
	margin: 0px auto 0px auto;
	padding: 4px 4px 0 0;
	background-color: #8F8F8F;
	font-size: 8px;
	text-align: right;
	}


/************************************************************/
