/* Edited with EditCSS */
/**** LINK-tag style sheet style.css ****/

/* BODY */

body
{
	font: verdana;
	margin: 0;
}

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;
}


: none;
}
