﻿body
{
	background-color: #ABBBDC;
	background-image: url(      'images/page_background.png' );
	background-repeat: repeat-x;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: .8em;
}

#header
{
	background-image: url(      'images/header.png' );
	background-repeat: no-repeat;
	height: 158px;
	width: 992px;
}

#body
{
	background-image: url(      'images/body_stretch.png' );
	background-repeat: repeat-y;
	width: 992px;
	text-align: left;
}

#body_top
{
	background-image: url(      'images/body_top.png' );
	background-repeat: no-repeat;
	height: 22px;
}

#body_middle
{
	padding: 0 30px 0 30px;
}

#body_bottom
{
	background-image: url(      'images/body_bottom.png' );
	background-repeat: no-repeat;
	height: 22px;
}

#navbar
{
	width: 992px;
}

#navbar a
{
	font-family: Berlin Sans FB Demi, Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 20pt;
	text-decoration: none;
	color: #f8f8f8;
	display: -moz-inline-box;
	display: inline-block;
	width: 154px;
	height: 39px;
	background-image: url('images/tab_2.png' );
	padding: 0;
	margin: 0;
}

#navbar a.selected
{
	background-image: url('images/tab_3.png' );
}

#navbar a:visited
{
	color: #f8f8f8;
}

#navbar a:hover
{
	background-image: url('images/tab_0.png' );
}

#navbar a.selected:hover
{
	background-image: url('images/tab_10.png' );
}

#footer
{
	width: 992px;
	font-family: Berlin Sans FB Demi, Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 20px;
	text-align: right;
	color: White;
}

span.Problem, span.Solution
{
	font-size: 1.2em;
	font-weight: bold;
}

span.Problem
{
	color: #9E1C20;
}

span.Solution
{
	color: #156030;
}

div.tabPage
{
	border: solid 1px #555;
	width: 99%;
	background-color: #f5f5f5;
	margin-top: 4px;
	margin-bottom: 20px;
}

div.tabPageInner
{
	padding: 20px;
}

div.hilightblock
{
	float: left;
	width: 32%;
	vertical-align: top;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 20px;
}

div.hilightblock_inner
{
	padding-left: 6%;
	padding-right: 6%;
}

hr
{
	margin-top: 15px;
	border: 1px gray dotted;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	height: 2px;
}

h1, h2, h3, h4
{
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0;
	font-family: Berlin Sans FB Demi, Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
}

h1
{
	font-size: 2.8em;
}

h2
{
	font-size: 2.2em;
}

h3
{
	font-size: 1.6em;
}

h4
{
	font-size: 1.2em;
	padding: 0;
}

p
{
	margin: 10px 0 10px 0;
	padding: 0;
}

ul
{
	list-style: disc url( 'images/bullet.png' ) outside;
}

ul li
{
	padding-left: 10px;
	margin-bottom: 5px;
}

ol
{
	padding-left: 0;
}

ol li
{
	padding-top: 5px;
	padding-left: 40px;
	margin-left: 10px;
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0 0;
}

ol li.question
{
	padding-top: 0;
	background-image: url(     'images/question_small.png' );
	padding-bottom: 25px;
	font-weight: bold;
}

ol li.answer
{
	padding-top: 0;
	background-image: url(     'images/answer_small.png' );
	min-height: 40px !important;
	margin-top: 0px;
	padding-bottom: 10px;
	border-bottom: solid 2px #eee;
	margin-bottom: 10px;
}

a:link, a:visited

{
	text-decoration: none;
	color: #405c97;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

div.RightPanel
{
	width: 40%;
	height: 100%;
	float: right;
	clear: right;
	vertical-align: middle;
	padding: 15px;
	padding-left: 25px;
}

/* Form Formatting */
FIELDSET
{
	border: none;
	border-top: 1px solid #d0d0d0;
	padding: 0px;
	vertical-align: top;
	margin-top: 16px;
}

FIELDSET.plain
{
	border: none;
}

FIELDSET.NarrowForm
{
	border: none;
}

LEGEND
{
	font-weight: bold;
	margin-left: -5px;
	padding-right: 10px;
}

FIELDSET OL
{
	margin: 0 0 0 15px;
	list-style: none;
	padding: 5px 0 0 10px;
}

FIELDSET.NarrowForm OL
{
	margin: 0;
	list-style: none;
	padding: 5px 0 0 10px;
}

FIELDSET OL LI
{
	padding-top: 4px;
	padding-bottom: 4px;
}

FIELDSET OL LI LABEL.FieldLabel
{
	vertical-align: bottom;
	float: left;
	width: 215px;
	margin-right: 1em;
}

FIELDSET.NarrowForm OL LI LABEL.FieldLabel
{
	vertical-align: bottom;
	float: left;
	width: 120px;
	margin-right: 1em;
}

FIELDSET OL LI LABEL.Disabled
{
	color: Silver;
}

FIELDSET OL LI INPUT
{
	vertical-align: baseline;
}

div.buttons INPUT
{
	width: 100px;
}

TEXTAREA
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
}

BLOCKQUOTE
{
	color: Gray;
	font-style: italic;
}

FIELDSET TABLE p.note
{
	border: 0;
	margin: 0;
	position: relative;
	left: 40px;
}

PRE
{
	font-size: 9pt;
	background: silver;
}
