﻿BODY
{
    background: #799ABC url(images/bkgd.jpg) repeat;
    width: 900px;
    font-family: tahoma,arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #333;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    padding: 0;
    margin: 0px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
TD, FORM, BUTTON, LABEL, TEXTAREA, INPUT, SELECT
{
    font-family: tahoma,arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #333;
}
P { margin: 0 0 12px 0; }
DIV { margin: 0 0 0 0; }
HR
{
	display: block;
	background-color: #502820;
    color: #502820;
    height: 1px;
    width: 100%;
    border-style: none;
    /* clear: both; */
    margin: 7px 0 12px 0;
}
H1, H2, H3, H4, H5, H6, TH, THEAD, TFOOT
{
    color: #502820;
    font-family: tahoma,arial,helvetica,sans-serif;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-weight: 500;
}
H1 {font-size: 18px; font-weight: 700; margin-top: 0px; margin-bottom: 15px; border-bottom: solid 1px #502820; }	
H2 {font-size: 14px; font-weight: 600; margin-top: 20px; margin-bottom: 10px; }	
H3 {font-size: 12px; font-weight: 700; margin-top: 15px; margin-bottom: 10px; }	
H4 {font-size: 11px; font-weight: 600; margin-top: 5px; margin-bottom: 5px; }	
H5, DT {font-size: 10px; font-weight: 500; margin-top: 0px; margin-bottom: 0px; }	

TABLE { margin-top: 0px; margin-bottom: 0px; border-collapse: collapse; }
TFOOT, THEAD { font-size: 1em; }
TH { vertical-align: baseline; font-size: 1em; font-weight: bold; }	

SMALL { font-size: 10px; }
BIG	{ font-size: 14px; }
EM { color: black; font-weight: bold; font-style: normal; }
STRONG { font-weight: bold; }
BLOCKQUOTE, PRE { font-family: Courier New, monospace; }	

UL { margin-left: 20px; margin-top: 5px; margin-bottom: 10px; padding-left: 0; }
UL LI { list-style-type: disc ; margin-top: 1px; margin-bottom: 1px; }
UL LI LI { list-style-type: circle; }
UL LI LI LI { list-style-type: square; }
OL { margin-left: 20px; margin-top: 5px; margin-bottom: 10px; padding-left: 0; }
OL LI { list-style-type: decimal; margin-top: 1px; margin-bottom: 1px; }
OL OL LI { list-style-type: lower-alpha; }
OL OL OL LI	{ list-style-type: lower-roman; }

IMG { border: none; }
.image { margin: 0 10px 10px 10px; border: solid 1px #502820; }
.imageLeft { float: left; margin: 0 10px 10px 0; border: solid 1px #502820; }
.imageRight { float: right; margin: 0 0 10px 10px; border: solid 1px #502820; }

A:link { text-decoration: none; color: #346799; font-weight: bold; }
A:visited { text-decoration: none; color: #346799; font-weight: bold; }
A:hover { text-decoration: underline; color: #346799; font-weight: bold; }
A:active { text-decoration: none; color: #346799; font-weight: bold; }

/* Overall shell */
#shell
{
	width: 898px;
	background-color: White;
    border-left: solid 1px #502820;
    border-right: solid 1px #502820;
	text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0px 25px 0px;
}
#content
{
	margin: 0px 50px 0px 50px;
}
#contentClear
{
	clear: both;
}

.sidebar
{
	background-color: #FFEAAB;
	padding: 10px 10px 10px 10px;
	border: solid 1px #502820;
	width: 280px;
	float: right;
	clear: right;
 	margin: 0px 0px 20px 20px;
}
.sidebar HR
{
	background-color: #502820;
    color: #502820;
    height: 1px;
    width: 100%;
    border-style: none;
    clear: both;
    margin: 10px 0 10px 0;
}
.sidebar H1, H2, H3, H4, H5, H6, TH, THEAD, TFOOT
{
    color: #502820;
}
.sidebar H1 {font-size: 15px; font-weight: 700; margin-top: 0px; margin-bottom: 10px;}	
.sidebar H2 {font-size: 12px; font-weight: 600; margin-top: 10px; margin-bottom: 5px; }	
.sidebar H3 {font-size: 11px; font-weight: 700; margin-top: 5px; margin-bottom: 5px; }	
.sidebar H4 {font-size: 10px; font-weight: 500; margin-top: 0px; margin-bottom: 0px; }	
/*
.sidebar A:link { text-decoration: none; color: #CC6A29; font-weight: bold; }
.sidebar A:visited { text-decoration: none; color: #CC6A29; font-weight: bold; }
.sidebar A:hover { text-decoration: underline; color: #CC6A29; font-weight: bold; }
.sidebar A:active { text-decoration: none; color: #CC6A29; font-weight: bold; }
*/

/* Footer */
#footer
{
	clear: both;
}

/* Misc. */

.error { color: Maroon; font-weight: bold; }
.qacontainer{ display: block; }
.question
{
	cursor: pointer;
	display: block;
    color: #346799;
    font-family: tahoma,arial,helvetica,sans-serif;
	font-style: normal;
	font-size: 12px; 
	font-weight: 700; 
	margin-top: 15px; 
	margin-bottom: 10px;
}
.answer 
{
	display: none; 
	padding: 10px;
	border: solid 1px #346799;
}
.iconLeft
{
	float: left;
	margin: 0px 7px 5px 0px;
	border: none;
}
.iconRight
{
	float: right;
	margin: 0px 0px 5px 7px;
	border: none;
}
.docLabel
{
	font-size: 16pt;
	font-weight: bold;
}

.spacedList li
{
	margin-top: 7px;
}
.caption
{
	font-style: italic;
	margin: 0 0 20px 0;
}
.tableStaff
{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.tableStaff th
{
	border: solid 1px #502820;
	background-color: #73392E;
	color: White;
	font-weight: bold;
	padding: 3px;
}
.tableStaff td
{
	border: solid 1px #502820;
	background-color: white;
	padding: 3px;
}
.tableStaff td.subheader
{
	background-color: #FFEAAB;
	color: #502820;
	font-weight: bold;
}
.tableGeneral
{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.tableGeneral th
{
	border: solid 1px #502820;
	background-color: #73392E;
	color: White;
	font-weight: bold;
	padding: 3px;
}
.tableGeneral td
{
	border: solid 1px #502820;
	background-color: white;
	padding: 3px;
}
