@charset "UTF-8";
/* CSS Document */


/* Reset default browser CSS
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
ol, ul, li,
fieldset, form, label, legend {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
a img {
	border: 0;
}

/* ----------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 30px;
}
div#wrapper {
	width: 959px;
	margin: 0 auto;
}

.tablecornersbdr {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:4px solid #cbaf26;
}

.tablecornersgreen {
	height:275px;
	 -moz-border-radius:10px;
	 -webkit-border-radius:10px;
	border-radius:10px;
	background-color:#fcf3c6;
}

.tablecornersblue {
	height:275px;
	 -moz-border-radius:10px;
	 -webkit-border-radius:10px;
	border-radius:10px;
	background-color:#c9dbe7;
}

.padding30 {
	padding:30px;
}

.padding20 {
	padding:20px;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	line-height: 36px;
	font-weight: normal;
	color:white;
	text-decoration: none;
	padding-top: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-top: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #76af31;
	text-decoration: none;
	padding-top: 0em;
	margin-top: 0em;
	margin-bottom: 10px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-top: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	padding-top: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 10px;
	padding-left: 10px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-top: 0;
	padding-bottom: 10px;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left:0em;
	padding-left:0em;

}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.text:link {
	color: #76af31;
	text-decoration: underline;
}
.text:visited {
	color: #76af31;
	text-decoration: underline;
}
a.text:hover {
	color: #76af31;
	text-decoration: underline;
}

.footer {
	border-top:1px solid #ccc;
	padding-top:20px;
}

.sitemap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #3f3f3f;
	text-decoration: none;
}

#icon_contact {
	
	height:27px;
	display:inline-block;
 
	margin-left:1px;
	margin-top:0px;
 
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#666666;
	margin-bottom:10px;
	 
}
