/* Main Elements */
body {
    font: 13px 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;    
    line-height: 1.5em;
}

hr {
    border: 0 #ccc solid;
    border-top-width: 1px;
    clear: both;
    height: 0
}
h1, h2, h3, h4 {
	font-family: 'Myriad Pro',  'Helvetica Neue', Arial, "Free Sans", sans-serif;
	color:black; 
}

h5, h6 {
	font-family: 'Helvetica Neue', Helvetica, Arial, 'Free Sans', sans-serif;
}

h1 {
	/* color: #194e76; */
    /* font-size: 25px; */ 
	font-size: 23px;
    /* border-bottom: 1px solid #CCC; */
}

h2 { 
    /* font-size: 23px; */ 
	font-size: 21px;
    /* color: #8b0c0d; */
}

h3 { 
   /* font-size: 21px; */ 
   font-size: 19px;
   /* color: #666666; */
}

h4 { 
   /* font-size: 19px; */ font-size: 17px;
}

h5 { 
   /* font-size: 17px; */ font-size: 15px;

}

h6 {
    /* font-size: 15px; */
}



ol {
    list-style: decimal;
}

ol > ol {
	list-style-type: lower-latin;
}

ol > ol > ol {
	list-style-type: lower-roman;
}

ul {
    list-style: disc;
}

li {
    margin-left: 30px;
	margin-bottom: 6px;
}

p, dl, hr, ol, ul /*, dd, pre, table, address, fieldset */{
    margin-bottom: 12px;
}

h1, h2 {
	margin-bottom: 12px;	
}

h3, h4, h5 {
    margin-bottom: 8px;
}

h6 {
    margin-bottom: 4px;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 120%;
}

h1.separator, h2.separator, h3.separator, h4.separator, h5.separator, h6.separator {
    padding-bottom: 4px;
    height: auto;
}
/*
.page-content a, 
.page-content a:link, 
.page-content a:active, 
.page-content a:visited, 
.page-content a:hover {
	color: #194e76;
}
*/
a, 
a:link, 
a:active, 
a:visited, 
a:hover {
	color: #194e76;
}

::selection {
	background:#194e76;
	color:#fff;
}



/*
a:hover {
	color: #fff;
	background: #194e76;
	text-shadow: 1px 1px 0 #333;
}

*/
