* {
	margin: 0;
}
html, body {
	height: 100%;
	overflow: hidden;
}
table, tr, td {
	margin: 0;
	padding: 0;
}
p.info {
	color: #666; font-family: Helvetica, Gill, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none; font-style: italic;
}
#wrapper {
	min-height: 100%;
	text-align: center;
	height: auto;
	height: 100%;
	margin: 0 auto -100px;
}
#site {
	background-image:url('./images/content.gif');
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:bottom right;
	color: #ddd; font-family: Helvetica, Gill, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none;
}
#push_footer {
	height: 100px; 
	width: 100%;
}
#footer {
	height: 100px; 
	width: 100%;
	text-align: center;
	background-image:url('./images/footer.png');
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position:bottom center; 
	color: #ddd; font-family: Helvetica, Gill, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none;
}
#footer_space {
	height: 50px;
}
#left {
	width: 150px;
	vertical-align: top;
	text-align: left;
	background-image:url('./images/logo.gif');
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:top left; 
	color: #ddd; font-family: Helvetica, Gill, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none;
}
ul.menu {
	font-family: Helvetica, Gill, sans-serif; font-size: 14px; font-weight: normal; text-decoration: none;
	padding: 0 0 0 0; margin: 0 0 0 0;
	display: block;
	text-align: right;
	list-style-type: none;}
li.menu {
	margin-left: 8px; display: block;
	height: 18px;
	background-image:url('./images/bar.gif');
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:bottom right; 
}
a {color: #999999; text-decoration: none;}
a:hover {color: #000000;}
.active {text-decoration: none; font-weight: bold; color: #000000;}
.deactive {text-decoration: none; font-weight: bold; }

#right {
	vertical-align: top;
	text-align: left;
	height: 392px;
}
#banner {
	height: 60px;
	width: 100%;
	text-align: right;
	vertical-align: bottom;
	color: #333; font-family: Helvetica, Gill, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none;
}
#content_holder {
	text-align: justify;
	vertical-align: top;
	height: 290px;
	width: 395px;
	overflow: auto;
	padding-right: 10px;
	font-family: Helvetica, Gill, sans-serif; font-size: 13px; font-weight: normal; text-decoration: none;
}
.date {font-family: Helvetica, Gill, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none; color: #00441a;
	   margin-top: 10px;
	   width: 45px;
	   float: right;
	   text-align: right;}
.title {font-family: Helvetica, Gill, sans-serif; font-size: 13px; font-weight: bold; text-decoration: none; color: #00441a;
		margin-top: 10px;
		width: 330px;
		float: left;
		text-align: left;}
.title:first-letter {
	margin-left: 5px;
}
.subtitle {font-family: Helvetica, Gill, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none; color: #00441a;
		   }
.content {font-family: Helvetica, Gill, sans-serif; font-size: 11px; font-weight: normal; text-decoration: none; color: #5db07c;
		  text-align:justify;}
.subtitle a {
	color: #00441a; text-decoration: underline;
}
.content a {
	color: #5db07c; text-decoration: underline;
}
#attention {color:#FF0000;}

ul.emailForm {
	float:left;
}
li.emailForm{
	font-family: Helvetica, Gill, sans-serif; font-size: 14px; font-weight: normal; text-decoration: none;
	float:left;
	padding:0px;
	margin-top:5px;
	list-style-type:none;
	display:block;
	width:100%;
}
label.emailForm{
	float:left;
	width:150px;
}
#formDiv {position:absolute; height:1; width:1px; top:0; left:0;}
