a:link, a:visited, a:active {
	color: #666666;
	text-decoration: underline;
}

.a:hover {
	color: #333333;
	text-decoration: underline;

}


/*===================================== Top Right Corner Nav ===================================================*/
.topNav, .topNav a:link, .topNav a:visited, .topNav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #666666;
	height: 17px;
	padding: 1px 10px 1px 3px;
	text-align: right;
	text-decoration: none;
	background-color: #FFFFFF;
}

.topNav a:hover {
	color: #333333;
	text-decoration: underline;

}
/*===================================== Homepage Bottom ===================================================*/

.mainLeft {
	padding: 0px;
	background-color: #F1FBFF;
	background-image: url(images/spotlightbkgd.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.mainRight {
	background-image: url(images/mainRightBox.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #DBF0F8;
	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DCE1E0;
}
.mainHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #E38701;
	font-weight: bold;
}
.mainBlackBar {
	background-color: #000000;
	height: 3px;
}
.mainBluebar {
	background-color: #0099CC;
	height: 4px;
}

.keepCurHeading, .keepCurHeading a:link, .keepCurHeading a:visited, .keepCurHeading a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0099CC;
	line-height: 150%;
	text-decoration: none;

}
.keepCurHeading a:hover {
	text-decoration: underline;

}
.keepingCurrent {
	padding: 15px 5px 5px 15px;
}
.mainBottom {
	background-image: url(images/bottomGradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bottomLeft {
	padding-top: 15px;
}
/*===================================== Events and News Box ===================================================*/
.date {
	font-weight: bold;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
}
.eventNews, .eventNews a:link, .eventNews a:visited, .eventNews a:active {
	padding: 3px;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	display: block;

}
.eventNews a:hover {
	color: #333333;
	text-decoration: underline;

}
/*===================================== Member Login===================================================*/
.memberLogin {
	background-color: #0080AB;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.memberLoginTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.memberFieldTitle, .memberFieldTitle a:link, .memberFieldTitle a:visited, .memberFieldTitle a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
.memberFieldTitle a:hover {
	color: #FFFFFF;
	text-decoration: underline;

}
/*===================================== footer ==================================================*/
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 145%;
	padding: 15px 8px 8px;
	background-image: url(images/horDots.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
}


.footer a:link, .footer a:visited, .footer a:active {
	color: #666666;
	text-decoration: none;	

}
.footer a:hover {
	color: #333333;
	text-decoration: underline;

}
.mainSearch {
	background-color: #6A6A6A;
	height: 28px;
	color: #FFFFFF;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
}
.cpeBox {
	background-color: #FFFFFF;
	border-top: 1px dotted #CECECE;
	border-bottom: 1px dotted #CECECE;
	border-left: 1px dotted #CECECE;
}

/* =============================================== form styles ===============================================*/
select {
	font-size: 10px;
}
textarea {
	font-size: 10px;
	color: #000000
	background-color: #FFFFFF;
}
input {
	font-size: 10px;
}
form {
	margin: 0px;
}
#memberLogin .lastName {
	width: 70px;
	font-size: 10px;
}
.subRightColumn {
	width: 157px;
}
/*===================================== Left Navigation Styles ===================================================*/



ul.nav {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
}
.leftNavSpace {
	padding-left: 8px;
}
.leftNav a:link, .leftNav a:visited, .leftNav a:active {
	color: #FFFFFF;
	text-decoration: none;

}
.leftNav a:hover {
	color: #0099CC;
	text-decoration: underline;
	background-color: #FFFFFF;
}
#leftNav a, #leftNav .nav {
	background-image: url(images/leftMenuDots.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 11px;
}

#leftNav .leftNavCurrent {
	color: #FFFFFF;
	background-image: url(images/leftMenuDots.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #0080AB;
	text-decoration: none;
}
#leftNav a:hover, #leftNav a:active {
	color: #FFFFFF;
	background-image: url(images/leftMenuDots.jpg);
	background-repeat: repeat-x;
	background-color: #0080AB;
	text-decoration: none;
}

.leftNavBG {
	background-color: #0099CC;
	width: 150px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}


/*===================================== heading ===================================================*/
.pageTitle {
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0099CC;
}

.subHeading {
	background-color: #0099CC;
	background-image: url(images/tagline-bkgd.jpg);
	background-repeat: no-repeat;
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-bottom: 3px;
	font-weight: normal;
	text-transform: uppercase;
}
.subSection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #FFFFFF;
	background-color: #0080AB;
	width: 144px;
	text-transform: uppercase;
	padding: 3px;
}

.content {
	padding: 7px 15px 15px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contentHeading {
	font-weight: bold;
	color: #F79400;
	font-family: "trebuchet MS";
	font-size: 13px;
}
.contentHeading a:link, .contentHeading a:visited, .contentHeading a:active {
	color: #F79400;
	text-decoration: none;	

}
.contentHeading a:hover {
	color: #0080AB;
	text-decoration: underline;
}

.hilite {background-color: yellow
}

.rightColumn {
	background-image: url(images/verticalDots.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.rightTopTitle {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #FF9900;
	background-image: url(images/horizontalDots.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 2px 2px 2px 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.rightNavBox {
	font-size: 11px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 150%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF6600;
}
.rightNavBox a:link, .rightNavBox a:visited, .rightNavBox a:active {
	color: #0099CC;
	text-decoration: none;	

}
.rightNavBox a:hover {
	color: #006699;
	text-decoration: underline;

}
li.rightNav {
	list-style-type: none;
	padding-bottom: 3px;
	padding-top: 3px;
	line-height: 120%;
	padding-left: 0px;
}
ul {
	margin: 2px;
	padding: 0px;
}
li {

	list-style-position:inside;
	list-style-type:disc
	line-height: 125%;
	margin-left: 25px;	
}
.rightTopTitle2 {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #999999;
	background-image: url(images/horizontalDots.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 2px 2px 2px 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.rightNavBox2 {
	font-size: 11px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 150%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.rightNavBox2 a:link, .rightNavBox2 a:visited, .rightNavBox2 a:active {
	color: #0099CC;
	text-decoration: none;	

}
.rightNavBox2 a:hover {
	color: #006699;
	text-decoration: underline;

}

.breadcrumb {
	font-size: 9px;
	text-transform: lowercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
	color: #666666;
	background-image: url(images/greyDots.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #333333;
	text-decoration: underline;

}
.notice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.rightHorDots {
	background-image: url(images/horizontalDots.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 1px;
	background-color: #0099CC;
}
.leftAdSpace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
.leftAdSpace a:link, .leftAdSpace a:visited, .leftAdSpace a:active {
	color: #333333;
	text-decoration: none;	

}
.leftAdSpace a:hover {
	color: #006699;
	text-decoration: underline;

}
.greyBorderBox {
	text-align: left;
	padding: 10px;
	border: 1px solid #B1B1B1;
}
#mainnav {
	z-index: 1000;
}

/*===================================== search ===================================================*/

.RecordTitle, .RecordTitle a:link, .RecordTitle a:visited, .RecordTitle a:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	text-decoration: underline;

}
.RecordTitle a:hover {
	color: #006699;
	text-decoration: underline;

}
.RecordStats, .RecordStats a:link, .RecordStats a:visited, .RecordStats a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0080AB;
	text-decoration: none;	

}
.RecordStats a:hover {
	color: #006699;
	text-decoration: underline;

}
