body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #d7d7bd;
	margin: 30px;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, input, textarea {
	padding: 0px;
	margin: 0px;
}
a {
	color: #035c7a;
	text-decoration: underline;
}
a:hover {
	color: #035c7a;
	text-decoration: none;
}
.main {
	width: 840px;
	margin: 0px auto;
}
.page {
	background-color: #FFFFFF;
	width: 800px;
	float: left;
	padding: 20px;
}
.header {
	width: 800px;
	float: left;
}
.header-img {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	width: 800px;
	height: 150px;
	float: left;
}
.header-img h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	line-height: 100%;
	color:#27D81A;
	margin-top: 63px;
	margin-right: 72px;
}
.header-img p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 136px;
}
.menu {
	background-color: #000000;
	width: 800px;
	height: 50px;
	float: left;
}
.menu ul {
	list-style-type: none;
}
.menu ul li {
	display: inline;
}
.menu ul li a p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 51px;
	color: #FFFFFF;
	text-decoration: none;
	
}
.menu p a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu ul li a:hover {
	color: #4BC4EF;
}
.content1 {
    margin-left: auto;
    font-size: 12px;
    margin-right: auto;
    width: 100%;
    background-color: #b0e0e6;
    padding-top: 100px;
	text-align: justify;
	}
.content1 p,h2,li,ul {
    margin-left: 1cm;
    margin-right: 1cm;
      	text-align: justify;
		line-height: 200%;
	

}
          

.content1 p,h2,li,ul {
    margin-left: 1cm;
    margin-right: 1cm;
                line-height: 200%;


}

 
        
.content {
	width: 480px;
        margin-left: auto;
  	margin-right:auto;
	padding-top: 100px;
}
.header1 {
        background-color: blue;
        width: 800px;
        height: 100px;
        float: left;
}
.header1 p {
        color: #C8FE2E;
        margin-top: 20px;
        text-align:center;
}
.header1-img {
        background-repeat: no-repeat;
        background-position: left top;
		margin: 4px 2px;
        text-align: right;
        width: 100px;
        height: 100px;
        float: left;
}
.side-img {
        background-repeat: no-repeat;
        background-position: right top;
		margin: 50px 50px;
        text-align: right;
        float: right;
         
         }
.footer {
	background-color: #000000;
	width: 800px;
	height: 55px;
	float: left;
}
.footer p {
	color: #C8FE2E;
	margin-top: 20px;
	text-align:center;
}

.footer h1 {
        color: #C8FE2E;
        margin-top: 20px;
        text-align:center;
}

ul.a {
       list-style-type: circle;
       padding-left : 100px;
       font-size : 10px;

     }
 
