body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#808080;
	margin-top: 30px;
	margin-bottom: 30px;
	}

div#main {
	width: 880px; 
	position: relative;
	margin:0 auto;
	text-align:left;
	}

div.nav {
	position: absolute;
	top: 0px;
	border-left: 1px solid #E5E5E5;
	padding-left: 10px;
	height: 75px;
	}

h1 {
	font-family:"century gothic";
	font-size:24px;
	color:#930;
	font-weight:normal;
	display:inline;
}
h2 {
	font-family: "century gothic";
	font-size:16px;
	color:#808080;
	display:inline;
}

a:link {color: #808080;	text-decoration: none;}
a:visited {text-decoration: none; color: #808080;}
a:hover {text-decoration: underline; color: #808080;}
a:active {
	text-decoration: none;
	color: #930;
}

a.nav:hover {
	text-decoration: none;
	color: #930;
	background-color:#F4F4F4;
	font-weight: bolder;
}

a.u:link {color: #808080; text-decoration: underline;}
a.u:hover {
	text-decoration: none;
	color: #808080;
}
a.u:visited {color: #808080; text-decoration: underline;}
a.u:active {text-decoration: underline;	color: #808080;}

img {border-style: none;}

fieldset {border:0;}

.center {text-align:center;}
.ln {line-height:165%;}
.js {text-align: justify; line-height:165%;}
.lg {font-size:12px; line-height:150%;}
.jn {
	border:outset 0;
	color:#666;
	padding: 3px 6px;
	background:url(../imgs/btn.gif) no-repeat;
	width:45px;
	height:23px;
	}

input, textarea {
	background: #ffffff;
	border: 1px solid #bbbbbb;
	padding:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

/* styling for form buttons */
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
	}
a.button {
	background: transparent url('../imgs/bg_button_a.gif') no-repeat scroll top right;
	color: #444;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 23px;
	margin-right: 6px;
	padding-right: 15px; /* sliding doors padding */
	text-decoration: none;
	}
a.button span {
	background: transparent url('../imgs/bg_button_span.gif') no-repeat;
	display: block;
	line-height: 13px;
	padding: 5px 0 5px 15px;
	}
a.button:active {
	background-position: bottom right;
	color: #000;
	outline: none; /* hide dotted outline in Firefox */
	}
a.button:active span {
	background-position: bottom left;
	padding: 6px 0 4px 15px; /* push text down 1px */
	}

/* footer */
.plank {float: left; margin-top: 30px;}
.footer_left {
	float: left;
	margin-top: 20px;
	width: 430px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.footer_right {float: left; width: 450px; margin-top: 14px;	text-align: right; margin-bottom:30px;}
.BodyNormalText {
	font-size: 13px;
	font: "century gothic";
}
.content p a b {
	color: #F00;
}
