﻿/*
	Master Style Sheet
	author: Jan Westby
	company: Rayon
	project: EpiBasic
*/

a
{
	text-decoration: none;
}

body
{
	font-family: Georgia, Times, "Times New Roman", serif;
}

h1
{
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
}

h2
{
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

p
{
	font-size: 13px;
	line-height: 18px;
}

p.caption, .listBlock p
{
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
}

#contentPrimary a, #contentSecondary a
{
	font-size: 13px;
	line-height: 18px;
}

p
{
	color: #231f20
}

a
{
	color: #818285;
}

img
{
	border: none;
}

body
{
	text-align: center;
}

#aspnetForm
{
	margin:0 auto;
	position: relative;
	text-align: left;
	width: 960px;
}

#header, #main, #footer
{
	margin: 0 30px;
}

#branding
{
	margin: 0 10px;
	padding-top: 0;
	padding-bottom: 14px
}

#navGlobal, #navRegional, #navAuxiliary, #contentTools, #siteTools
{
	display: none;
}

#contentPrimary h1
{
	margin:0 3px;
}

#contentPrimary p
{
	margin:7px 4px 15px;
}

#contentPrimary p.caption
{
	margin: 4px 3px 16px;
}

#footer
{
	float: left;
	border-top: 1px solid #CCC;
	margin: 80px 30px 10px;
	width: 900px;
}

#footer p
{
	color: #666666;
	font-size: 11px;
	font-style: italic;
	margin-top: 5px;
	text-align: center;
}
