/*
	Default style sheet for McColgan
	Copyright 1999-2008, RAE, Inc.
	File: styles/default.css
	Author: John A. Lock, RAE, Inc. <http://www.relevantarts.com/>
	Date: 
	Version: 1.0
*/

/* Font definitions
*******************************************************************/	
BODY {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
	font-family: Georgia,Times,serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #002B5C;
}

INPUT, TEXTAREA {font-size: 12px;}

H1 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
H2 {
	color: #000000;
	font-size: 18px;
}
H3 {font-size: 14px;}
H4 {font-size: 12px;}

H1, H2, H3, H4 {
	margin-top: 0px;
	margin-bottom: 0px;
}

FORM {margin: 0px 0px 0px 0px;}

DD {margin-left: 15px;}

P, UL, OL, DL {
	margin-top: 10px;
	margin-bottom: 10px;
}

.smallest	{font-size: 9px;}
.smaller	{font-size: 10px;}
.small		{font-size: 11px;}
.normal   {font-size: 12px;}
.big			{font-size: 16px;}
.bigger		{font-size: 20px;}
.biggest	{font-size: 24px;}

/* Text tweaks
*******************************************************************/
.underline	{text-decoration: underline;}
.credit			{
	font-family: serif;
	font-style: italic;
}
.moreleading {line-height: 200%;}

/* Link appearance
*******************************************************************/

a:link		{color: #FFFFFF; text-decoration: underline;}
a:visited	{color: #FFFFFF; text-decoration: underline;}
a:active	{color: #000000; text-decoration: underline;}
a:hover		{color: #000000; text-decoration: underline;}

/* Page layout specs
*******************************************************************/
.wrapper {
	width: 800px;
	background-color: #FFFFFF;
}
.mainbody {
	color: #002B5C;
	background-color: #FFFFFF;
	text-align: justify;
	line-height: 200%;
	padding: 5px 20px 0px 20px;
}
.divider {
	height: 4px;
	background-color: #002B5C;
}
.footer {
	color: #FFFFFF;
	background-color: #B0953A;
	text-align: right;
	line-height: 150%;
	padding: 0px 20px 0px 20px;
}
