/*
	Home page style sheet for GWL construction
	Copyright 1999-2005, RAE, Inc.
	File: styles/home.css
	Author: John A. Lock, RAE, Inc. <http://www.relevantarts.com/>
	Date: 29-Jun-2005
	Version: 1.0
*/

/* Font definitions
*******************************************************************/	
BODY {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 702px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #0F2B44;
	background-color: #FFFFFF;
}

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

H1 {
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	line-height: 150%;
}
H2 {font-size: 16px;}
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: 150%;}

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

a:link		{color: #990000; text-decoration: underline;}
a:visited	{color: #996633; text-decoration: underline;}
a:active	{color: #FF0000; text-decoration: underline;}
a:hover		{color: #FF0000; text-decoration: underline;}

/* Page layout specs
*******************************************************************/

.wrapper {
  width: 702px;
  border-left: 1px solid #0F2B44;
  border-right: 1px solid #0F2B44;
  border-bottom: 1px solid #0F2B44;
}
.bannernav {
  width: 702px;
	background-color: #0F2B44;
}
.logo {
	text-align: center;
}
.photonav {
	text-align: center;
}
.footer {
	text-align: center;
	line-height: 150%;
}

