
#top {
    background-color:#000000;
    text-align:center;
    padding:5px;	
	height: 90px;
	width: 100%;
}


body {height:100%; margin:0; padding:0;background-color: #FFFFFF;overflow-y:auto;}

html {overflow-y:auto;}

html, body {
    overflow-x: hidden;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	}

img{
	width:auto;
	max-width: 100%;
	height:auto;
}

.bar 
{
	width: 100%;
	background-color: #bf0069;
}

p {
	margin-left: 5rem;
	margin-right: 2rem;
}

.bar{
position: fixed; /* Set the navbar to fixed position */
top: 0; /* Position the navbar at the top of the page */
width: 100%; /* Full width */
}

.bar ul li a 
{
	text-decoration:none;
	color: white;
	background-color: #bf0069;
}

.bar li a:hover {
  background-color: #ffffff;
  color: black;
}

ul {
    list-style-type: none;
	 margin: 0;
  padding: 0;
	 overflow: hidden;
	font-size: 14px;
}

li {
    display:inline;
	float: left;
}

li a { 
	display: block;
	padding: 10px;
	text-align: center;
}

li a:hover {
  background-color: #111;
	cursor: pointer;
}


a:link {
	color: #333333;
	text-decoration: underline;
}

/* visited link */
a:visited {
	text-decoration: underline;
	color: #333333;
}

/* mouse over link */
a:hover {
	text-decoration: underline;
	color: #bf608a;
	cursor: pointer;
}

a:active {
	text-decoration: underline;
}


#footer {
    background-color:#000000;
	width: 100%;
    color:white;
    padding:15px;
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	height:125px;
	padding:10px;
}

#footer a 
{
	text-decoration:underline;
	color: white;
	
}

#footer a:hover {
  color: white;
text-decoration:none;
	pointer: cursor;
	padding: 5px;
	
}

#footer1{
	background-color:#000000;
	width: 100%;
	color:white;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	position: fixed;
	}

#footer1 a 
{
	text-decoration:none;
	color: white;
	
}

#footer1 a:hover {
  color: white;
text-decoration:none;
	pointer: cursor;
	padding: 5px;
}


#parent {
    width: 100%;
}

.image {
    float: left;
    width: 200px;
    height: 360px;
    padding: 0px 50px 0px 0px;
    margin: 0px 50px 0px 0px;
	text-align:center;
}

.address {
	text-align:right;
	padding: 10px 30px 0px 0px;
}




.ezine {
	border: 1px solid #000000;
	padding: 1% 25%;
	text-align: center;
}

.style18 {color: #333333;line-height: 1.6;font-family: Verdana, Arial, Helvetica, sans-serif;}

.style22 {color: #333333;font-weight: bold;}

.style24 {font-size: 12px}

.style26 {font-size: 18px}

.style31 {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 17px;line-height: 1.6;}

.style27 {font-size: 9px;font-family: Verdana, Arial, Helvetica, sans-serif;}

.style29 {color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif; }




@media screen and (max-width: 767px) {
/* start of medium tablet styles */
	
.style24 {font-size: 14px; margin-left: 0rem; margin-right: 1rem;}

.style26 {font-size: 16px; margin-left: 0rem; margin-right: 1rem; ; font-weight:bold;}
	
.style31 {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 17px;line-height: 1.6;}


}



@media screen (max-width: 424px) 
{
.style24 {font-size: 16px; margin-left: 1rem; }

.style26 {font-size: 18px; margin-left: 1rem; font-weight:bold;}
	
.style31 {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 17px;line-height: 1.6;}
	
p {
	margin-left: 0.2rem;
}
	
}


