/** CONTENT AREA **/

h1 {
	margin-top: 0px;
	padding-top: 0px;
	display: block;
	margin-bottom: 0px;

}


.mainCopy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	padding-left: 20px;
	display: block;
	padding-right: 15px;
}

.green {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #4a693e;
	font-weight: bold;
	}


/** FOOTER **/

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	display: block;
	padding-top: 6px;
}

.footerAddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #031b3a;
	display: block;
	padding-top: 5px;
	padding-bottom: 4px;
	
}
.footerAddressB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	font-weight: bold;
	line-height: 21px;
	
}

/*LEFT NAVIGATION MENU STUFF*/
.menub {


}

/*link style in general, not hovered */
.menub a.vmenu:link, .menub a.vmenu:visited{
	display:block;
	color:#00154a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	text-align:right;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 26px;
	padding-bottom: 2px;
	line-height: 16px;
}


/*link style when the link is visited (clicked, and chache exist in the system)*/
.menub a.vmenu:visited{
	display:block;
	color:#00154a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	text-align:right;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 26px;
	padding-bottom: 2px;
	line-height: 16px;
}



/*Change the line style when mouse hover over the link*/
.menub a.vmenu:hover {
	color:#FFFFFF;
	background-color: #246BAD;
	
}


/*Change the line style if the link is active (only to fix funny bug about unwanted style change when the link is clicked)*/
.menub a.vmenu:active {
	display:block;
	color:#00154a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	text-align:right;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 26px;
	padding-bottom: 2px;
	line-height: 16px;
}

.menub a.vmenu2:link, .menub a.vmenu:visited{
	display:block;
	color:#00154a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	text-align:right;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 26px;
	padding-bottom: 3px;
	line-height: 14px;
}


/*link style when the link is visited (clicked, and chache exist in the system)*/
.menub a.vmenu2:visited{
	display:block;
	color:#00154a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	text-align:right;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 26px;
	padding-bottom: 2px;
	line-height: 16px;
}



/*Change the line style when mouse hover over the link*/
.menub a.vmenu2:hover {
	color:#FFFFFF;
	background-color: #246BAD;
	
}


/*Change the line style if the link is active (only to fix funny bug about unwanted style change when the link is clicked)*/
.menub a.vmenu2:active {
	display:block;
	color:#00154a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	text-align:right;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 26px;
	padding-bottom: 2px;
	line-height: 16px;
}

/*END OF LEFT NAVIGATION MENU STUFF*/
.contactBottom {
	color: #004F59;
	font-weight: bold;
	display: block;
	height: 35px;
	padding-top: 15px;
}

.contactBottom2 {
	color: #004F59;
	font-weight: bold;
	display: block;
	height: 45px;
	padding-top: 5px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 27px;
	font-weight: bold;
	color: #3786C8;
	margin-top: 13px;
	margin-bottom: 8px;
}
.Subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #1F315F;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8AB0D7;
	padding-bottom: 5px;
	margin-bottom: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBD2EA;
	padding-top: 4px;
}
#right {
	float: right;
}
.tableBorder, .tableBorder td{
	border: 1px solid #d7dcf2;
}
