﻿.body {

	/*background-color: #8dc63f;*/
    margin: 0;

    padding: 0;
	/*margin-left: 25px;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;*/

}

.imgHeading {
  display:block;
   margin:auto;


}

.LogoHeading {
  display:block;
   margin:auto;
	background-color: #8dc63f;
    background: -webkit-linear-gradient(#8dc63f, #8dc63f); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#8dc63f,#8dc63f); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#8dc63f, #8dc63f); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#8dc63f, #8dc63f); /* Standard syntax */


}

.Divheading {
  display:block;
   margin:auto;
	background-color: #8dc63f;
    box-shadow: 0 0 20px #3B0B2E; 


}


.Content {
margin-left:auto;
    margin-right:auto;

}

.ImageButtons 
{
 
 
    background-color: White;
    /*color: #5FB404;*/
    color: #960853;
    width: 275px;
    height: 200px;
    padding: 15px;
    font-weight: bold;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; 
   /* border-radius:5px;   */
    border-style: none;
    border-color: #960853;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
    outline: none;
    text-align: center;
     font-family: Tahoma;
     font-size:12px;

}

.ImageButtons:hover
{
    background-color: White;
    /*color: #5FB404;*/
    color: #5FB404;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; 
   /* border-radius:5px;   */
    border-style: none;
    border-color: #5FB404;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #00BFFF; 

}

.hr
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    background-color: #eee;
    color: #eee;
    height: 1px;

}

.CompanyInfo {
    padding: 15px;
text-align: center;
font-family: Tahoma;
font-size: 12px;
  display:block;
   margin:auto;
}
