
/* 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;
}

h5, h6 {
	font-family: 'Helvetica Neue', Helvetica, Arial, 'Free Sans', sans-serif;
}

h1 {
	color: #222;
    font-size: 25px;
    border-bottom: 1px solid #CCC;
}

h2 {
	color: #43165E;
    font-size: 23px;
}

h3 {
	color: #666666;
    font-size: 21px;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 17px;
}

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;
}

*/

