﻿/*
This is the site stylesheet. It should contain
styles for basic HTML elements only. It should not contain styles for
classes or "id" elements (i.e. h3.News). Those items should be defined
in SiteQualified.css.

This stylesheet should always be linked *after* all Global stylesheets.
*/

html, body 
{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/* Default font settings for the site */
/*html, body, div, p, span, td, ul, select, input, textarea, a*/
html, body, td, li, select, input, textarea
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	color: #666666;
}

select, input, textarea
{
	font-size: 11px;
}

a
{
	color: #0770b1;
	text-decoration: underline;
}

label
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	padding-right: 5px;
}

	label span
	{
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 10px;
		font-weight: bold;
		text-transform: none;
		color: #333333;
	}

p
{
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.3em;
	font-size: 16px;
}

/* Global header styles */
h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, Times New Roman, Serif;
	color: #3d91bc;
}
/* DLA: Moved H1 to below photo.
h1
{
	font-size: 28px;
	font-weight: normal;
	color: #3d91bc;
	margin: 5px 20px 12px 30px;
}
*/
h1
{
	font-size: 28px;
	font-weight: normal;
	color: #3d91bc;
	margin: 5px 20px 12px 0px;
}

h2
{
	font-size: 14px;
	margin: 0px;
	font-weight: normal;
	color: #106ba1;
}

h3
, h3 a
{
	color: #0770b1;
	margin: 5px 0px;
}

h3 a
{
	text-decoration: none;
}