﻿/*
    This file is copyright DiagnosTechs, Inc.
    Date: July 2011
    Programmer(s): Dana Smolinski
 */

body {

}

h1 
{
	/*display: inline;*/
	padding: 0;
	margin: 0;
	font-family: arial,sans-serif;
	font-size: 18.5pt;
	color: #051d3c;
	width: 100%;
	
	border-bottom: 3px solid #051d3c;
}

h2 
{
	font-family: arial,sans-serif;
	font-size: 12.5pt;
	color: #051d3c;
}

h2.underline {
    border-bottom: 1px solid #051d3c;
    display: inline
}

h3 
{
	font-family: arial,sans-serif;
	font-size: 11pt;
	color: #051d3c;
	font-weight: bold;
}

.indent-lvl1 {
    margin-left: 2em;
}

h3red
{
	font-family: arial,sans-serif;
	font-size: 11pt;
	color: #A21515;
	font-weight: bold;
}


h4
{
    font-family: arial,sans-serif;
	font-size: 10pt;
	color: #051d3c;
}



/* standard link */
a:link 
{ 
	color: #051d3c;
	text-decoration: underline;
}
a:visited, a:active 
{ 
	color: #4d4d4d;
	text-decoration: underline;
}

a:hover 
{ 
	color: #1f74e0;
	text-decoration: underline;
	cursor: pointer;
}


/* top-side-bar links and text in header */
#top-side-bar
{
    color: #051d3c;
}

#top-side-bar a:link
{
    color: #051d3c;
    text-decoration: none;
}

#top-side-bar a:active, #top-side-bar a:visited
{
    color: #051d3c;
    text-decoration: none;
}

#top-side-bar a:hover
{
    color: #051d3c;
	text-decoration: underline;
	cursor: pointer;
}


/* Used on the Scientific Literature Archive */
.description
{
	font-size: small;    
}

/*Used to put image next to text */
.leftContent
{
   float: left;
   width: 200px;
   margin: 5px 15px 5px 5px; 
   padding: 0 5px 0 10px;
}

.rightContent
{
    padding: 2px 5px 0 10px;
}

.centerContent
{
    padding: 0 0 0 15%;
}

/*Used to float image and wrap text*/
.leftFloat
{ 
    float: left;
    margin: 8px 12px 8px 0;
}

.rightFloat
{
    float: right;
    margin: 8px 0 8px 12px;
}


/* Used to add a solid horizontal line */
hr
{
    color: #051d3c;
}

.smallerFont {
    font-size: smaller;
}