html, body {
	font-family: "arial", sans-serif;
	font-size: 13px;
	color: #56301d;
	background: #ffffff;
	margin:0px 0px 0px 0px;
	padding: 0px;
	height:100%;
}


a:focus {outline-style: none;}

a.         { font-weight: normal; color: #56301d; }
a:link     { font-weight: normal; color: #56301d; }
a:active   { font-weight: normal; color: #56301d; }
a:visited  { font-weight: normal; color: #56301d; }
a:hover    { font-weight: normal; color: #56301d; }

#content {
	clear: both;
	width:100%;
}

#box_outline {
	position: relative;
    text-align:center;
	width:900px;
	margin: 0px auto 0px auto;
	border: #412010 1px solid;
}

#box {
	position:relative;
    text-align:center;
	width:900px;
	margin: 0px auto 0px auto;
}

#header {
	position:relative;
	height:114px;
	margin: 0px auto 0px auto;
}

#topnav {
	position:relative;
	height:40px;
	background:url(img/nav_bgd.gif) top left;
}

#center_content {
	position:relative;
	text-align: center; 
	padding: 25px 0px 0px 0px; 
	width:900px; 
}

#index_content {
	position:relative;
	text-align: center; 
	padding: 0px 0px 0px 0px; 
	width:900px;
	background:url(img/index_bgd.gif) top right no-repeat; 
}

#footer { 
	font-size: 10px;
	color: #412010;
	width:900px;
}

#center_type {
  text-align: left;
  padding: 20px 30px 00px 30px; 
}

#menu {
	margin-top: 14px;
	border: 0px;
}

#side_header {
	margin: 0px auto 0px auto;
	padding: 25px 0px 0px 0px;
	border: 0px;
}

#side_header img {
	align: right;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	border: 0px;
}


.purplefield	 		{ height: 20px; width: 430px; background-color: #e5cfe4; border: 0; color: #412010;
			  font-family: arial; font-size: 12px; text-align: left;}

.purpletextarea		{ height: 90px; width: 430px; background-color: #e5cfe4; border: 0; color: #412010;
			  font-family: arial; font-size: 12px; text-align: left; WRAP: hard;} /*note this is longer than can be used in Miva*/
.capstext {
	font-family:"Times New Roman", Times, serif;
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
	color: #501C4A;
	text-transform: uppercase;
}
.sidebar {
	font-family:"Times New Roman", Times, serif;
	text-align: center;
	font-size: 14px;
	line-height: 1.5em;
	background-color: #F8EDE9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #411F42;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #411F42;
	width: 197px;
	color: #501C4A;
}
.sidebar a:link {
	color: #501C4A;
	text-decoration: underline;
}
.sidebar a:visited {
	color: #501C4A;
	text-decoration: underline;
}
.sidebar a:hover {
	color: #9D8094;
	text-decoration: underline;
}
.sidebar a:active {
	color: #501C4A;
	text-decoration: underline;
}
.sidebarleft  {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #411F42;
}
.sidebarright  {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #411F42;
}
.alignleft {
	text-align: left;
	/*margin-left: -5px;*/
}
.aligncenter {
	text-align: center;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.capstimes {
	font-family:"Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 12px;
}
.purplecapstimeslarger {
	font-family:"Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 14px;
	color: #764B73;
}
.greenbox {
	background-color: #C7DEA6;
	color: #764B73;
	width: 125px;
	font-size: 12px;
	font-style:italic;
	/*text-align: center;*/
	padding: 10px;
	border: 1px dashed #764B73;
}
.highlight  {
	background-color: #E5CFE4;
	padding: 15px;
	border: 1px dashed #411F42;
}
.purpleitalic14px {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	color: #764B73;
}
.left20 {
	margin-left: -20px;
}
.floatright {
	float:right;
}
.clearfloat {
	clear: both;
}

/*miva styles*/
.miv_prod_name {
	font-size: small;
	font-weight:bold;
	color: #543019;
}
.viewall a {
	font-size:x-small;
	padding-left:20px;
}
.catdisplpg a {
	font-weight: bold;
	text-decoration: none;
}
.miv_bold_bigger {
	font-size: medium;
	font-weight: 500;
	color: #543019;
	padding: 15px;
	text-decoration:none;
}
textarea {
	width: 320px;
}
