
/*----------------------------------------
Name: global.css
Developed By: Tom Herrick
Date Created: 1/12/2009
Last Updated: 1/12/2009
Copyright: Thomas Herrick Associates 2009

Credits:  Elements CSS Framework -- http://elements.projectdesigns.org/
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("../css/reset.css");


/* Elements
----------------------------------------*/
body
{
	background-color:#ffffff;
	margin: 20px;
}

body, p, td, th, li
{
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.5em;
	color:#000000;
}

#mainContainer
{
	width:850px;
	margin: 15px auto;
}

p
{
	margin: 0 0 1em 0;
}

/*--- Link Styles ---*/
a:link, a:visited
{
	color:#6a8791;
}

a:hover, a:active
{
	color:#8a144f;
	text-decoration:none;
}

h1
{
	color:#dddddd;
	margin:.125em .5em .5em 0;
	font-size:2.125em;
}

h2
{
	color:#dddddd;
	margin:.125em .5em .5em 0;
	font-size:1.75em;
}

ul { margin-left:25px; list-style-type:none; }

ol
{
	margin-left:25px;
	
}

blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em		{font-style:italic;}

/* Standard Definitions
----------------------------------------*/
.left 		{float:left;}
.right 		{float:right;}
.clearThis 	{clear:both;}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}

