p {
	padding: 0px 0px 0px 0px;
}
li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.blue {
	color : #1966a8;
	font-weight: bold; 
}
.bluecent {
	color : #19017b;
	font-weight: bold; 
	text-align: center; 
}
.redcent {
	color : #ff0000;
	font-weight: bold; 
	text-align: center; 
}
.greencent {
	color : #09ac09;
	font-weight: bold; 
	text-align: center; 
}
.navimage
{
	clear:both;
	margin: 0 auto;
    border:0px solid #a7a7a7;
	padding: 20px 0px 5px 0px;
}
.rightimage
{
	float: right;
	padding: 0px;
	display: inline;
	margin: 10px 30px 10px 30px;
    border:2px solid #000000;
}
.image
{
	padding: 0px;
	display: inline;
	margin: 10px 30px 10px 30px;
    border:2px solid #000000;
}
.imagecenter
{
	display: block; 
	margin:0 auto ;
}
.imagemega
{
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
    border:2px solid #000000;
}
.textmega
{
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
}
.imagemore1
{
	padding: 0px;
	margin: 0px 0px 5px 90px;
    border:0px solid #000000;
}
.imagemore2
{
	padding: 0px;
	margin: 0px 0px 5px 80px;
    border:0px solid #000000;
}
.imagemore3
{
	padding: 0px;
	margin: 0px 0px 5px 75px;
    border:0px solid #000000;
}
.leftimage
{
	float: left;
	padding: 0px;
	display: inline;
	margin: 10px 30px 10px 30px;
    border:2px solid #000000;
}
.leftimageNoB
{
	float: left;
	padding: 0px;
	display: inline;
	margin: 10px 30px 10px 30px;
    border:0px solid #000000;
}
.rightimageNoB
{
	float: right;
	padding: 0px;
	display: inline;
	margin: 10px 30px 10px 30px;
    border:0px solid #000000;
}
a {
	color : #277CCD;
	padding: 0px 0px 0 3px;
	text-decoration: underline
}
.imagelink {
	color : #19017b;
	padding: 0px 0px 0 3px;
	text-decoration: underline
}
a:hover {
	color: #000000;
	text-decoration: none
}
.footerlink
{
	text-decoration: none; 
	font-size: 9pt; 
	color: #ffffff;
}
h1 {
	color : #19017b;
	margin: 0px 5px 5px 0px;
	padding: 15px 0px 0 0;
	font-size : 14pt;
}
h2 {
	float: right;
	width: 232px;
	color : #19017b;
	margin: 0px 5px 5px 0px;
	padding: 15px 0px 0 0;
	font-size : 16pt;
}
h3 {
	padding: 5px 0px 0 0;
	font-weight: bold; 
}
.bigbold {
	font-weight: bold; 
	font-size : 12pt;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.welcome {
	color: #6B97C1;
}
.durastar {
	font-size : 20pt;
	color: #19017b;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
