body {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	color:#EAE9E9;
	margin-top: 8px;
	margin-bottom: 30px;
	}

div#main {
	width: 1024px; 
	position: relative;
	margin:0 auto;
	text-align:left;
	}

div.nav {
	position: absolute; 
	top: 0px;
	height: 75px;
	}

h1 {font-family:"century gothic"; font-size:24px; color:#F0EEEE; font-weight:normal; display:inline;}
h2 {font-family: Georgia, "Times New Roman", Times, serif; font-size:13px; color:#000000; display:inline;}

a:link {color: #C71302;	text-decoration: none;}
a:visited {text-decoration: none; color: #C71302;}
a:hover {text-decoration: underline; color: #C71302;}
a:active {text-decoration: none; color: #C71302;}

a.nav:hover {text-decoration: none;	color: #808080;	background-color:#F4F4F4;}

a.u:link {color: #C71302; text-decoration: underline;}
a.u:hover {text-decoration: none; color: #C71302;}
a.u:visited {color: #C71302; text-decoration: underline;}
a.u:active {text-decoration: underline;	color: #C71302;}

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(../images/btn.gif) no-repeat;
	width:15px;
	height:23px;
	}

input, textarea {
	background: #EAE9E9;
	border: 1px solid #bbbbbb;
	padding:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

input.ml {height:12px;}

/* styling for form buttons */
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
	}
a.button {
	background: transparent url('../images/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('../images/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 */
	}
	
.addthis_toolbox {float:right; margin-left:10px; margin-right:10px;}

/* footer */
.plank {float: left; margin-top: 30px;}
.footer_left {float: left; margin-top: 20px; width: 500px; text-align: left;}
.footer_right {float: left; width: 580px; margin-top: 14px;	text-align: right; margin-bottom:30px;}