/* Home Page Specific Styles. Used ONLY on Home Page */
/* All Other Styles in the main stylesheet.css file */

.homePageLeftMenuTable {
	margin: 0px;
	width: 300px;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	border-left-color: #EBE8BE;
	border-left-style: solid;
	padding-top: 30px;
}

.homePageMainTable ul {
	list-style-image: url(../templates-graphics/spinsaw_10.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	list-style-type: circle;
	margin: 1em;
	padding: 0em 0.5em 0.5em;
	line-height: 1.7em;
}

.homePageMainTable {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

.homePageLeftMenuItemsTable {
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EBE8BE;
	padding-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
}

.homePageLeftMenuItemsTableNoBorder {
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

.homePageMainTable h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #DA9803;
	background-color: inherit;
}

.homePageMainTable h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: inline;
	line-height: 1.5em;
	background-color: inherit;
	color: #DA9803;
}

.homePageMainTable h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: inline;
	line-height: 1.5em;
	background-color: inherit;
	color: #DA9803;
}


.homePageMainContentTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: White;
	padding-bottom: 20px;
	line-height: 1.7em;
	padding-top:30px;
	padding-right: 10px;
	padding-left: 15px;
	border-right-style: solid;
	border-right-color: #EBE8BE;
	border-left-style: dotted;
	border-left-color: #EBE8BE;
	border-left-width: 2px;
	vertical-align: top;
}

.homePageMainContentTable hr {
	height: 2px;
	color: #EBE8BE;
	background-color: #EBE8BE;
	border: none;
}
