h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #002C19;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px 15px 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

.bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	text-decoration: none;
}

/*/////------ Identifiers ------/////*/

#mainContainer1 {
	background: #FFFFFF url(media/images/COE-bg_02.gif) top left;
	background-repeat: repeat-y;
}

#headerContainer {
	background: url(media/images/COE-bg_01.gif) top left;
	background-repeat: no-repeat;
}

#leftBarContainer {
	padding: 10px 5px;
}

#contentContainer {
	background: url(media/images/COE-Pict-BG.jpg) top left;
	background-repeat: no-repeat;
	padding: 10px;
}

/* -----Main Nav style----- */
a.mainNav:link, a.mainNav:active { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #002C19;
	text-decoration: none;
}
a.mainNav:visited { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #005832;
	text-decoration: none;
}
a.mainNav:hover { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold; 
	color: #A31414;
	text-decoration: none;

}


/* -----Left Bar Nav style----- */
a.leftBarNav:link, a.leftBarNav:active, a.leftBarNav:visited, a.leftBarNav:hover { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}


/* -----Sub Nav style----- */
a.subNav:link, a.subNav:active { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
}
a.subNav:visited { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.subNav:hover { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold; 
	color: #A31414;
	text-decoration: none;

}


/* -----Body Copy Link style----- */
a.bodyCopyLink:link, a.bodyCopyLink:active { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #444444;
	text-decoration: underline;
}
a.bodyCopyLink:visited { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #444444;
	text-decoration: underline;
}
a.bodyCopyLink:hover { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal; 
	color: #A31414;
	text-decoration: underline;

}


/* -----Image Group style----- */
a.imageLink:link, a.imageLink:visited { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold; color: #EEEEEE;
	text-decoration: underline;
}
a.imageLink:hover, a.imageLink:active { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold; color: #FFFFFF;
	text-decoration: underline;
}