body {
	font-size: 14px;
	background-image: url(Images/Kiwanis_Template_01.jpg);
	background-repeat: repeat-x;
	background-color: #036AB7;
	font-style: normal;
	padding: 0px;
	margin: 0px;
}

.img-shadow {
  float:left;
  background: url(Templates/shadowAlpha.png) no-repeat bottom right !important;
  background: url(Templates/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 0px;
  }
.blueborder {
	border: medium solid #014C85;
}
.whiteborder {
	border: medium solid #FFFFFF;
}

/*   Text Edits    */
.h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}


.h2blue {
	font-size: 18px;
	font-weight: bold;
	color: #014C85;
}

.whitetxt {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}


.tbody {
	padding: 5px;
}

.blacktxt {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}


/* Link Affects   */
a:link {
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
	}
	
black:link {
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
black:hover {
	text-decoration: underline;
}
black:visited {
	text-decoration: none;
	}	
	
a.nav:link {
	font-size: 14px;
	color: #0B4A7F;
	font-weight: bold;
	text-decoration: none;
}	

a.nav:hover {
	text-decoration: underline;
}

a.nav:visited {
	font-size: 14px;
	color: #0B4A7F;
	font-weight: bold;
	text-decoration: none
}
