.SearchLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: capitalize;
	color: #000000;
	font-weight: bold;
}

.SearchLabelCaps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
/* LANGUAGE SELECTION Text Links Styles */

a.LANGUAGELinks:link {
	color: #000000;
	text-decoration: none;
}
a.LANGUAGELinks:visited {
	color: #000000;
	text-decoration: none;
}
a.LANGUAGELinks:hover {
	color: #000000;
	text-decoration: underline;
}
a.LANGUAGELinks:active {
	color: #000000;
	text-decoration: none;
}

/* Community Links */

a.COMMUNITYLinks:link {
	color: #53524E;
	text-decoration: none;
}
a.COMMUNITYLinks:visited {
	color: #53524E;
	text-decoration: none;
}
a.COMMUNITYLinks:hover {
	color: #53524E;
	text-decoration: underline;
}
a.COMMUNITYLinks:active {
	color: #53524E;
	text-decoration: none;
}



/* FOOTER Text Links Styles */

a.FOOTERLinks:link {
	color: #757570;
	text-decoration: none;
}
a.FOOTERLinks:visited {
	color: #757570;
	text-decoration: none;
}
a.FOOTERLinks:hover {
	color: #757570;
	text-decoration: underline;
}
a.FOOTERLinks:active {
	color: #757570;
	text-decoration: none;
}


	
.WelcomeText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	line-height: 24px;
	text-align: justify;
}
.WelcomeTextLearnMore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #006DCB;
	line-height: 28px;
	position: relative;
	width: 100%;
	font-weight: bolder;
	height: 20px;
}

/* LEARN MORE Text Links Styles */

a.LEARNMORELinks:link {
	color: #006DCB;
	text-decoration: none;
}
a.LEARNMORELinks:visited {
	color: #006DCB;
	text-decoration: none;
}
a.LEARNMORELinks:hover {
	color: #006DCB;
	text-decoration: underline;
}
a.LEARNMORELinks:active {
	color: #006DCB;
	text-decoration: none;
}

/* LATEST NEWS Text Styles */	


.LatestNewsTITLE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #53524E;
	text-transform: uppercase;
}
a.LatestNewsLinks:link {
	color: #53524E;
	text-decoration: none;
}
a.LatestNewsLinks:visited {
	color: #53524E;
	text-decoration: none;
}
a.LatestNewsLinks:hover {
	color: #53524E;
	text-decoration: underline;
}
a.LatestNewsLinks:active {
	color: #53524E;
	text-decoration: none;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #79B24D;
	line-height: 22px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #79B24D;
	border-right-color: #79B24D;
	border-bottom-color: #79B24D;
	border-left-color: #79B24D;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* MORE NEWS text link style */

.MoreNews {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006DCB;
	line-height: 28px;
	position: relative;
	width: 100%;
	font-weight: bolder;
	height: 20px;
}


a.MORENEWSLinks:link {
	color: #006DCB;
	text-decoration: none;
}
a.MORENEWSLinks:visited {
	color: #006DCB;
	text-decoration: none;
}
a.MORENEWSLinks:hover {
	color: #006DCB;
	text-decoration: underline;
}
a.MORENEWSLinks:active {
	color: #006DCB;
	text-decoration: none;
}li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	list-style-type: square;
}












table.newsSideTable
{
  min-height: 400px;
/* 
  border-left: 1px #ddd solid;
 */
  width: 100%;
  text-align: center;
 }
table.newsSideTable tr td.theSubmit
{
  background: #ddd url("/img/ideasfornews.jpg") no-repeat top left;
  height: 163px;
  vertical-align: middle;
  text-align: center;
 }
table.newsSideTable tr td.theSubmit a
{ 
  display: block;
  height: 163px;
  width: 100%;
 }
table.newsSideTable tr td.externalEvents
{
  padding: 15px 0 30px 5px;
  text-align: left;
 }





/* LINKS */

a:link {
    color: #006DCB;
}
a:visited {
    color: #006DCB;
}
a:hover {
    color: #59B0FB;
}
a:active {
    color: #59B0FB;
}



