body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a {
	color: #0065A4;
	text-decoration: none;
}
a:hover {
	color: #5A9731;
}
.page-bg {
	background-image: url(../images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.lnav-cell {
	border-bottom: 1px solid #FFFFFF;
	padding-left: 25px;
	background-image: url(../images/ln-bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 19px;
}
.lnav-cell-no-bullet {
	border-bottom: 1px solid #FFFFFF;
	padding-left: 25px;
	
	background-repeat: no-repeat;
	background-position: left center;
	height: 19px;
}
.tnav-spacer {
	background-image: url(../images/tn-spacer.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 45px;
}
.heading {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}


.lnav-content-heading {
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 16px;
	height: 19px;
}

.lnav-link {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.lnav-link:hover {
	color: #666666;
}
.lnav-content-cell {
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 10px;
	padding-bottom: 10px;

}
.tnav-link {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.tnav-link:hover {
	color: #666666;
}
.text-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cccccc;

}
.text-box-100 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cccccc;
	width: 99%;

}
.text-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #cccccc;
	background-color: #000000;
	color: #ffffff;

}
.text-buttond {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #cccccc;
	background-color: #ec0404;
	color: #ffffff;

}
.eleven {
	font-size: 11px;
}
.right-bg {
	background-image: url(../images/page-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.heading2 {
	color: #0065a4;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
hr {
	height: 1px;
	color: #CCCCCC;
}
.sub-heading {
	color: #5a9731;
	font-weight: bold;
	border-bottom: 1px solid #e6e6e6;
	font-size: 14px;
}
.member-name {
	border-bottom: 1px solid #cccccc;
		color: #0065a4;
	font-size: 12px;
	font-weight: bold;
}

#cms_page
{
		background-color: #ffffff;
}
#cms_heading
{
	padding-right: 2px;
	padding-left: 4px;
    padding-bottom: 2px;
    padding-top: 2pt;
	text-align: center;
	border: #000000 0px solid;
	color: #FFFFFF;
	padding: 5px;
	background-color: #3400cb;
	font-size: 14px;
	font-weight: bold;
	height: 14px;

}
#cms_links
{
	background-color: #e6e6e6;
	color: #000000;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 0px;
}

#cms_links a
{
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}
#cms_links a:hover
{
	text-decoration: underline;
}
#cms_holder
{

	border: #000000 0px solid;
}
#cms_logout
{
	background-color: #e6e6e6;
	padding-right: 5px;

}
.cms_nav-selection
{
	border: #000000 thin solid;
	background-color: #cccccc;
}

.cms_nav-selection2
{
	border: #000000 thin solid;
	background-color: #cccccc;
}

.fs-heading {
	color: #003366;
	font-weight: bold;
	font-size: 20px;

}
.fs-subheading {
	color: #0065a4;
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
	text-decoration: underline;

}
.fs-title {
	color: #003366;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;

}
.fs-subtitle {
	color: #0065a4;
	font-size: 14px;
	font-weight: bold;
}

.totop
{
	font-size:11px;
	float:right;
	text-align:right;
}
.homebox {
	background-color: #efefef;
	padding: 10px;
	border: 1px solid #ccccce;
	background-image:url(../images/homebox-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

.latestNews {
	/*width: 360px;*/
	width: 275px;
	float: left;
	margin: 0;
	padding: 8px;
}

.socialNetContainer {
	float: right;
	padding: 2px 8px 2px 8px;
	margin: 0;
	width: 215px;
	background-color: #0365a4;
	border: 1px solid #5a9731;
}

.socialNetContainer td {
	color: #FFFFFF;
}

.clear
{
    clear: both;
    padding: 0;
    margin: 0;
    height: 0;
    line-height: 1;
}

/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.popupPanel
{
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #5A9731;
}

.popupPanel .signupBtn {
	background-color: #5a9731;
	border: none;
	color: #FFFFFF;
}

#ctl00_Body_bulServices {
	margin-bottom: 0;
}
