body {
  font-family:  Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #000;
  font-size: 75%;
  background: #fff;
  border: 0;
margin: 0;
padding: 0;
text-align: center;

}
div{
margin: 0;
padding: 0;
}

img{
border: 0;
}

h1, h2, h3, h4, h5, h6 { 	
	padding: 20px 10px 5px 4px;
	font-weight: bold;
	color: #ED008A;
	margin: 0;
	}
h1{
	font-size: 150%;


	}

h2{
	font-size: 145%;
	color: #00AEEF;
}

h3{
	font-size: 140%;
 	color: #000;
 }
h4{
	font-size: 110%;

}
h5 {
  font-size: 110%;
    font-weight: normal;
	margin: 0px;
}
h6 {
color: #000000;
  font-size: 120%;
  font-weight: normal;
}



a:link		{ color: #000; font-size: 100%; text-decoration: none;}
a:active		{ color: #5F5F5F; font-size: 100%; text-decoration: underline;  }
a:visited		{ color: #5F5F5F; font-size: 100%; text-decoration: underline;  }
a:hover		{  color: #00B9F2; font-size: 100%; text-decoration: none; }


#top, #content, #footer{
width: 100%;
clear: both;
}
#divbody{
width: 760px;

}
#mainborder{
border: 1px solid #53C4ED;
text-align: left;
}

#footer{
background: #00AEEF;
}
#footer a{
color: #fff;
}
#footer p{
font-weight: bold;
text-align: center;
font-size: 145%;
word-spacing: 2px;
padding: 0;
margin: 0;
line-height: 30px;
color: #fff;
}
p {
font-size: 115%;
margin: 0;
padding: 15px 10px 5px 4px;
line-height: 18px;
 }

li {
  padding-left: 0px;
	text-align: left;
	margin: 0 0 3px 0;
line-height: 16px;
  font-size: 120%;
}


ul {
  padding-left: 10px;
 	margin: 10px 5px 5px 20px;

	list-style-image: url(images/bullet.gif);

  list-style-position: outside;

}
.bluefont{
color: #00AEEF;
}
.pinkfont{
color: #EC008C;
}

.rightfloat{
float: right;
}
.leftfloat{
float: left;
}
.leftcol p{
font-size: 100%;
}
.centercopy{
 text-align: center;
 padding-top: 0;
 font-size: 100%;
 }

.centercol{
float: left;
width: 251px;
color: #00AEEF;
}

.rightcol{
float: left;
width: 257px;
}
.leftcol{
float: left;
width: 250px;
}
.smallerfont{
font-size: 60%;
line-height: 12px;
}
.clear{
clear: both;
}