@charset "UTF-8";
#LeftColumn {
	float: left; /* since this element is floated, a width must be given */
	width: 280px;
	color: #666666;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	background-image: url(../assets/Header_Curved_BLC.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
}
#RightColumn {
	color: #666666;
	padding: 0px;
}
#Content {
	width: 100%;
	height: 300px;
}
#IntroText {
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 40px;
	padding-left: 35px;
	background-color: #FFFFFF;
}
#IntroText h1 {
	font-size: 200%;
	color: #999999;
	font-weight: normal;
	padding-top: 20px;
}
#Address {
	background-image: url(../assets/VerticleDottedLine.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-top: 0px;
}
.NewAddress {
	vertical-align: top;
	font-weight: bold;
	color: #666666;
	font-size: 80%;
}
.NewAddressCaption {
	vertical-align: top;
	font-weight: bold;
	color: #999999;
	font-size: 80%;
	width: 80px;
}
#DottedRule {
	background-color: #FFFFFF;
	background-image: url(../assets/HorizontalDottedLine.gif);
	background-repeat: repeat-x;
	background-position: right top;
	margin-bottom: 15px;
}
#DottedRule2 {
-moz-border-radius-bottomleft:15px;
background-color:#FFFFFF;
background-image:url("../accrededitationgif.gif");
background-position:right top;
background-repeat:repeat-x;
border-style:solid;
border-width:2px;
height:120px;
width:260px;

}
#LatestNews {
	font-style: italic;
	line-height: 140%;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 36px;
	color: #FFFFFF;
}
#LatestNews h1 {
	font-size: 200%;
	color: #53BCF5;
	font-weight: normal;
	font-style: normal;
	padding-top: 10px;
	padding-bottom: 0px;
	letter-spacing: 1px;
}
#LatestNews p {
	padding-top: 0px;
	padding-bottom: 0px;
}
.TextLinkRight {
	color: #0099CC;
	text-decoration: none;
	text-align: right;
	padding-top: 0px;
	float: right;
}
a.TextLinkRight:hover   {
	text-decoration: underline;
}
.UpArrow {
	height: 31px;
	width: 31px;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='assets/GreyArrowUp.png');
	background-repeat: no-repeat;
	margin-right: 3px;
	margin-bottom: -12px;
	margin-left: auto;
	margin-top: -16px;
	z-index: 60;
	position: relative;
}
.UpArrow[class]/* IE ignores styles assigned a class */ {
	background-image: url(../assets/GreyArrowUp.png);
	top: -15px;
}
.RightArrow {
	height: 31px;
	width: 31px;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='assets/BlueArrowRight.png');
	background-repeat: no-repeat;
}
.RightArrow[class]/* IE ignores styles assigned a class */ {
	background-image: url(../assets/BlueArrowRight.png);
}
#MainPic {
	height: 226px;
	z-index: 40;
	position: relative;
}
#MoreNews {
	width: 100%;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#MoreNews .TextLinkRight {
	color: #FFFFFF;
	padding-right: 6px;
}
#Footer {
	height: 40px;
	width: 100%;
	font-size: 90%;
	text-align: right;
	padding-top: 30px;
	padding-bottom: 40px;
	color: #FFFFFF;
}
#Footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#Footer a:hover {
	text-decoration: underline;
}

