/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body
{

}

h1
{
	color: #D3312B;
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
}

h2
{
	color: #D3312B;
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 10px;
}

h3
{
	color: #D3312B;
	font-size: 1.2em;
	font-weight: bold;	
	padding-bottom: 10px;
}

h5
{
	color: #2e5b7a;
	font-size: 14px;	
	font-weight: bold;
}

#CenterColumn
{
	line-height: 180%;		
}

#CenterColumn h1
{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

p
{
	padding-bottom: 5px;
	padding-top: 5px;
}

/* Selectors
-------------------------------------------------------------- */
a
{
	color: #D3312B;
}

.journal
{
	font-size: 11px;
}


.journalHeader
{
	font-size: 14px;
	font-weight: bold;
}

.journalSubHeader
{
	font-size: 12px;
	font-weight: bold;
}

ul
{
}

li
{
	padding: 0px;
	margin: 0px;
	margin-left: 30px;
}

.SearchResult
{
    background-color: #EEF5FC;
    padding: 8px;
     height: 100px;
         border: solid 1px #CCCCCC;
}

.AltSearchResult
{
        background-color: #FFFFFF;
    padding: 8px;
    height: 100px;
        border: solid 1px #CCCCCC;
}

.SearchResult a
{
    color: #6FC0D6;
}



/* Custom Styles
-------------------------------------------------------------- */

.SectionHeader
{
    font-size: 12px;
    font-weight: bold;
}

