body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-attachment: fixed;
}
a {
	color:#000000;
	font-weight: bold;
	text-decoration: none;
	}
	a:hover {
	text-decoration:underline;
	}
	a.nobackground:hover { background: transparent; }  
h1, h2, h3 {
	margin: 10px 0;
	padding: 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h1 {
	font-size: 2.25em;
	font-weight: bold;
}
h2 {
	font-size: 2em;
	font-weight: bold;
}
h3 {
	font-size: 1.5em;
	font-weight: bold;
}
.linestyle {
	border-right-width: medium;
	border-bottom-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-top-width: thin;
	border-left-width: thin;
	border-top-color: #000000;
	border-left-color: #000000;
	border-top-style: dashed;
	border-left-style: dashed;

}
p {margin: 5px 0; padding: 5px 0;}

/*--Layout Property--------------------------------------------*/

#main {
	height: 100%;
	min-height: 724px;
	position: relative;
	overflow: hidden;
	background-image: url(../images/stretch.gif);
	background-repeat: repeat-y;
}

*html #main {
	height: 724px;
	overflow: visible;
}
.container {
	margin: 0 auto;
	width: 970px;
	font-size: 12px;
}

/*--Header Property---------------*/
#header {
	width: 970px;
	float: left;
	height: 165px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/scentsy-title.gif);
	background-repeat: no-repeat;
	padding-bottom: 20px;
	padding-top: 0px;
	visibility: visible;
}
#header h2 {
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 20px;
}
#header h3 {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
#header ul {
	margin:0;
	list-style:none;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
  }
#header li {
	float:left;
	background-image: url(../images/norm_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 9px;
	margin: 0;
  }
#header a {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	background-image: url(../images/norm_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
	color:#FFFFFF;
  }
#header #current {
	background-image:url(../images/norm_left_on.gif);
  }
#header #current a {
	background-image:url(../images/norm_right_on.gif);
	color:#FFFFFF;
	padding-bottom:4px;
	font-size: 18px;
  }
	#layoutdims {
	clear:both;
	margin:0;
	background-color: #FFFFFF;
	height: 1px;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #000000;
	}
/*--Side Col Property---------------*/
#sidecol {
	float: left;
	width: 150px;
	position: absolute;
	top: 237px;
	left: 0px;
	padding-top: 0px;
	padding-left: 10px;
	text-align: center;
	background-color:transparent;
	visibility: visible;
}
#sidecol h2 {
	margin: 0;
	overflow: hidden;
	display: block;
	clear: both;
	font-weight: bold;
	font-size: 1.5em;
	color: #000000;
}
#sidecol ul  {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidecol ul  li {
	display: block;
	margin: 0;
	padding: 0;
}
#sidecol ul li a{
	display: block;
	width: 225px;
	padding: 7px 0 7px 10px;
	text-decoration: none;
	color: #222;
	background: #E1CAE1 url(../images/sidecol_a.gif) no-repeat right top;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #eee;
}
#sidecol ul  li :hover {
	background: #fff;
}
/*--Side Col Property---------------*/
#sidecolrt {
	float: left;
	width: 150px;
	position: absolute;
	top: 233px;
	left: 811px;
	padding-top: 59px;
	text-align: center;
	background-color:transparent;
	visibility: visible;
	padding-right: 10px;
}
#sidecolrt h2 {
	margin: 0;
	overflow: hidden;
	display: block;
	clear: both;
	font-weight: bold;
	font-size: 1.5em;
	color: #000000;
}
#sidecolrt ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidecortl ul li {
	display: block;
	margin: 0;
	padding: 0;
}
#sidecolrt ul li a {
	display: block;
	width: 225px;
	padding: 7px 0 7px 10px;
	text-decoration: none;
	color: #222;
	background: #E1CAE1 url(../images/sidecol_a.gif) no-repeat right top;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #eee;
}
#sidecolrt ul li :hover {
	background: #fff;
}
/*--Content Property---------------*/
#content {
	float: right;
	width: 755px;
	background-color: #FFFFFF;
	margin-top: 230px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #000000;
	display: inline;
	min-height:1800px;
}
/*--Footer Property---------------*/
#footer {
	float: left;
	height: 200px;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../images/footer.gif);
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #000000;
}
.special {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	background-color: #B7AE88;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
}
.consultant {
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
}
.textboxstyle {
	background-color: #E3DFCE;
}
.largetext {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
