.copy {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}

a {
	font-size: 14px;
}
a:link {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: underline;
	color: #CC0000;
}

body {
	background-color: #FFFF99;
	
}
.firstletter {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
}
.titles {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CC0000;
	padding-right: 20px;
	padding-left: 20px;
	text-transform: capitalize;
}
.borufont {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0033;
	font-size: 18px;
}
.copywide {

	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: justify;
}
.tablebottomline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.commentcardcopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 5px;
}
/*added by Helen for Mission page*/
.imgfloat {
	float:left;
	border:0;
	margin:0 20px 10px 0;
	padding:0;
}
.floatright {
	float:right;
	border:0;
	margin:0;
	padding:0;
}

.floatleft {
	float:left;
	border:0;
	margin:-4px 4px 0 0;
	padding:0;
}
li {
	margin:0 0 8px 0;
	padding:0;
}
/*added by denn for water for Malai image*/
.imgfloattopmargin {
	float:left;
	border:0;
	margin:10px 20px 10px 0;
	padding:0;
}
/*added by denn for bottom menu stuff*/
.bottommenu ul{float:none;width:100%;padding:0;margin:0;list-style-type:none;}

.bottommenu{text-decoration:none;color:white;background-color:rgb(2, 52, 1);padding:0.2em 0.6em;border-right:none;}

.bottommenu li
{
display:inline;
margin:0 10px 0 10px;
}

.bottommenu a:link{ color:white;
text-decoration: underline;}

.bottommenu a:visited 
{
text-decoration: underline;
color: rgb(205, 254, 1);
}

.bottommenu a:hover 
{
text-decoration: none;
color: rgb(255, 246, 148);
}
