.backgroundL {
	background-position: right;
}
.background-page {
	background-repeat: no-repeat;
}
.background-page2 {
	background-position: right;
	background-repeat: no-repeat;
}
.style1 {
	color: #263997;
	font-weight: bold;
}
a.style1:link {
	color: #263997;
	font-weight: bold;
	text-decoration:underline
}
a.style1:visited {
	color: #263997;
	font-weight: bold;
	text-decoration:underline
}
a.style1:hover {
	color: #39959b;
	font-weight: bold;
	text-decoration:none
}
.left_text {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
a.left_text {
	color: #FFFFFF;
	text-decoration: none;
}
a.left_text:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.leftnav_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a.leftnav_text {
	color: #000000;
	text-decoration: none;
}
a.leftnav_text:link {
	color: #39959b;
	text-decoration: none;
}
a.leftnav_text:visited {
	color: #39959b;
	text-decoration: none;
}
a.leftnav_text:hover {
	color: #263997;
	text-decoration: none;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a.footertext {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.footertext:hover {
	text-decoration: underline;
}
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a.bodytext {
	text-decoration: none;
	font-weight: bold;
	color: #39959b;
}
a.bodytextsmall {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #39959b;
}
a.bodytext:hover {
	text-decoration: underline;
}
.imagemargin {
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 10px;
}
.captiontext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a.captiontext {
	text-decoration: none;
	font-weight: bold;
	color: #39959b;
}
a.captiontext:hover {
	text-decoration: underline;
}
.sectionTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #39959b;
}
.menu_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5ca8ad;
	line-height: 13px;
}
a.menu_text {
	color: #5ca8ad;
	text-decoration: none;
}
a.menu_text:link {
	color: #5ca8ad;
	text-decoration: none;
}
a.menu_text:visited {
	color: #5ca8ad;
	text-decoration: none;
}
a.menu_text:hover {
	color: #34449c;
	text-decoration: none;
}
.menu_note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#000000;
}
.menu_note_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color:#000000;
}

a, a:link, a:visited {
	text-decoration:none;
	color: #2a8d93;
}

a:hover, a:active {
	color: #d59f0f;
}

.subhead {
                color: #013a81;
                font-size: 14px;
                font-weight: bold;
}

/* -------------- jQuery Validator Callout Plugin Styles --------------- */
 .updnValidatorCallout  
 {  
    background-color: #fcc;  
    color: #900;  
    padding: 5px;  
    margin: -5px 0 0 10px;  
    position: relative;
	font-weight: bold;
 }  
 .updnValidatorCalloutPointer  
 {  
    position: absolute;  
    left: 0;  
    top: 7px;  
    margin: 0 0 0 -10px;  
    width: 0;  
    height: 0;  
    border-top: 7px solid transparent;  
    border-bottom: 7px solid transparent;  
    border-right: 10px solid #fcc;  
    border-left: 0;  
}  
.updnValidationErrorInput  
{  
    background-color: #fcc;  
}  
.updnValidationErrorLabel  
{  
    color: #900;  
}
.requiredtext {
    font-weight: bold;
    font-size: small;
}