body {
	background-color: #fff; margin: auto; padding: 0; width: 760px; color: #000;
	font-size: 10pt; font-family: helvetica, sans-serif, arial; font-weight: normal;
	text-align: center;
}

#wrap {
	background-color: #fff;
	width: 760px;
	margin: 0 auto;
	text-align: center;
}

#header {
	background-color: #fff; text-align: center; color: #000;
	padding: 0; margin: 0;
}

#nav {
	background-color: #c96; padding: 0; margin: 0;
	float: left; width: 758px; border: solid #630 1px;
	font-size: 10pt; font-family: helvetica, sans-serif, arial; font-weight: normal;
	text-align: center;
}

#nav ul {
	margin: 0; padding: 0 8px;
	list-style: none;
}

#nav li {
	float: left; margin: 0; padding: 0;
	line-height: normal; text-indent: 0;
}

#nav a {
	display: block; padding: 5px 16px 6px 16px;
	border: solid #630; border-width: 0 1px 0 0;
	color: #000; text-decoration: none;
	white-space: nowrap;
}
/* Following rule allows entire region of link to to be
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */

* html #nav a {
	width: 1%;
}

#nav a:hover {
	color: #630;
	background-repeat: no-repeat;
	background-image: url(/images/triangle_black.gif);
	background-position: center left;
	text-decoration: underline;
}

#nav #current {
	background-repeat: no-repeat;
	background-image: url(/images/triangle_black.gif);
	background-position: center left;
}

#main {
	width: 600px; margin: 20px 70px 6px 70px; padding: 6px;
	font-size: 10pt; font-family: helvetica, sans-serif, arial;
	text-align: left; background-color: #fff; color: #000;
}

#main a {
	color: #630;
}

#main a:hover {
	color: #c96; text-decoration: underline;
}


#main p {
	margin: 0; padding: 6px;
}

#footer {
	clear:both; padding: 0; margin: 0; width: 100%; text-align: center;
	font-size: 10pt; font-family: helvetica, sans-serif, arial; font-weight: normal;
	border-top: 1px dotted #999;
}

#footer p {
	clear: both; text-align: center;
	padding: 4px; margin: 2px;
	font-size: 8pt; color: #999;
}

#footer .redwaves {
	color: #c00;
	text-decoration: none;
}
#footer .redwaves:hover {
	color: #333;
}

.bold {
	color: #630; font-weight: bold;
}

.italic {
	font-style: italic;
}

h1 {
	font-size: 12pt; color: #630; font-weight: bold;
	border-bottom: 1px solid #c96;
	border-right: 1px solid #c96;
	margin: 10px 50px 0 0px; padding: 2px 2px 2px 30px;
}

h2 {
	font-size: 12pt; color: #630; font-weight: bold;
	text-align: left;
}

a {
	color: #630; text-decoration: none;
}

a:hover {
	color: #999; text-decoration: underline;
}

li {
	padding: 4px;
}

.clear {
	font-size: 1px; height: 1px;
}

.nobullets {
	list-style-type: none;
}

.pad_right {
	margin: 0px 6px 0px 0px;
}

.imgright_main {
	float: right; 
	margin: 20px 10px 10px 10px;
}

.article {
	border-left: 4px solid #c96; 
	border-right: 4px solid #c96;
	padding: 4px 24px 4px 24px;
	margin: 10px 2px 10px 2px;
}

.biz { 
	width: 320px;
	border: 1px solid #630; 
	border-left: 8px solid #630;
	padding: 4px 24px 4px 24px;
	margin: 10px 2px 20px 12px;
	
}