html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: arial;
	vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color:#81BD53;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	text-decoration:none;
}

#header #headerTop, #header #headerBottom, #header #mainMenu, #Content, #bottom #bottomMenu, #bottom #bottomExtra{
	width:880px;
	margin:0 auto;
	margin-top: auto;
}

#headerBottom{
	background:url('../img/headerBotBcg.png');
	background-position: right;
	background-repeat: no-repeat;
}

#mainMenu ul{
	display:table;
}

#mainMenu ul li, #topMenu ul li {
	display:table-cell;
	padding: 2px 16px;
}

#mainMenu ul li:hover{
	background:#81BB55;
}

#mainMenu ul li:first-child, #topMenu ul li:first-child{
	padding-left:0;
}

#mainMenu ul li:last-child, #topMenu ul li:last-child{
	padding-right:0;
}

#mainMenu ul li a, #topMenu ul li a{
	color:white;
	font-family: arial;
}

#mainMenu ul li a{
	font-size:18px;
	text-shadow: 1px 1px 4px black;
	line-height: 17px;
}

#mainMenu ul li a{
	font-size:18px;
	text-shadow: 1px 1px 4px black;
	line-height: 17px;
}

#mainMenu ul li a p{
	font-size: 9px;
}

#topMenu ul li a{
	font-size:12px;
}

#header{
	background:#F9F9F9;
}

#header #hTopBcg{
	background:#3DA75D;
}

#header #mainMenuBcg{
	background: url('../img/headerTopBcg.png') repeat-x;
	height: 37px;
	padding: 7px;
}

#bottomExtra{
	width:840px!importamt;
	padding:10px;
	background:black;
	border-radius:10px;
	color:white;
	
}

#bottomExtra h3{
	margin-bottom:10px;
	
}


#bottomMenu{
	display:table;
	padding-bottom:20px;
}

#content{
	background:#ECEFF0;
	border-radius:10px;
	margin: 24px auto;
	padding: 31px 12px 31px 18px;
	width:843px;
	
}

#content #table{
	display:table;
}

#content #table #tc{
	display:table-cell;
	width: 34%;
	text-align:center;
	font-size: 12px;
	letter-spacing: 2px;
	}
	
	
#content #table #tc2{
	display:table-cell;
	padding:0 15px;
}

#content #table #tc2:first-child{
	border-right: 2px solid #67bd49;}

#content h1, #content h2{
    font-weight: bold;
	text-shadow: 1px 1px 0px #d8d8d8;
	
    color: #67bd49;
	margin:20px;
}

#content span{
	display:block;
	text-align:justify;
}

#content h1{
	font-size:26px;
}

#content h2{
	font-size:20px;
	text-align: justify;
}

#content ul li{
	text-align:left;
	margin: 10px 0;
	background: url(../img/check.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 15px;
	background-size: 12px 17px;
}

#content ul{
	margin:20px 0 
}



#bottomMenu #menuTable {
	display:table-cell;
	background: #2A7440;
	color: white;
	border-radius: 10px;
	border: 1px solid black;
}

#menuTable h3{
	margin:10px 10px 0px 10px
}

#menuTable ul{
	padding:10px;
}

#menuTable ul li a{
	color: white;
	font-size: 12px;
	display: list-item; list-style-type: disc; 
	list-style-position: inside;
	margin: 5px;
}

#menuTable ul li{
}

#bottomMenu #ws{
	width:15px
}

#footer{
	text-align:center;
	background: black;
	margin-top: 22px;
	color: white;
	padding: 13px;
}