body {
	padding:0;
	margin:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(/pix/top_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

/* hack to display ff scrollbar / prevents page 'jump' effect */
html { overflow: -moz-scrollbars-vertical; }
/* end hack */

#header {
	background-image:url(/pix/teds_header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

/*...............top menu...............*/

#top-menu {
	margin-right:27px;
}

#top-menu a, a:visited {
	font-family:"trebuchet MS", Arial, Verdana;
	font-size:15px;
	color:black;
	text-decoration:none;
	font-weight:bold;
}

#top-menu a:hover {
	color:#666666;
}

/*............left content..............*/

#left-content {
	background-color:#efefef;
}

#left-content h2 {
	background-color:#FF9900;
	padding:5px;
	font-family:"trebuchet MS", Arial, Verdana;
	font-size:15px;
	color:white;
	margin:0;
}

#left-content ul {
	margin: 5px 0 5px 3px;
	padding-left: 0;
	list-style-type: none;
}

#left-content li a {
	display: block;
	padding: 3px;
	width: 190px;
	border-bottom: 1px solid  #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
}

#left-content li a:link, #left-content li a:visited {
	color: #000;
	text-decoration: none;
	font-size:13px;
}

#left-content li a:hover {
	background-color:#EBEBEB;
	color: #000;
	text-decoration:underline;
}

#left-content li li a {
	display: block;
	width: 170px;
	border-bottom: 1px solid  #CCCCCC;
	background-image:url(/inc/html/tedson/pix/sub_menu_arrow.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
}

#left-content li li a:link, #left-content li a:visited {
	color: #000;
	text-decoration: none;
	font-size:13px;
}

#left-content li li a:hover {
	background-color:#EBEBEB;
	color: #000;
	text-decoration:underline;
}

/*..........center content.............*/

#center-content {
	padding-left:10px;
	padding-right:10px;
	margin:0;
	padding-top:0;
	padding-bottom:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:21px;
}

#center-content a, #center-content a:visited {
	color:#000000;
	background-color:#efefef;
	padding:2px;
	text-decoration:none;
}

#center-content a:hover {
	text-decoration:underline;
}

#center-content h1 {
	background-color:#666;
	padding:5px;
	font-family:"trebuchet MS", Arial, Verdana;
	font-size:15px;
	color:white;
	margin-top:0px;
	margin-right:4px;
	margin-bottom:3px;
}

#center-content h2 {
	font-size:13px;
	color:#666666;
	border-bottom:1px solid black;
}

#center-content h3 {
	background-color:#666;
	padding:5px;
	font-family:"trebuchet MS", Arial, Verdana;
	font-size:15px;
	color:white;
	margin-top:2px;
	margin-right:4px;
	margin-bottom:-8px;
}

h2.centerBoxHeading {
	background-color:#000000;
	color:#fff;
}

/*..........right content............*/

#right-content {

}

#right-content h2 {
	background-color:#000000;
	padding:5px;
	font-family:"trebuchet MS", Arial, Verdana;
	font-size:15px;
	color:white;
	margin:0;
}

#right-content ul {
	margin: 5px 0 5px 0;
	padding-left: 0;
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
}

#right-content li a {
	display: block;
	padding: 3px;
	width: 190px;
	border-bottom: 1px solid #ccc;
	font-weight:100;
}

#right-content li a:link, #right-content li a:visited {
	color: #000;
	text-decoration: none;
	font-size:13px;
}

#right-content li a:hover {
	background-color:#EBEBEB;
	color: #000;
	text-decoration:underline;
}

/*...........footer..............*/

#footer {
	padding-top:20px;
	background-image:url(/inc/html/tedson/pix/top_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	font-size:0.8em;
}

#footer-left {
	float:left;
	display:inline;
}

#footer-right {
	float:right;
}

#footer-right a {
	color:#000000;
	background-color:#efefef;
	padding:4px;
	font-size:11px;
}
