/* TYPOGRAPHY */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img, table {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.3em;
	margin-top: 0.0em;
}
img {
	max-width:100%;
	padding:0;
	margin:0;
}
/* LINKS */
a {
	font-size: 1em;
	COLOR: #999;
	text-decoration:underline;
}
a:link {
	COLOR:  #8b540e;
	font-weight:bold;
	text-decoration:underline;
}
a:visited, a:active {
	COLOR:  #8b540e;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	COLOR: #666;
	text-decoration:none;
}
a:hover img {
	opacity:0.4;
	_filter:alpha(opacity=40);
}
#footer_page a {
	font-size: 1em;
	COLOR:  #cca51b;
	text-decoration:underline;
}
#footer_page a:link {
	COLOR:   #cca51b;
	font-weight:bold;
	text-decoration:underline;
}
#footer_page a:visited, a:active {
	COLOR:   #cca51b;
	font-weight:bold;
	text-decoration:underline;
}
#footer_page a:hover {
	COLOR: #FFF;
	text-decoration:underline;
}
/* END LINKS */
    
/* HEADINGS */
h1 {
	margin-top:30px;
	margin-bottom:.8em;
	FONT-SIZE: 1.5em;
	color: #55294d;
}
h2 {
	FONT-SIZE: 1.2em;
	color: #59755e;
}
h3 {
	FONT-SIZE: 1.1em;
	color: #55294d;
	font-variant:  all-small-caps;
}
h4 {
	FONT-WEIGHT: Bold;
	FONT-SIZE: 1em;
	color: #e58e1a;
}
h5 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 1em;
}
h6 {
	FONT-WEIGHT: bold;
	FONT-SIZE: .8em;
}
#footer_page h3{
	color:  #adc3af ;
}	
/* END HEADINGS */

/* TEXT */
p {
	font-size: 1em;
	color:#000;
	padding-bottom: 0.6em;
}
.est{
	font-size: 1.5em;
	color:#cca51b;
	padding-bottom: 0.6em;
	font-weight: bold;
}
.header_message p{
	font-size: 1.4em;
	color:#cca51b;
	font-weight: bold;
	
}
blockquote {
	margin-left: 10px;
	border-left: 10px solid #ddd;
}
pre {
	font-family: monospace;
	font-size: 1.0em;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style:italic;
}
/* END TEXT */
    
/* LISTS */
    ul {
	font-size: 1em;
	padding-bottom: 6px;
}
ul li {
	font-size: 1em;
}
ol {
	font-size: 1.0em;
}
ol li {
	font-size: 1.0em;
}
dl {
	font-size: 1.0em;
}
dl dt {
	font-size: 1.0em;
}
dl dd {
	font-size: 1.0em;
}
/* END LISTS */
    
    
/* TABLE */
    table {
	margin: 0 0 1.5em 0;
	padding: 0;
	font-size: 1em;
}
table caption {
	margin: 0;
	padding: 0 0 1.5em 0;
	font-weight: bold;
}
th {
	font-weight: bold;
	text-align: left;
}
td {
	font-size: 1em;
}
/* END TABLE */    
    
    hr {
	display: none;
}
div.hr {
	height: 1px;
	margin: 1.5em 10px;
	border-bottom: 1px dotted black;
}
#content a[href$=".pdf"],#rightcontent a[href$=".pdf"]{
	background: url(../Assets/Images/Img/pdf_link.png) no-repeat right top;
	padding-right: 14px;
}
/* END TYPOGRAPHY */
/* SITE SPECIFIC TYPOGRAPHY */

#footer_page p{
	color: #FFF;	
	}
#secondary ul ,#main ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#secondary li,#main li {
	background: url(../assets/images/img/bullet.gif) no-repeat left 8px;
	padding-left:10px;
}
.highlight_1 {
	color:#e58e1a;
}

#secondary  p {
	color:#764769;
}

#secondary .secondary_shading p {
	color:#e58e1a;
}

.page-home #main p {
	color:#FFF;
}
#main .main_shading p {
	color:#79496a;
}