body { color: #ccc; background: #FFE883 url(../images/hwv_pat_bg2.gif); margin: 0px; padding-top: 20px; }

/* holder styles */
#holder { width: 780px; background-color: #fff; margin: 0 auto 0 auto; padding: 10px; }

#innerholder {
	width: 760px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #ccc;
	margin: 10px auto;
}

#inner_holder { /* secondary holder style for inner pages - has no height limit */
	width: 760px;
	text-align: left;
	color: #000;
	margin: 10px auto 10px auto;
	background: #FFF url(../images/inner_btm_bg.gif) bottom repeat-x;
	border: 1px solid #ccc;
}

#main {z-index:1; margin-top: -60px;}

a:link {
	color: #006633;
	text-decoration: none;
}

a:hover, a:active {
	color: #FF9900;
	text-decoration: none;
	text-shadow: #FFFF00 0.1em 0.1em 0.1em;
}

a:visited {
	color: #999;
	text-decoration: none;
	text-shadow: #003333 0.1em 0.1em 0.1em;
}  

/* header styles */
#header {font-size: 13px; font-family: Arial,Helvetica,sans-serif; font-weight: bold; color: #660099; background:url(../images/header_bg.jpg) top left no-repeat; height: 91px; padding-top: 20px; padding-left: 15px;}

/* navigation styles */

#leftnav {
	z-index:1;
	margin: -50px 0px 0px 20px;
	width: 179;
	float: left;
}

#logo {
	position: relative;
	padding-bottom: 10px;
}

#nav {
	background:url(../images/inner_left_navbg.gif) top no-repeat;
	width: 193px;
	height: 393px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #660099;
	font-weight: bold;
}

#nav .cell {
	line-height: 20px;
	padding-left: 20px; }
	
/* content styles */
#content {
	width: 760px;
}

#inner_content {
	background: url(../images/inner_leaf_hdr.gif) top left no-repeat;
	margin-left: 230px;
	width: 520px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

#inner_content .header { padding-top: 15px; font-size: 18px; color: #006600;}
#inner_content .purple_header { font-size: 14px; font-weight: bold; color: #660099;}
#inner_content .left_img { float: left; padding: 7px; text-align: center;}
#inner_content .right_img {
	float: right;
	padding: 7px;
	text-align: center;
}
#inner_content .mainpic {
	width: 470px;
	text-align: center;
	margin: 0px auto;
	padding: 10px;
}

/* box styles */
#box { font-size: 10px; font-family: Arial,Helvetica,sans-serif; font-weight: bold; color: #333; z-index: 1; color: #333; background: url(../images/box_bg.jpg) top no-repeat #F5EDFF; margin: 0px 13px 10px 0px; width: 180px; height: 147px; float: left; border-bottom: 0px dotted #6699CC; }
#box .header { font-size: 13px; font-family: Arial,Helvetica,sans-serif; font-weight: bold; color: #660099; text-transform: uppercase; margin: 10px 0px 10px 10px; }
#box p { font-size: 10px; font-family: Arial,Helvetica,sans-serif; font-weight: bold; color: #666;  margin: 0px 10px; }
#box .snap { float: right; }

#box_right {
	font-size: 10px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #333;
	z-index: 1;
	background: url(../images/box_bg.jpg) top no-repeat #F5EDFF;
	width: 180px;
	height: 147px;
	border-bottom: 0px dotted #6699CC;
	float: right;
	margin-bottom: 10px;
}
#box_right .header { font-size: 13px; font-family: Arial,Helvetica,sans-serif; font-weight: bold; color: #660099; text-transform: uppercase; margin: 10px 0px 10px 10px; }
#box_right p { font-size: 10px; font-family: Arial,Helvetica,sans-serif; font-weight: bold; color: #666; margin: 0px 10px; }
#box_right .snap { float: right; }

/* footer styles */
#footer {
	color: #FFF;
	font: 9px bold Arial, Helvetica, sans-serif;
	padding: 5px;
	background-color: #6699CC;
	text-align: center;
}

/* miscellaneous styles */
.brclear { background-color: #FFF; clear:both; height:0; margin-bottom: 10px; font-size: 1px; line-height: 0px; }
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #666666;
	line-height: 10px;
}