/* CSS Document */
html
{
height:100%;
max-height:100%;
}
body
{
margin:0px;
padding:0px;
background:#FBF9E1;
height:100%;
max-height:100%;
}

.txtnormal
{
font-family:Arial, Helvetica, sans-serif;
color:#676354;
font-size:14px;
}

.txtfooter
{
font-family:Arial, Helvetica, sans-serif;
color:#676354;
font-size:11px;
}


/* text of address to be displyed in the header */
.txtaddresstop
{
font-family:Arial, Helvetica, sans-serif;
color:#676354;
font-size:12px;
font-weight:bold;
}

/* main heading of the page e.g welcome,news and events */
.hdmain
{
	font-family: "Franklin Gothic Medium Cond";
	font-size: 23px;
	color: #4C721D;
}





/* links to be displayed in green color */
.linksgreen
{
font-family:Arial, Helvetica, sans-serif;
color:#4C721D;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
.linksgreen:visited
{
font-family:Arial, Helvetica, sans-serif;
color:#4C721D;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
.linksgreen:hover
{
font-family:Arial, Helvetica, sans-serif;
color:#4C721D;
font-size:12px;
font-weight:bold;
text-decoration:underline;
}

/* links to be displayed in red color */
.linksred
{
font-family:Arial, Helvetica, sans-serif;
color:#4B1A1A;
font-size:14px;
font-weight:bold;
text-decoration:none;
line-height:20px;
}
.linksred:hover
{
font-family:Arial, Helvetica, sans-serif;
color:#4B1A1A;
font-size:14px;
font-weight:bold;
text-decoration:underline;
line-height:20px;
}

/*...................News Section............................*/

/* background of news panel  */
.bgnews
{
background:#C9DBE8;
}

/* news heading */
.newshd
{
font-family:Arial, Helvetica, sans-serif;
color:#4B1A1A;
font-size:14px;
font-weight:bold;
line-height:20px;
}
/* text for news */
.txtnews
{
font-family:Arial, Helvetica, sans-serif;
color:#676354;
font-size:12px;
font-weight:bold;
}
/*...................News Section............................*/




/* general headings to be displayed in green color */
.hdgreen
{
font-family:Arial, Helvetica, sans-serif;
color:#4C721D;
font-size:16px;
font-weight:bold;
line-height:20px;

}