html, body {height: 100%}
body{
	font: verdana;
	margin: 0;
	background-color: #E5E3DF;
}
a{ 
	color: #000; 
	font-family: arial;
	font-size: 14px;
	text-decoration: underline;
}
#left_col{
	float:left;
	width:180px;
	background-color: #E5E3DF;
	padding: 23px 10px 0px 10px;
}
#right_col{
	position:relative;
	margin-left:180px;
	background-color:#e5e3df;
}
#right_col a { 
	color: #000; 
	font-family: arial;
	font-size: 14px;
	text-decoration: underline; 
}
/* FULL HEADER (SHINY GRAY BANNER ON TOP) */
#header{
	background: url( images/header.png ) 0px 0px repeat-x;
	height: 44px;
}
/* NAVIGATION IN HEADER, ONE LEFT ALIGNED, OTHER RIGHT ALIGNED */
#nav_right{
	/*float: right;*/
	margin: 0px;
	padding: 0px;
}
#nav_left{
	/*float: left;*/
	margin: 0px;
	padding: 0px;
}
#nav_left li{
	margin: 0; 
	padding: 0;
	height: 44px;
    list-style: none;
	display: inline;
	float: left;
}
#nav_right li{
	margin: 0; 
	padding: 0;
	height: 44px;
    list-style: none;
	display: inline;
	float: right;
}	
#nav_left a:hover{background-position: 0 -44px;}
#nav_right a:hover{background-position: 0 -44px;}
/* MAKE THE NAVIGATION LINKS CENTER VERTICALLY */
#ctable{
	height: 44px;
	display: table-cell;
	vertical-align: middle;
}
/* NAVIGATION ITEMS */
#tseperator{
	width: 7px;
	height: 44px;
	background-image: url( images/seperator.png );
}
#box{background: url( images/box.png ) 0px 0px repeat-x;}
#tboxleft{
	width: 8px;
	height: 44px;
	background-image: url( images/box_left.png );
}
#tboxright{
	width: 8px;
	height: 44px;
	background-image: url( images/box_right.png) ;
}
#tlogo a{
	width: 101px;
	height: 44px;
	background: url( images/logo.png ) top left no-repeat;
	list-style: none;
	display: inline;
	float: left;
	text-decoration: none;
}
#thome a{
	width: 42px;
	height: 44px;
	background: url( images/btn_home.png ) top left no-repeat;
	list-style: none;
	display: inline;
	float: left;
	text-decoration: none;
}
#tlinktothis a{
	width: 122px;
	height: 44px;
	background: url( images/btn_link.png ) top left no-repeat;
	list-style: none;
	display: inline;
	float: left;
	text-decoration: none;
}
#tprint a{
	width: 32px;
	height: 44px;
	background: url( images/btn_print.png ) top left no-repeat;
	list-style: none;
	display: inline;
	float: left;
	text-decoration: none;
}
#thelp a{
	width: 32px;
	height: 44px;
	background: url( images/btn_help.png ) top left no-repeat;
	list-style: none;
	display: inline;
	float: left;
	text-decoration: none;
}
