/* Coach Company Styles
	Table of contents
		-global styles
		-layout
		-typography
		-navigation 
*/
/* global styles
---------------------*/
body {
	font-family: arial, times new roman, verdana,;
	font-size: 14px;
	color: #000000;
	background-color:#fff;
	behavior: url(csshover.htc);	/*Menu behavior for IEWin */
} 
table {
	margin: 0;
	border: 0;
	padding: 0;
	vertical-align: top;
}

/* layout
---------------------*/
#allcontent {
	width: 800px;
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
}
#homeleftborder {
	border-left: 1px solid black;
	padding: 2px;
	height: 250px;
	color: #000000;
	font-size: 11px;
}

/* typography
---------------------*/
p {
	color: #000000;
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
	color: #006633;
	font-weight: bold;
}
h4, h5, h6 {
	color: black;
}
h1 {font-size: 25px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h6 {
	font-size: 11pt;
	text-decoration: italic;
}
a {
	text-decoration: none;
}

/* nav
---------------------*/
#lmenu img {
	border: none;
     margin: 0 0 0 -25px;
	_margin: -30px 0 0 0; !important
	 }
#lmenu {
	color: #297F54;
 	padding: 0;
	margin: 0;
}
#lmenu {
	width: 210px;
}
#lmenu a {
	color: #297F54;
	display: block;
	padding: 0;
	margin: -4px 0 0 0;
	_margin: -2px 0 0 0; !important
	}
#lmenu a:link, #lmenu a:visited, 
#lmenu a:hover, #lmenu a:active {
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
}
#lmenu ul {
	list-style-type: none;
	margin-left: -.5em;
}
#lmenu ul li{
list-style-type: none;
margin-left: 0;
}
#lmenu ul ul {
	margin-left: -2em;
	_margin-left: 1.5em; !important
} 