﻿/* -- [Syd 1/31/07] Set up based on design for HelpMaster.master  -- */
/* -- Classes used in HelpMaster.master follow these layouts:

	-- EntirePage --
	+----------+--------------------------------------------------------+
	| PageHeaderHelp (entire top section)									|
	|                           |                                       |
	| PageHeaderHelpLeft			| PageHeaderHelpRight                       |
	+----------+--------------------------------------------------------+
	|          |PageMainHelp (where all application forms will appear)      |
	|          |								                        |
	|          |                                                        |
	|          |                                                        |
	|          |                                                        |
	|          |                                                        |
	+----------+--------------------------------------------------------+

-- */

.HelpMaster body 
{
	background-color: #fff; /*White*/
	color: #000; /*Black*/
	font-family: Arial;
}

.EntirePageHelp
{
	border: solid 1px #000;
	width: 100%;
}

.PageHeaderHelp
{
	width: 100%;
	font-size: Medium;
	font-family: Arial;
	color: Blue;
	background-color: #F0E68C; /*Khaki*/
	border: solid 1px #A9A9A9; /*DarkGray*/
}

.PageHeaderHelp h1 
{
	text-align: center;
}

.PageHeaderHelp h2 
{
	text-align: center;
}

.PageHeaderHelpLeft {}

.PageHeaderHelpRight
{
	text-align: right;
}

.PageMainHelp
{
	width: 100%;
	font-size: Small;
	font-family: Arial;
	color: Blue;
	background-color: #FFFACD; /*LemonChiffon*/
	border-color: #A9A9A9; /*DarkGray*/
}