@charset "utf-8";
body {
	margin: 0px;
	background-color:#C3D8ED;
}


/*______________________Nav__________________________________*/

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #716c6c;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
}

.nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #716c6c;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

.nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F10B0B;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F10B0B;
}

.leftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 13px;
	line-height: 20px;
	padding-right: 30px;
}

.leftnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}

.leftnav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}



.current_category a {
  color:#FF0000;
  font-weight:bold;
}

/*______________________Text Styles__________________________________*/

.bodyTXT01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 18px;
	text-align: justify;
	padding-top: 15px;
	padding-bottom: 15px;
}

.bodyTXT01 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 18px;
}

.bodyTXT02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 18px;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
}

.header01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #666666;
	padding-top: 15px;
	text-align: right;
}

.copyTXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 15px;
	line-height: 18px;
	padding-left: 20px;
}

.contactTXT {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding-left: 80px;
	font-style: italic;
} 

.contactTXT a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
} 

.contactTXT a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
} 

.locationTXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	font-style: italic;
}

.newsHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #C3D8ED;
	padding: 10px;
}

.newsTXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #EDF3FA;
	padding: 10px;
}

/*______________________Other__________________________________*/

.whiteborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.imgR {
	float:right;
	padding-top: 10px;
}

.arrow {
	height:1px;
	width:6px;
	float:left;
	padding-top: 6px;
	margin-right: 3px;
	clear:both;
	}

.link {
	width:135px;
	float:left;
	margin-left: 15px;
}

.clearboth {
	clear:both;
	}

