/* Website Styles */
.noPadding{
	padding-left: 0px;
}
.pageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF8A00;
	font-weight: bold;
}

.heading {
	font-family: Times, serif;
	font-size: 20px;
	color: #225B79;
	font-weight: bold;
}

p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #484848;
}

img {
	border: 0;
}

.search {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #004264;
	font-weight: bold;
}


/* style for active edit */
.regularText {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #484848;
}
/* end */

a {
	color: #b60338;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #99022f;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #99022f;
	font-weight: bold;
	text-decoration: underline;
}

a.copyright {
	color: #b60338;
	font-weight: bold;
	text-decoration: underline;
}
a.copyright:hover {
	color: #99022f;
	font-weight: bold;
	text-decoration: underline;
}
a.copyright:active {
	color: #99022f;
	font-weight: bold;
	text-decoration: underline;
}

a.divisionLink {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a.divisionLink:hover {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}
a.divisionLink:active {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}

a.gbcLink {
	color: #004264;
	font-weight: bold;
	text-decoration: none;
}

a.gbcLink:hover {
	color: #004264;
	font-weight: bold;
	text-decoration: underline;
}

a.gbcLink:active {
	color: #004264;
	font-weight: bold;
	text-decoration: underline;
}

.jh a {
	color: #008046;
	font-weight: normal;
	text-decoration: none;
}
.jh a:hover {
	color: #008046;
	font-weight: normal;
	text-decoration: underline;
}
.jh a:active {
	color: #008046;
	font-weight: normal;
	text-decoration: underline;
}

blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #484848;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #484848;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #484848;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #484848;
}

dl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #484848;
}

dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #484848;
}

dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #484848;
}

.footerAddress, .footerDivision {
	color: #000;
	font-size: 12px;
	font-family: Times Serif;
	font-style: italic;
	line-height: 17px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}

.formText {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #484848;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #484848;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #484848;
	font-weight: bold;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #484848;
}

select.req {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #484848;
	background: #EBEAEF;
}

input.req {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #484848;
	background: #EBEAEF;
}

textarea.req {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #484848;
	background: #EBEAEF;
}	

/*Menu Styles*/
.borderTop {
	background-image:url("../javascript/menu_bg.gif");
}

h1 {
	margin-top: 0;
	padding-top: 0;
}

h2 {	
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}


h2.red {	
	color: #99022f; 
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

strong.jh {
	color: #008046;
}

.callout {
	padding: 10px;
}

.calloutColor {
	background-color: #e7e7e7;
	padding: 10px;
}

.callout p, .calloutColor p {
	margin: 0;
}
