<!--DECOTONE
body,td,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
body {
	background-color: #f6a150;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #593333;
	font-size: 24pt;
}
h2 {
	color: #492411;
	font-size: 18pt;
}
h3
{
	color: #492411;
	font-size: 16pt;
}
h4 {
	color: #492411;
	font-size: 14pt;
}
h5 {
	color: #492411;
	font-size: 12pt;
}
h6 {
	color: #492411;
	font-size: 10pt;
}

.categoryHeading
{
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	width: 190px;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #eb6b00;
	text-align: center;
	vertical-align: middle;
}

a:link {
	color: #492411;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #492411;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #492411;
}

#sampleButton {}
	#sampleButton a
	{
		display: block;
		width: 75px;
		height: auto;
		padding: 3px 5px 3px 5px;
		margin: 0px 0px 0px 10px;
		color: #FFFFFF;
		background-color: #451e0b;
		text-align: center;
		text-decoration: none;
	}
	#sampleButton a:hover
	{
		background-color: #6c4f3d;
	}

#MAIN_NAV 
{
	font-family:Arial, Helvetica, sans-serif;
	width: 100%;
	height: 35px;
	margin: 7px 0px 5px -2px;
	background:url(images/bg_main_nav.jpg) repeat-x;
	color: #EAE6E3;
	font-size: 12pt;
}
	#MAIN_NAV a 
	{
		display: block;
		float: left;
		width: 154px;
		height: 23px;
		padding: 10px 0px 0px 0px;
		color: #FFFFFF;
		border-left: 2px solid #FFFFFF;
		text-decoration: none;
		font-weight: bold;
	}
	#MAIN_NAV a:hover
	{
		color: #CCCCCC;
	}
#SIDE_NAV {
	text-align: left;
	vertical-align: top;
	color: #FFFFFF;
	font-size: 12pt;
}
	#SIDE_NAV a 
	{
		display: block;
		width: 185px;
		height: auto;
		margin: 3px 0px 0px 0px;
		padding: 2px 5px 0px 10px;
		color: #663333;
		text-decoration: none;
		font-weight: bold;
		font-size: 10pt;
		background-color: #ffcc99;
		background-image: url(images/leftNavBG.jpg);
		background-position: center left;
		background-repeat: repeat-y;

	}
	#SIDE_NAV a:hover
	{
		color: #fff;/*#a2997b*/
	}
	
#ODD_NAV {
	padding: 2px 2px 2px 10px;
}
	#ODD_NAV h1 {
		color: #FFFFFF;
	}
	#ODD_NAV a {
		color: #FFFFFF;
	}

.pageContent
{
	width: 720px;
	padding: 0px 13px 3px 0px;
	border-top: thin solid #CCCCCC;
	border-right: thin #000000 solid;
	border-bottom: thin #000000 solid;
	border-left: thin solid #CCCCCC;
}

#applicationPhotos
{
	text-align: left;
	border: none;
	width: 100%;
	padding-top: 10px;
}
	#applicationPhotos img
	{
		padding: 5px 2px 5px 2px;
	}
#photoCategories
{
	text-align: left;
	border: none;
	width: 100%;
	padding: 15px 15px 0px 20px;
}

.appCategory
{
	vertical-align: top;
	padding: 3px 0px 3px 8px;
	margin: 0px 0px 0px 0px;
}
	.appCategory img
	{
		vertical-align: top;
	}

.ApplicationImageLeft
{
	float: left;
	padding: 0px 0px 5px 0px;
	border: none;
}
.ApplicationImageRight
{
	float: right;
	padding: 0px 0px 5px 0px;
	border: none;
}

#Footer
{
	margin: auto;
	margin-top: 0px;
	width: 940px;
	background-color: #FFFFFF;
	text-align: left;
	padding: 2px 5px 4px 5px;
}
#FOOTER_NAV
{
	width: 940px;
	height: 30px;
	background-color:	#F4F0ED;
	margin:auto;
	margin-top: 3px;
	padding: 0px 0px 0px 0px;
	color: #4F2112;
	font-size: 12pt;
	text-align: left; 
}
	#FOOTER_NAV a 
	{
		display: block;
		float: left;
		text-decoration: none;
		margin: 5px 15px 0px 2px;
	}
	#FOOTER_NAV a:hover
	{
		text-decoration: underline;
	}

#Copyright
{
	margin: auto;
	width: 940px;
	color: #F4F0ED;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	padding: 5px 2px 2px 2px;
}
	
#PRODUCT_DESCRIPTION {
	padding: 2px 2px 10px 2px;
}
-->