/* General settings */

html {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	}

body {  
	background: #fff; 
	margin: 0; 
	}

.alt {
	display: none;
	}

/* Navigation table (top of page) */

table#nav {
	border: 0;
	}

table#nav td {
	text-align: left;
	vertical-align: middle;
	background: #fff;
	}

td#logo {
	padding: 10px;
	}

#logoban {
	display: block;
	padding: 0;
	border: 0;
	margin: 0;
	background: white url(Images/Echelon-Logo-clr.gif) no-repeat;
	width: 300px;
	height: 31px;
	}

#gradient {
	display: block;
	padding: 0;
	border: 0;
	margin: 0;
	background: white url(Images/header-gradient.jpg) no-repeat;
	width: 300px;
	height: 31px;
	}

/* Main table (page content) */

.fill {
	background: white url(Images/image001a.jpg) repeat;
	}

table#main {
	border: 1px solid #999;
	}

table#main td {
	border: 1px solid #999;
	padding: 8;
	vertical-align: top;
	}

/* Page title */

#pagetitle h2 {
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	color: #006;
	text-align: left;
	}

/* Content area */

#content {
	background: url(Images/backgrnd.jpg) repeat;
	}

#content table {
	border: 0;
	padding: 0;
	}

#content table td {
	border: 0;
	padding-top: 0px;
	padding-right:10px;
	padding-bottom: 0px;
	padding-left: 10px;
	}

#content h3 {
	font-size: 1em; 
	font-weight: bold;
	color: #006; 
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	}

#content p, td {
	font-size: 10px; 
	color: #006; 
	text-decoration: none;
	text-align: left;
	}

#content ul li {
	font-size: 10px; 
	color: #006; 
	text-decoration: none;
	text-align: left;
	list-style-image: url(Images/bullet.gif);
	padding-bottom: 10px;
	}

table#medilexicon td {
	text-align: left;
	vertical-align: center;
	padding: 10px;
	}

/* Headermenu - top navigation */

#headermenu td {
	padding: 15px;
	text-align: center;
	}

#headermenu td a:link, #headermenu td a:visited { 
	font-size: 12px; 
	color: #006; 
	text-decoration: none ; 
	font-weight: normal
	}

#headermenu td a:hover { 
	color: #96C; 
	font-weight: normal; 
	text-decoration: none; 
	}

/* Footermenu - bottom navigation */

table#footermenu {
	border: 0;
	}

table#footermenu td {
	border: 0;
	}

#footermenu td {
	padding: 10px;
	text-align: center;
	border: 0;
	}

#footermenu td a:link, #footermenu td a:visited { 
	border: 0;
	font-size: 10px; 
	color: #006; 
	text-decoration: none; 
	}

#footermenu td a:hover { 
	border: 0;
	color: #96C; 
	font-weight: normal; 
	text-decoration: none; 
	}

/* Sidebar - local navigation */

table#sidebar td {
	vertical-align: top;
	}

#sidebar p a:link, #sidebar a:visited { 
	text-align: left;
	font-size: 10px; 
	color: #006; 
	text-decoration: none; 
	}

#sidebar p a:hover { 
	text-align: left;
	color: #96C; 
	font-weight: normal; 
	text-decoration: none; 
	}

/* enable show/hide of text */

.short { 
	display: inline; 
	}
	
.long { 
	display: none; 
	}
	
	
