body {
	background-color: #f9e38e;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

p {
	margin: 0px;
	font-family: "Myriad Pro";
	font-size: 16pt;
	color: #003333;
	text-align: left;
	text-indent: 5px;
}

#container {
	background-color: #ffffff;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	width: 700px;
	padding-right: 0px;
	padding-left: 0px;
}


#footer {
	padding: 0px 0 0px 0px;
}

   /* =links
---------------------------------------------------- */
#container_box a:link, a:visited 
	{
	color: #a45d0a;
	font-weight:bold;
	line-height: 25px;
	font-size:12.5px;
	text-decoration: none;
	right: 5px;
	}
#container_box a:active, a:hover {
	color: #003333;
	font-weight:bold;
	line-height: 25px;
	font-size:12.5px;
	text-decoration: none;
	right: 5px;
	}
	
#container_box a.set2:link, a.set2:visited, a.set2:hover, a.set2:active {
	color: #21902a;
	font-weight:bold;
	line-height: 25px;
	font-size:12.5px;
	text-decoration: none;
	right: 5px;
}
   /* =headers
---------------------------------------------------- */
H1 {
	font-size:20pt;
    color: #00492f;
	text-align: center;
	margin: 0;
	padding: 0;
    }
   
   
H2 {
	font-size:13pt;
    color: #00492f;
	margin-bottom: 3px;
	padding: 0;
    }

H3 {
	font-size:14pt;
    color: #00492f;
	text-decoration: none;
	margin: 0;
	padding: 0;
    }

H5 {
	color: #00492f;
    text-decoration: none;
	margin: 0;
	padding: 0;
	}	
   /* =text
---------------------------------------------------- */
.text_ourmisson {
	font-size: 12pt;
	color: #333333;
	margin-bottom: 20px;
}
.headertext {
	font-family: "Myriad Pro";
	font-size: 15px;
	color: #00492f;
	text-align: center;
}
.subdescriptiontext {
	font-family: "Myriad Pro";
	font-size: 15px;
	color: #00492f;
	font-weight:400;
}

.doubleaddresstext {
	font-family: "Myriad Pro";
	font-size: 13px;
	color: #00492f;
	font-weight:400;
	margin: 0;
	padding: 0;
}

.maintext {
	font-family: "Myriad Pro";
	font-size: 12pt;
	margin-bottom: 6px;
	margin-top: 12px;
	color: #003333;
	text-align: left;
	text-indent: 0;
	font-weight: 550;

		}

.captiontext {
	color: #333333;
	font-family: "Myriad Pro";
	font-size: 10pt;
	line-height: 10px;
	vertical-align: top;
	text-align: left;
	margin-top: 11px;
	font-weight: bold;
}
.captiontextsub {
	color: #333333;
	font-family: "Myriad Pro";
	font-size: 8pt;
	line-height: 0px;
	vertical-align: top;
	text-align: left;
	margin-top: 11px;
	font-weight: bold;
	font-style: italic;
}

.footertext {
	font-weight: bold;
	font-size: 12.5px;
}

.footertext table tr .footertext {
	text-align: center;
}
.footertext table tr td {
	text-align: center;
}

   /* =misc style
---------------------------------------------------- */
HR {
    height: 2px;
    width:96%;
    background:#00492f;
   }
   
.textfield {
	color:black;
	margin:0px;
	padding: 0px 0px;
	width:160px;
}

.cellback {
	background: url(img/email_bg.jpg) repeat-x;
}

