.LeftColumn {
	background-image: url(images/clouds_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #B7CBF2;


}
.RightColumn {
	background-image: url(images/clouds_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #B7CBF2;
}
.MiddleColumn {
	background-image: url(images/grasstile.jpg);
	background-repeat: repeat;
	width: 740px;
}
.LeftColumnContent {
	background-image: url(images/grasstile.jpg);
	background-repeat: repeat;
}
.RightColumnContent {
	background-image: url(images/grasstile.jpg);
	background-repeat: repeat;
}
.MiddleColumnContent {
	width: 740px;
	background-image: url(images/backgroundtile_middle.jpg);
	background-repeat: repeat-y;

}
.LeftColumnBottom {
	background-image: url(images/grasstile.jpg);
	background-repeat: repeat;
	height: 134px;
}
.RightColumnBottom {
	background-image: url(images/grasstile.jpg);
	height: 134px;
	background-repeat: repeat;
}
.MiddleColumnBottom {
	background-image: url(images/grasstile.jpg);
	background-repeat: repeat;
	height: 134px;
	width: 740px;
}

.SubMenuText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	color: #195DAF;
}

a.SubMenuText:link {
	color: #195DAF;
	text-decoration: none;

}
a.SubMenuText:visited {
	color: #195DAF;
	text-decoration: none;
}
a.SubMenuText:hover {
	color: #FF0000;
	text-decoration: underline;
}
a.SubMenuText:active {
    color: #195DAF;
	text-decoration: underline;
}

.BodyTextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	line-height: 20px;
	color: #1553A4;
	text-decoration: none;
	margin-top: 20px;
	margin-right: 54px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.BodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #1553A4;
	text-decoration: none;
	margin-top: 20px;
	margin-right: 54px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.Body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	color: #1553A4;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.Description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 10px;
	color: #1553A4;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.linky {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #EE1C25;
}
a.linky:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #EE1C25;
	text-decoration: none;
	cursor:hand; 
	cursor:pointer;
}
a.linky:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #A5A7AC;
	font-weight: bold;	
	text-decoration: none;
}
a.linky:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #195DAF;
	text-decoration: none;
}
a.linky:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #51B848;
	text-decoration: underline;
}

.thumbnail{
	border: 3px solid #FFFFFF;
}

a.thumbnail:hover{
	border: 3px solid #EE1C25;
}

.DropdownLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 21px;
	font-weight: bolder;
	color: #EE1C25;
	text-align: left;
	cursor:hand; 
	cursor:pointer;
}
