/** SIDE NAV **/
.menub {
background-color:#D8DCE5;
}

/*link style in general, not hovered */
.menub a.vmenu:link, .menub a.vmenu:visited{
	display:block;
	width:161px;
	color:#000022;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	text-align:right;
	padding-top:3px;
	line-height: 15px;
	padding-bottom: 4px;
	font-weight: bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3F3F3;
	padding-right: 10px;
}

/*link style when the link is visited (clicked, and chache exist in the system)*/
.menub a:visited{
	display:block;
	width:161px;
	color:#000022;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	text-align:right;
	padding-top:3px;
	line-height: 15px;
	padding-bottom: 4px;
	font-weight: bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3F3F3;
	padding-right: 10px;
}

/*Change the line style when mouse hover over the link*/
.menub a.vmenu:hover {
	color:#B57622;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFC414;
	background-color: #FFFFFF;
}

/*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 {
		color:#B57622;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFC414;
	background-color: #FFFFFF;
}


/** CONTENT AREA **/

h1 {
	margin-top: 6px;
	display: block;
	margin-bottom: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000048;
	text-align: left;
	line-height: 22px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #095E82;
}


.mainCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	display: block;
	padding-right: 10px;
	padding-top: 7px;
}

.mainCopy2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.green {
	color: #095E82;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
}

/** FOOTER **/

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #000032;
	font-size: 11px;
	display: block;
	padding-top: 6px;
}

.copyright a{
	font-family: Arial, Helvetica, sans-serif;
	color: #000032;
	font-size: 11px;
	padding-top: 6px;
}

.copyright a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #000075;
	font-size: 11px;
	padding-top: 6px;
} 

.footerAddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #FFFFFF;
	padding-right: 10px;
	line-height: 17px;
	display: block;
	font-weight: bold;
	padding-top: 23px;
	
}


