/* GENERAL RULES */
body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #808285;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	CURSOR: url(images/i_butterfly.cur);
}

p {
	margin: 0 10px .7em 10px;
	font-size: 11px;
	line-height: 1.3em;
}

h3 {
	margin: 12px 10px .3em 10px;
	color: #8e8d29;
	font-size: 11px;
	line-height: 1.3em;
}

h2 {
	margin: 0 0 4px 0;
	color: #f6a9bb;
	font-size: 16px;
	line-height: 1.3em;
}

p.heading {
	margin: 6px 10px .5em 10px;
	color: #f6a9bb;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3em;
}

ul {
	margin-top: 54px;
	padding-left: 10px;
	margin-left: 10px;
	color: #8fb579;
}

li {
	margin: 0 0 1.4em 0px;
	padding: 0;
	color: #8fb579;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.3em;
}

li a, li a:active, li a:visited {
	color: #8fb579;
	text-decoration: underline;
}

li a:hover {
	color: #8fb579;
	text-decoration: none;
}

a {
	CURSOR: url(images/i_butterfly_on.cur);
}

a, a:active, a:visited {
	color: #808285;
	text-decoration: underline;
}

a:hover {
	color: #808285;
	text-decoration: none;
}

/* tables */
td {
	padding: 0;
	vertical-align: top;
}

table.main {
	width: 758px;
}

table.nav {
	margin-left: 14px;
	width: 113px;
	background: #8fb579;
}

td.nav {
	background: #8fb579;
}

td.content {
	background: #ffffff;
	vertical-align: top;
}

td.contentHome {
	background: #ffffff;
	height: 422px;
}

td.footer {
	padding: 0 12px 0 0;
	background: #f6a9bb;
}

td.text_sec_1 {
	background: url(images/text_sec_1.gif) no-repeat;
}

td.text_sec_1 p {
	font-size: 12px;
	color: #8e8d29;
	line-height:1.5em;
	font-weight:bold;
}

/* images */
img {
	border: 0;
}

.sep {
	background: url(images/sep_home_2.gif) repeat-y;
}

.sep_right {
	background: url(images/sep_right.gif) repeat-y;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.form_row {
	clear: both;
	height: 36px;
	margin-bottom: 12px;
}
.form_row_tall {
	clear: both;
	height: 64px;
	margin-bottom: 12px;
}
.form_row_short {
	clear: both;
	height: 28px;
	margin-bottom: 8px;
}
.form_row_textarea {
	clear: both;
	height: 108px;
	margin-bottom: 12px;
}
.form_row div {
	margin-right: 4px;
}
.form_row p {
	margin: 0px 0px 3px;
}
